diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-07-03 16:25:01 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-07-03 16:25:01 +0000 |
| commit | de255a6eb15812312ed5ac14a146f1a8f6a97d56 (patch) | |
| tree | 630a0fef6cfe03f8cbb3b10bc81f023ce04707d9 /contrib/pg_upgrade/file.c | |
| parent | ccbe0c14e6ada848201fd94bd23c72e488482043 (diff) | |
| download | postgresql-de255a6eb15812312ed5ac14a146f1a8f6a97d56.tar.gz | |
Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.
Diffstat (limited to 'contrib/pg_upgrade/file.c')
| -rw-r--r-- | contrib/pg_upgrade/file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/file.c b/contrib/pg_upgrade/file.c index 94511f60bf..dcd0a83904 100644 --- a/contrib/pg_upgrade/file.c +++ b/contrib/pg_upgrade/file.c @@ -3,7 +3,8 @@ * * file system operations * - * $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.10 2010/07/03 14:23:13 momjian Exp $ + * Copyright (c) 2010-2010, PostgreSQL Global Development Group + * $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.11 2010/07/03 16:25:01 momjian Exp $ */ #include "pg_upgrade.h" |
