diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-01 22:14:33 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-01 22:14:33 +0000 |
commit | a17e589046176122e528740f91a38bb00e284518 (patch) | |
tree | 9954186ea0be95eb2457494c2aef648cd85b145a /src | |
parent | 7e1c8ef4fca01293cd561386c1b37bb53e26d62a (diff) | |
download | postgresql-a17e589046176122e528740f91a38bb00e284518.tar.gz postgresql-a17e589046176122e528740f91a38bb00e284518.zip |
Adjust a few more copyright notices to match the format expected by
the src/tools/copyright script.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/po/nb.po | 2 | ||||
-rw-r--r-- | src/bin/pg_controldata/po/nb.po | 2 | ||||
-rw-r--r-- | src/bin/pg_dump/po/nb.po | 2 | ||||
-rw-r--r-- | src/bin/pg_resetxlog/po/nb.po | 2 | ||||
-rw-r--r-- | src/bin/psql/po/nb.po | 2 | ||||
-rw-r--r-- | src/interfaces/libpq/po/nb.po | 2 | ||||
-rw-r--r-- | src/port/win32ver.rc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/backend/po/nb.po b/src/backend/po/nb.po index d684adfe059..da592200c7b 100644 --- a/src/backend/po/nb.po +++ b/src/backend/po/nb.po @@ -1,5 +1,5 @@ # Norwegian bokmål translation of messages for PostgreSQL (postgres). -# Copyright (C) 2003 The PostgreSQL Global Development Group. +# Copyright (c) 2003-2005, PostgreSQL Global Development Group # Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003. # # In the translator's comments for each message below, these initials diff --git a/src/bin/pg_controldata/po/nb.po b/src/bin/pg_controldata/po/nb.po index 4dafbaec739..91ded231a8d 100644 --- a/src/bin/pg_controldata/po/nb.po +++ b/src/bin/pg_controldata/po/nb.po @@ -1,5 +1,5 @@ # Norwegian bokmål translation of messages for PostgreSQL (pg_controldata). -# Copyright (C) 2003 The PostgreSQL Global Development Group. +# Copyright (c) 2003-2005, PostgreSQL Global Development Group # Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003. # # In the translator's comments for each message below, these initials diff --git a/src/bin/pg_dump/po/nb.po b/src/bin/pg_dump/po/nb.po index 49d55c6c447..fa3edeaed03 100644 --- a/src/bin/pg_dump/po/nb.po +++ b/src/bin/pg_dump/po/nb.po @@ -1,5 +1,5 @@ # Norwegian bokmål translation of messages for PostgreSQL (pg_dump). -# Copyright (C) 2003 The PostgreSQL Global Development Group. +# Copyright (c) 2003-2005, PostgreSQL Global Development Group # Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003. # # In the translator's comments for each message below, these initials diff --git a/src/bin/pg_resetxlog/po/nb.po b/src/bin/pg_resetxlog/po/nb.po index 45c0dd8c6df..fa49547006a 100644 --- a/src/bin/pg_resetxlog/po/nb.po +++ b/src/bin/pg_resetxlog/po/nb.po @@ -1,5 +1,5 @@ # Norwegian bokmål translation of messages for PostgreSQL (pg_resetxlog). -# Copyright (C) 2003 The PostgreSQL Global Development Group. +# Copyright (c) 2003-2005, PostgreSQL Global Development Group # Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003. # # In the translator's comments for each message below, these initials diff --git a/src/bin/psql/po/nb.po b/src/bin/psql/po/nb.po index d47a94565a9..da4ae9f3a67 100644 --- a/src/bin/psql/po/nb.po +++ b/src/bin/psql/po/nb.po @@ -1,5 +1,5 @@ # Norwegian bokmål translation of messages for PostgreSQL (psql). -# Copyright (C) 2003 The PostgreSQL Global Development Group. +# Copyright (c) 2003-2005, PostgreSQL Global Development Group # Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003. # # In the translator's comments for each message below, these initials diff --git a/src/interfaces/libpq/po/nb.po b/src/interfaces/libpq/po/nb.po index bf5e025f0cc..f0a339fb2c9 100644 --- a/src/interfaces/libpq/po/nb.po +++ b/src/interfaces/libpq/po/nb.po @@ -1,5 +1,5 @@ # Norwegian bokmål translation of messages for PostgreSQL (libpq). -# Copyright (C) 2003 The PostgreSQL Global Development Group. +# Copyright (c) 2003-2005, PostgreSQL Global Development Group # Trond Endrestøl <trond@ramstind.gtf.ol.no>, 2003. # # In the translator's comments for each message below, these initials diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc index a34ca360a3d..3c1c232e76d 100644 --- a/src/port/win32ver.rc +++ b/src/port/win32ver.rc @@ -17,7 +17,7 @@ BEGIN VALUE "CompanyName", "PostgreSQL Global Development Group" VALUE "FileDescription", FILEDESC VALUE "FileVersion", PG_VERSION - VALUE "LegalCopyright", "Portions Copyright (C) 1996-2005 PostgreSQL Global Development Group. Portions Copyright (C) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." VALUE "ProductName", "PostgreSQL" VALUE "ProductVersion", PG_VERSION END |