diff options
author | Neil Conway | 2004-10-25 06:40:39 +0000 |
---|---|---|
committer | Neil Conway | 2004-10-25 06:40:39 +0000 |
commit | 260ab3f1e90039ba17b742e584a6cdcfada2ecb9 (patch) | |
tree | 03a46e6d1dd5cc70bcd33bfc5219753d3dfe10ad | |
parent | 38b99ce19b64b57aa6d7aca073fa5a250000f093 (diff) |
Update copyright information in documentation. Also, add a note
to RELEASE_CHANGES so that this is not forgotten in the future.
-rw-r--r-- | doc/src/sgml/legal.sgml | 4 | ||||
-rw-r--r-- | src/tools/RELEASE_CHANGES | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/legal.sgml b/doc/src/sgml/legal.sgml index 97bd24971a..f39f54855d 100644 --- a/doc/src/sgml/legal.sgml +++ b/doc/src/sgml/legal.sgml @@ -3,7 +3,7 @@ $PostgreSQL$ --> <copyright> - <year>1996-2003</year> + <year>1996-2004</year> <holder>The PostgreSQL Global Development Group</holder> </copyright> @@ -11,7 +11,7 @@ $PostgreSQL$ <title>Legal Notice</title> <para> - <productname>PostgreSQL</productname> is Copyright © 1996-2002 + <productname>PostgreSQL</productname> is Copyright © 1996-2004 by the PostgreSQL Global Development Group and is distributed under the terms of the license of the University of California below. </para> diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 22f052a976..0a55862b5f 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -34,6 +34,7 @@ * Update pg_upgrade to handle new version, or disable * Update copyright year when needed + doc/src/sgml/legal.sgml will also need to be updated --------------------------------------------------------------------------- |