diff options
author | Bruce Momjian | 2006-03-05 15:59:11 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-03-05 15:59:11 +0000 |
commit | 1d75c573d24cbf810812ab70909b109c1570fd41 (patch) | |
tree | 19f3a6703a85b7adfd45c7c971a1728af0fd70d5 /src/backend/lib/stringinfo.c | |
parent | 4e5f164b471b9d09640f401d1de7a24d0fb1cec5 (diff) |
Update copyright for 2006. Update scripts.
Diffstat (limited to 'src/backend/lib/stringinfo.c')
-rw-r--r-- | src/backend/lib/stringinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/stringinfo.c b/src/backend/lib/stringinfo.c index c66044ee94..19184cf7af 100644 --- a/src/backend/lib/stringinfo.c +++ b/src/backend/lib/stringinfo.c @@ -6,7 +6,7 @@ * 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-2005, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL$ |