diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-01-07 16:05:29 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-01-07 16:05:29 -0500 |
commit | 8aa6912b8fec3400441c365bde6a1030295de749 (patch) | |
tree | 117579f0aa5c3449f9123a7cb91ef280632ebf82 | |
parent | 61d4d14ee55534dd9fead189a5a339ecdf04e82a (diff) | |
download | postgresql-8aa6912b8fec3400441c365bde6a1030295de749.tar.gz postgresql-8aa6912b8fec3400441c365bde6a1030295de749.zip |
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
-rw-r--r-- | COPYRIGHT | 2 | ||||
-rw-r--r-- | doc/src/sgml/legal.sgml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index e250de3df24..9660827d7f7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ PostgreSQL Database Management System (formerly known as Postgres, then as Postgres95) -Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group +Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California diff --git a/doc/src/sgml/legal.sgml b/doc/src/sgml/legal.sgml index 1c40ec47ee3..bcce89b6777 100644 --- a/doc/src/sgml/legal.sgml +++ b/doc/src/sgml/legal.sgml @@ -1,7 +1,7 @@ <!-- doc/src/sgml/legal.sgml --> <copyright> - <year>1996-2013</year> + <year>1996-2014</year> <holder>The PostgreSQL Global Development Group</holder> </copyright> @@ -9,7 +9,7 @@ <title>Legal Notice</title> <para> - <productname>PostgreSQL</productname> is Copyright © 1996-2013 + <productname>PostgreSQL</productname> is Copyright © 1996-2014 by the PostgreSQL Global Development Group. </para> |