diff options
author | Bruce Momjian | 2010-07-03 16:25:01 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-07-03 16:25:01 +0000 |
commit | de255a6eb15812312ed5ac14a146f1a8f6a97d56 (patch) | |
tree | 630a0fef6cfe03f8cbb3b10bc81f023ce04707d9 /contrib/pg_upgrade/util.c | |
parent | ccbe0c14e6ada848201fd94bd23c72e488482043 (diff) |
Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.
Diffstat (limited to 'contrib/pg_upgrade/util.c')
-rw-r--r-- | contrib/pg_upgrade/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index 951a74a65f3..a2cbcc383d7 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -3,7 +3,8 @@ * * utility functions * - * $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.2 2010/07/03 14:23:14 momjian Exp $ + * Copyright (c) 2010-2010, PostgreSQL Global Development Group + * $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.3 2010/07/03 16:25:01 momjian Exp $ */ #include "pg_upgrade.h" |