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/jsonb_plpython/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/jsonb_plpython') diff --git a/contrib/jsonb_plpython/meson.build b/contrib/jsonb_plpython/meson.build index 84dc1161e8b..9cd30178133 100644 --- a/contrib/jsonb_plpython/meson.build +++ b/contrib/jsonb_plpython/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + if not python3_dep.found() subdir_done() endif -- cgit v1.2.3