diff options
author | Bruce Momjian | 2006-03-05 15:59:11 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-03-05 15:59:11 +0000 |
commit | f2f5b05655afa80377757a2c335c01b28de24429 (patch) | |
tree | f34d3c8ec4239421ceb4b4a9b90cf178670c6df2 /src/port/thread.c | |
parent | e096406c05425208b2f4a8ce9ea6b283294de4e2 (diff) |
Update copyright for 2006. Update scripts.
Diffstat (limited to 'src/port/thread.c')
-rw-r--r-- | src/port/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/thread.c b/src/port/thread.c index a067af20d10..ed6e48a4e7b 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -5,9 +5,9 @@ * Prototypes and macros around system calls, used to help make * threaded libraries reentrant and safe to use from threaded applications. * - * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/thread.c,v 1.31 2005/10/15 02:49:51 momjian Exp $ + * $PostgreSQL: pgsql/src/port/thread.c,v 1.32 2006/03/05 15:59:10 momjian Exp $ * *------------------------------------------------------------------------- */ |