diff options
author | Amit Kapila <akapila@postgresql.org> | 2023-04-05 09:20:14 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2023-04-05 09:20:14 +0530 |
commit | 8df0d3d5303fa62d169985b8e68dbd40316010f1 (patch) | |
tree | 86fff7a21b3735717b778f9486ddb136169bb87f /src | |
parent | d75c7fbaf94eab30c1f30db107237b64c3cf78e7 (diff) | |
download | postgresql-8df0d3d5303fa62d169985b8e68dbd40316010f1.tar.gz postgresql-8df0d3d5303fa62d169985b8e68dbd40316010f1.zip |
Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.
Author: Kuroda Hayato
Discussion: https://postgr.es/m/TYCPR01MB587073D91E372B8EF719931EF5929@TYCPR01MB5870.jpnprd01.prod.outlook.com
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_upgrade/t/001_basic.pl | 2 | ||||
-rw-r--r-- | src/bin/pg_upgrade/t/002_pg_upgrade.pl | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/pg_upgrade/t/001_basic.pl b/src/bin/pg_upgrade/t/001_basic.pl index 40458f10b6b..ceac4e0851b 100644 --- a/src/bin/pg_upgrade/t/001_basic.pl +++ b/src/bin/pg_upgrade/t/001_basic.pl @@ -1,3 +1,5 @@ +# Copyright (c) 2022-2023, PostgreSQL Global Development Group + use strict; use warnings; diff --git a/src/bin/pg_upgrade/t/002_pg_upgrade.pl b/src/bin/pg_upgrade/t/002_pg_upgrade.pl index 90669f3c6d6..4a7895a7560 100644 --- a/src/bin/pg_upgrade/t/002_pg_upgrade.pl +++ b/src/bin/pg_upgrade/t/002_pg_upgrade.pl @@ -1,3 +1,5 @@ +# Copyright (c) 2022-2023, PostgreSQL Global Development Group + # Set of tests for pg_upgrade, including cross-version checks. use strict; use warnings; |