diff options
| author | Tom Lane | 2005-01-01 20:44:34 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-01-01 20:44:34 +0000 |
| commit | 7e1c8ef4fca01293cd561386c1b37bb53e26d62a (patch) | |
| tree | 20d7f1cd615158f6ea3a1e71c740f1af626360fb /src/interfaces/libpq | |
| parent | 3ca924a9dd524c158235c98d9a0acb3cae314b73 (diff) | |
Some more missed copyright notices. Many of these look like they
should have been caught by the src/tools/copyright script ... why
weren't they?
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/libpq.rc.in | 2 | ||||
| -rw-r--r-- | src/interfaces/libpq/pthread-win32.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpq/libpq.rc.in b/src/interfaces/libpq/libpq.rc.in index 3e28c3f4ba..dac650a901 100644 --- a/src/interfaces/libpq/libpq.rc.in +++ b/src/interfaces/libpq/libpq.rc.in @@ -17,7 +17,7 @@ BEGIN VALUE "FileDescription", "PostgreSQL Access Library\0" VALUE "FileVersion", "8.0.0\0" VALUE "InternalName", "libpq\0" - VALUE "LegalCopyright", "Copyright (C) 2004\0" + VALUE "LegalCopyright", "Copyright (C) 2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libpq.dll\0" VALUE "ProductName", "PostgreSQL\0" diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c index 0f45eb068f..838840af21 100644 --- a/src/interfaces/libpq/pthread-win32.c +++ b/src/interfaces/libpq/pthread-win32.c @@ -3,9 +3,9 @@ * pthread-win32.c * partial pthread implementation for win32 * -* Copyright (c) 2004, PostgreSQL Global Development Group +* Copyright (c) 2004-2005, PostgreSQL Global Development Group * IDENTIFICATION -* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.3 2004/09/26 01:40:53 momjian Exp $ +* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.4 2005/01/01 20:44:31 tgl Exp $ * *------------------------------------------------------------------------- */ |
