Skip to content

Commit de255a6

Browse files
committed
Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.
1 parent ccbe0c1 commit de255a6

File tree

18 files changed

+36
-18
lines changed

18 files changed

+36
-18
lines changed

contrib/pg_upgrade/check.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* server checks and output routines
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/check.c,v 1.8 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/check.c,v 1.9 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/controldata.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* controldata functions
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/controldata.c,v 1.6 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/controldata.c,v 1.7 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/dump.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* dump functions
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/dump.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/dump.c,v 1.5 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/exec.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* execution functions
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/exec.c,v 1.5 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/exec.c,v 1.6 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/file.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* file system operations
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.10 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/file.c,v 1.11 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/function.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* server-side function support
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.4 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/function.c,v 1.5 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/info.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* information support functions
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/info.c,v 1.8 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/info.c,v 1.9 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/option.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* options functions
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.9 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/option.c,v 1.10 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/page.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* per-page conversion operations
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/page.c,v 1.3 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/page.c,v 1.4 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

contrib/pg_upgrade/pg_upgrade.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* main source file
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.c,v 1.7 2010/07/03 14:23:13 momjian Exp $
6+
* Copyright (c) 2010-2010, PostgreSQL Global Development Group
7+
* $PostgreSQL: pgsql/contrib/pg_upgrade/pg_upgrade.c,v 1.8 2010/07/03 16:25:01 momjian Exp $
78
*/
89

910
#include "pg_upgrade.h"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy