1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Make pg_upgrade copyrights just 2010, not 2010-2010.

This commit is contained in:
Bruce Momjian
2010-07-03 16:33:15 +00:00
parent de255a6eb1
commit da254e3d16
18 changed files with 36 additions and 36 deletions

View File

@ -3,8 +3,8 @@
*
* options functions
*
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
* $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.10 2010/07/03 16:25:01 momjian Exp $
* Copyright (c) 2010, PostgreSQL Global Development Group
* $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.11 2010/07/03 16:33:14 momjian Exp $
*/
#include "pg_upgrade.h"