summaryrefslogtreecommitdiff
path: root/src/common/encnames.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/encnames.c')
-rw-r--r--src/common/encnames.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/common/encnames.c b/src/common/encnames.c
index 12b61cd3db9..2086e007fc5 100644
--- a/src/common/encnames.c
+++ b/src/common/encnames.c
@@ -1,8 +1,14 @@
-/*
- * Encoding names and routines for work with it. All
- * in this file is shared between FE and BE.
+/*-------------------------------------------------------------------------
+ *
+ * encnames.c
+ * Encoding names and routines for working with them.
+ *
+ * Portions Copyright (c) 2001-2020, PostgreSQL Global Development Group
+ *
+ * IDENTIFICATION
+ * src/common/encnames.c
*
- * src/backend/utils/mb/encnames.c
+ *-------------------------------------------------------------------------
*/
#ifdef FRONTEND
#include "postgres_fe.h"