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 /src/backend | |
| parent | 9cd0d77dfcdf847cc42e0401d406c501b3baccbb (diff) | |
Add copyright notices to a few perl scripts that don't have them
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/snowball/snowball_create.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/snowball/snowball_create.pl b/src/backend/snowball/snowball_create.pl index f1c5d160de0..95b38650db9 100644 --- a/src/backend/snowball/snowball_create.pl +++ b/src/backend/snowball/snowball_create.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Copyright (c) 2024, PostgreSQL Global Development Group + use strict; use warnings FATAL => 'all'; use Getopt::Long; |
