From 8284cf5f746f84303eda34d213e89c8439a83a42 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 20 Dec 2022 07:54:39 -0500 Subject: Add copyright notices to meson files Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.net --- contrib/postgres_fdw/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/postgres_fdw') diff --git a/contrib/postgres_fdw/meson.build b/contrib/postgres_fdw/meson.build index d3746ff135c..473f4d00c61 100644 --- a/contrib/postgres_fdw/meson.build +++ b/contrib/postgres_fdw/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + postgres_fdw_sources = files( 'connection.c', 'deparse.c', -- cgit v1.2.3