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/include | |
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/include')
-rw-r--r-- | src/include/getaddrinfo.h | 4 | ||||
-rw-r--r-- | src/include/getopt_long.h | 4 | ||||
-rw-r--r-- | src/include/libpq/ip.h | 4 | ||||
-rw-r--r-- | src/include/nodes/bitmapset.h | 4 | ||||
-rw-r--r-- | src/include/nodes/value.h | 4 | ||||
-rw-r--r-- | src/include/postmaster/syslogger.h | 4 | ||||
-rw-r--r-- | src/include/utils/errcodes.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/src/include/getaddrinfo.h b/src/include/getaddrinfo.h index f4bc4410ce5..d71188c6470 100644 --- a/src/include/getaddrinfo.h +++ b/src/include/getaddrinfo.h @@ -13,9 +13,9 @@ * This code will also work on platforms where struct addrinfo is defined * in the system headers but no getaddrinfo() can be located. * - * Copyright (c) 2003, PostgreSQL Global Development Group + * Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.13 2004/09/27 23:24:37 momjian Exp $ + * $PostgreSQL: pgsql/src/include/getaddrinfo.h,v 1.14 2005/01/01 20:44:26 tgl Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h index 417fbd1d566..14dcb4168b1 100644 --- a/src/include/getopt_long.h +++ b/src/include/getopt_long.h @@ -2,9 +2,9 @@ * Portions Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * - * Portions Copyright (c) 2003, PostgreSQL Global Development Group + * Portions Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.5 2003/11/29 19:52:08 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.6 2005/01/01 20:44:26 tgl Exp $ */ #ifndef GETOPT_LONG_H #define GETOPT_LONG_H diff --git a/src/include/libpq/ip.h b/src/include/libpq/ip.h index d7d82aa43cd..c1013b574aa 100644 --- a/src/include/libpq/ip.h +++ b/src/include/libpq/ip.h @@ -3,9 +3,9 @@ * ip.h * Definitions for IPv6-aware network access. * - * Copyright (c) 2003, PostgreSQL Global Development Group + * Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.13 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.14 2005/01/01 20:44:27 tgl Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/bitmapset.h b/src/include/nodes/bitmapset.h index 0237dddf072..2ba017fc2ee 100644 --- a/src/include/nodes/bitmapset.h +++ b/src/include/nodes/bitmapset.h @@ -11,9 +11,9 @@ * bms_is_empty() in preference to testing for NULL.) * * - * Copyright (c) 2003, PostgreSQL Global Development Group + * Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/nodes/bitmapset.h,v 1.5 2003/11/29 22:41:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/nodes/bitmapset.h,v 1.6 2005/01/01 20:44:28 tgl Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/value.h b/src/include/nodes/value.h index b04acc6427c..15ff5505021 100644 --- a/src/include/nodes/value.h +++ b/src/include/nodes/value.h @@ -4,9 +4,9 @@ * interface for Value nodes * * - * Copyright (c) 2003, PostgreSQL Global Development Group + * Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.3 2004/08/29 05:06:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/nodes/value.h,v 1.4 2005/01/01 20:44:28 tgl Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/syslogger.h b/src/include/postmaster/syslogger.h index 12f2ffe5cf9..078cad56059 100644 --- a/src/include/postmaster/syslogger.h +++ b/src/include/postmaster/syslogger.h @@ -3,9 +3,9 @@ * syslogger.h * Exports from postmaster/syslogger.c. * - * Copyright (c) 2004, PostgreSQL Global Development Group + * Copyright (c) 2004-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/syslogger.h,v 1.3 2004/08/31 04:53:44 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/syslogger.h,v 1.4 2005/01/01 20:44:29 tgl Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/errcodes.h b/src/include/utils/errcodes.h index a43f6991da7..646193def49 100644 --- a/src/include/utils/errcodes.h +++ b/src/include/utils/errcodes.h @@ -9,9 +9,9 @@ * string is determined by the MAKE_SQLSTATE() macro, which is not defined * in this file; it can be defined by the caller for special purposes. * - * Copyright (c) 2003, PostgreSQL Global Development Group + * Copyright (c) 2003-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.16 2004/10/01 16:40:04 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.17 2005/01/01 20:44:30 tgl Exp $ * *------------------------------------------------------------------------- */ |