summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorAndrew Dunstan2024-01-05 13:15:50 +0000
committerAndrew Dunstan2024-01-05 13:15:50 +0000
commitdbad1c53e92e364e2675f1246e443b95545d4070 (patch)
tree8f112aedd2add15be5bff28be4a992e57f058660 /src/backend
parent9cd0d77dfcdf847cc42e0401d406c501b3baccbb (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.pl2
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;