summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrew Dunstan2024-01-05 13:15:50 +0000
committerAndrew Dunstan2024-01-05 13:15:50 +0000
commitdbad1c53e92e364e2675f1246e443b95545d4070 (patch)
tree8f112aedd2add15be5bff28be4a992e57f058660 /config
parent9cd0d77dfcdf847cc42e0401d406c501b3baccbb (diff)
Add copyright notices to a few perl scripts that don't have them
Diffstat (limited to 'config')
-rw-r--r--config/check_modules.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/check_modules.pl b/config/check_modules.pl
index 1599abcc0b2..b605634e073 100644
--- a/config/check_modules.pl
+++ b/config/check_modules.pl
@@ -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.