diff options
author | Andrew Dunstan | 2024-01-05 13:15:50 +0000 |
---|---|---|
committer | Andrew Dunstan | 2024-01-05 13:15:50 +0000 |
commit | dbad1c53e92e364e2675f1246e443b95545d4070 (patch) | |
tree | 8f112aedd2add15be5bff28be4a992e57f058660 /config | |
parent | 9cd0d77dfcdf847cc42e0401d406c501b3baccbb (diff) |
Add copyright notices to a few perl scripts that don't have them
Diffstat (limited to 'config')
-rw-r--r-- | config/check_modules.pl | 3 |
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. |