diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-01-02 16:58:17 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-01-02 16:58:17 +0000 |
| commit | 0239800893ef4901e3c085e06534934a485d3bf0 (patch) | |
| tree | 4e52c59e97e01a0f8be48afcdb6a3c60ab47c7ea /src/bin/psql/psqlscan.l | |
| parent | 8292079ad3db05faff01d03c7a8646704edbf54b (diff) | |
| download | postgresql-0239800893ef4901e3c085e06534934a485d3bf0.tar.gz | |
Update copyright for the year 2010.
Diffstat (limited to 'src/bin/psql/psqlscan.l')
| -rw-r--r-- | src/bin/psql/psqlscan.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlscan.l b/src/bin/psql/psqlscan.l index 03fbc6c843..619f30ec3b 100644 --- a/src/bin/psql/psqlscan.l +++ b/src/bin/psql/psqlscan.l @@ -29,11 +29,11 @@ * subroutine is responsible for looking back to the original string and * replacing FF's with the corresponding original bytes. * - * 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 * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.30 2009/11/12 00:13:00 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.31 2010/01/02 16:57:59 momjian Exp $ * *------------------------------------------------------------------------- */ |
