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/pthread-win32.c | |
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/pthread-win32.c')
-rw-r--r-- | src/interfaces/libpq/pthread-win32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/pthread-win32.c b/src/interfaces/libpq/pthread-win32.c index 0f45eb068f0..838840af21e 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 $ * *------------------------------------------------------------------------- */ |