Add copyright notices to a few perl scripts that don't have them
authorAndrew Dunstan <[email protected]>
Fri, 5 Jan 2024 13:15:50 +0000 (13:15 +0000)
committerAndrew Dunstan <[email protected]>
Fri, 5 Jan 2024 13:15:50 +0000 (13:15 +0000)
config/check_modules.pl
src/backend/snowball/snowball_create.pl
src/test/modules/test_misc/t/002_tablespace.pl
src/test/modules/test_misc/t/003_check_guc.pl
src/test/modules/test_misc/t/004_io_direct.pl
src/test/recovery/t/027_stream_regress.pl
src/test/recovery/t/032_relfilenode_reuse.pl
src/tools/ci/windows_build_config.pl
src/tools/gen_export.pl

index 1599abcc0b24c8e2dc7ba90fa3c261220e86df75..b605634e073b9c8bb57d6eee7fe3eb3578ded04e 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 #
 # Verify that required Perl modules are available,
 # in at least the required minimum versions.
index f1c5d160de0b96cb9ea950f8eeaeff40378a37ad..95b38650db975fbc5c8d432b6965b551b0742b5f 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 use strict;
 use warnings FATAL => 'all';
 use Getopt::Long;
index 220e2b073d43af0933a535f05681a7a02e27470f..3f258fd69a2b50371ab1ccd804d3f2cf3e7d0f57 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 # Simple tablespace tests that can't be replicated on the same host
 # due to the use of absolute paths, so we keep them out of the regular
 # regression tests.
index 0c222bada905fb3fd71672ce248915db174cb9b6..3ae4bb1cd9ddda47a5aaefc5ec0c2c25de12250b 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 # Tests to cross-check the consistency of GUC parameters with
 # postgresql.conf.sample.
 
index e3f0966b8de74385d673cd997bb10d4c56db1f22..b79ceba000c027efcfeca154aaadc2728fc696a7 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 # Very simple exercise of direct I/O GUC.
 
 use strict;
index 20508307b5bd575250d41e2913f5421cfa51172b..ae8dea02e401925206868afc9ff1fbc480c8d514 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 # Run the standard regression tests with streaming replication
 use strict;
 use warnings FATAL => 'all';
index 8a4cceacc2baf759877d9902cb477d644aff8f61..96a8104b802674ff509a19bf551924a0885ead56 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 use strict;
 use warnings FATAL => 'all';
 use PostgreSQL::Test::Cluster;
index a3eb96b7fdb48478a9fbf6b29b4309b83fe260b8..74287367b1937389d3d3f189b2a76a47632514d9 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 use strict;
 use warnings FATAL => 'all';
 
index 08f839ed07538eb474525f96facb337594c8e354..888c8a197a921b849a9bfed1ed903455d6ec5178 100644 (file)
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2024, PostgreSQL Global Development Group
+
 use strict;
 use warnings FATAL => 'all';
 use Getopt::Long;