summaryrefslogtreecommitdiff
path: root/contrib/intarray/bench
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/intarray/bench')
-rwxr-xr-xcontrib/intarray/bench/bench.pl3
-rwxr-xr-xcontrib/intarray/bench/create_test.pl3
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/intarray/bench/bench.pl b/contrib/intarray/bench/bench.pl
index daf3febc804..6a618cbe9c0 100755
--- a/contrib/intarray/bench/bench.pl
+++ b/contrib/intarray/bench/bench.pl
@@ -1,5 +1,8 @@
#!/usr/bin/perl
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
use strict;
use warnings;
diff --git a/contrib/intarray/bench/create_test.pl b/contrib/intarray/bench/create_test.pl
index 3f2a6e4da2a..4df46d05d0f 100755
--- a/contrib/intarray/bench/create_test.pl
+++ b/contrib/intarray/bench/create_test.pl
@@ -1,5 +1,8 @@
#!/usr/bin/perl
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
# contrib/intarray/bench/create_test.pl
use strict;