diff options
author | Michael Paquier | 2012-05-25 02:01:26 +0000 |
---|---|---|
committer | Michael Paquier | 2012-05-25 02:02:45 +0000 |
commit | eef28c9873e709e6d8c4f625290fc12f48935dab (patch) | |
tree | 46012f92db4621f2816ed5b0155f4bf6a94fe951 /src/backend/parser/parse_utilcmd.c | |
parent | 39330d67e4c6a6a3ce8fe3abea1d60ca645ed1ff (diff) |
Change Copyright to "Postgres-XC Development Group"
More information about "Postgres-XC Development Group" is available at
http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Charter
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
-rw-r--r-- | src/backend/parser/parse_utilcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 45becd0541..b55eb93de1 100644 --- a/src/backend/parser/parse_utilcmd.c +++ b/src/backend/parser/parse_utilcmd.c @@ -18,7 +18,7 @@ * * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010-2012 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2012 Postgres-XC Development Group * * src/backend/parser/parse_utilcmd.c * |