diff options
author | Bruce Momjian | 2010-01-02 16:58:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-01-02 16:58:17 +0000 |
commit | 0239800893ef4901e3c085e06534934a485d3bf0 (patch) | |
tree | 4e52c59e97e01a0f8be48afcdb6a3c60ab47c7ea /src/include/lib | |
parent | 8292079ad3db05faff01d03c7a8646704edbf54b (diff) |
Update copyright for the year 2010.
Diffstat (limited to 'src/include/lib')
-rw-r--r-- | src/include/lib/dllist.h | 4 | ||||
-rw-r--r-- | src/include/lib/stringinfo.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h index 9a7fce6bce0..b862f062473 100644 --- a/src/include/lib/dllist.h +++ b/src/include/lib/dllist.h @@ -31,10 +31,10 @@ * freeing the larger object! * * - * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.29 2009/01/01 17:23:59 momjian Exp $ + * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.30 2010/01/02 16:58:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h index 9afb5b5f336..93ef90a53d2 100644 --- a/src/include/lib/stringinfo.h +++ b/src/include/lib/stringinfo.h @@ -7,10 +7,10 @@ * It can be used to buffer either ordinary C strings (null-terminated text) * or arbitrary binary data. All storage is allocated with palloc(). * - * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.37 2009/07/24 21:08:42 tgl Exp $ + * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.38 2010/01/02 16:58:03 momjian Exp $ * *------------------------------------------------------------------------- */ |