1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.

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

View File

@ -3,7 +3,8 @@
*
* server-side function support
*
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.5 2010/07/03 16:25:01 momjian Exp $
*/
#include "pg_upgrade.h"