diff options
author | Andrew Dunstan | 2021-05-07 14:56:14 +0000 |
---|---|---|
committer | Andrew Dunstan | 2021-05-07 14:56:14 +0000 |
commit | 8fa6e6919c1aaa6f74c74e16452aaf0b5f3b4cd5 (patch) | |
tree | 259a4b2f67a9814659137c59cebd05bb6cf79459 /contrib/intarray | |
parent | 44f90ad092f95fe19bebb51465193bc63849c15f (diff) |
Add a copyright notice to perl files lacking one.
Diffstat (limited to 'contrib/intarray')
-rwxr-xr-x | contrib/intarray/bench/bench.pl | 3 | ||||
-rwxr-xr-x | contrib/intarray/bench/create_test.pl | 3 |
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; |