1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

Add copyright notices to meson files

Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.net
This commit is contained in:
Andrew Dunstan
2022-12-20 07:54:39 -05:00
parent 594f8d3776
commit 8284cf5f74
262 changed files with 524 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pg_ctl_sources = files(
'pg_ctl.c',
)

View File

@@ -1 +1,3 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
i18n.gettext('pg_ctl-' + pg_version_major.to_string())