summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/test
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-12-20 07:54:39 -0500
committerAndrew Dunstan <andrew@dunslane.net>2022-12-20 07:54:39 -0500
commit8284cf5f746f84303eda34d213e89c8439a83a42 (patch)
treec39a5fac541d731d4e187220f7d5cff0c5fed75b /src/interfaces/libpq/test
parent594f8d3776af4699c5c32443b9d6a486f44beabf (diff)
downloadpostgresql-8284cf5f746f84303eda34d213e89c8439a83a42.tar.gz
Add copyright notices to meson files
Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.net
Diffstat (limited to 'src/interfaces/libpq/test')
-rw-r--r--src/interfaces/libpq/test/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/libpq/test/meson.build b/src/interfaces/libpq/test/meson.build
index 017f729d43..ddecfd4fc4 100644
--- a/src/interfaces/libpq/test/meson.build
+++ b/src/interfaces/libpq/test/meson.build
@@ -1,3 +1,5 @@
+# Copyright (c) 2022, PostgreSQL Global Development Group
+
libpq_uri_regress_sources = files(
'libpq_uri_regress.c',
)