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
This commit is contained in:
Amit Kapila 2023-04-05 09:20:14 +05:30
parent d75c7fbaf9
commit 8df0d3d530
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
use strict;
use warnings;

View File

@ -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;