summaryrefslogtreecommitdiff
path: root/src/test/perl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/perl')
-rw-r--r--src/test/perl/PostgresNode.pm3
-rw-r--r--src/test/perl/RecursiveCopy.pm3
-rw-r--r--src/test/perl/SimpleTee.pm3
-rw-r--r--src/test/perl/TestLib.pm3
4 files changed, 12 insertions, 0 deletions
diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm
index 0eb8df5fbf..8493066eb2 100644
--- a/src/test/perl/PostgresNode.pm
+++ b/src/test/perl/PostgresNode.pm
@@ -1,4 +1,7 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
=pod
=head1 NAME
diff --git a/src/test/perl/RecursiveCopy.pm b/src/test/perl/RecursiveCopy.pm
index baf5d0ac63..341cee62fa 100644
--- a/src/test/perl/RecursiveCopy.pm
+++ b/src/test/perl/RecursiveCopy.pm
@@ -1,4 +1,7 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
=pod
=head1 NAME
diff --git a/src/test/perl/SimpleTee.pm b/src/test/perl/SimpleTee.pm
index 74409bde6d..681a36a0f8 100644
--- a/src/test/perl/SimpleTee.pm
+++ b/src/test/perl/SimpleTee.pm
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
# A simple 'tee' implementation, using perl tie.
#
# Whenever you print to the handle, it gets forwarded to a list of
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm
index 6bdedc2cfa..5dbe7cf397 100644
--- a/src/test/perl/TestLib.pm
+++ b/src/test/perl/TestLib.pm
@@ -1,4 +1,7 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
=pod
=head1 NAME