aboutsummaryrefslogtreecommitdiff
path: root/contrib/auto_explain
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2021-05-07 10:56:14 -0400
committerAndrew Dunstan <andrew@dunslane.net>2021-05-07 10:56:14 -0400
commit8fa6e6919c1aaa6f74c74e16452aaf0b5f3b4cd5 (patch)
tree259a4b2f67a9814659137c59cebd05bb6cf79459 /contrib/auto_explain
parent44f90ad092f95fe19bebb51465193bc63849c15f (diff)
downloadpostgresql-8fa6e6919c1aaa6f74c74e16452aaf0b5f3b4cd5.tar.gz
postgresql-8fa6e6919c1aaa6f74c74e16452aaf0b5f3b4cd5.zip
Add a copyright notice to perl files lacking one.
Diffstat (limited to 'contrib/auto_explain')
-rw-r--r--contrib/auto_explain/t/001_auto_explain.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/auto_explain/t/001_auto_explain.pl b/contrib/auto_explain/t/001_auto_explain.pl
index 7968be963b1..9c4f1d05713 100644
--- a/contrib/auto_explain/t/001_auto_explain.pl
+++ b/contrib/auto_explain/t/001_auto_explain.pl
@@ -1,3 +1,6 @@
+
+# Copyright (c) 2021, PostgreSQL Global Development Group
+
use strict;
use warnings;