1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

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?
This commit is contained in:
Tom Lane
2005-01-01 20:44:34 +00:00
parent 3ca924a9dd
commit 7e1c8ef4fc
45 changed files with 86 additions and 86 deletions

View File

@@ -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 $
*
*-------------------------------------------------------------------------
*/