diff options
| author | Andrew Dunstan | 2022-12-20 12:54:39 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2022-12-20 12:54:39 +0000 |
| commit | 8284cf5f746f84303eda34d213e89c8439a83a42 (patch) | |
| tree | c39a5fac541d731d4e187220f7d5cff0c5fed75b /src/bin | |
| parent | 594f8d3776af4699c5c32443b9d6a486f44beabf (diff) | |
Add copyright notices to meson files
Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.net
Diffstat (limited to 'src/bin')
39 files changed, 78 insertions, 0 deletions
diff --git a/src/bin/initdb/meson.build b/src/bin/initdb/meson.build index 6ced9a31b8..a616468c1b 100644 --- a/src/bin/initdb/meson.build +++ b/src/bin/initdb/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + initdb_sources = files( 'findtimezone.c', 'initdb.c' diff --git a/src/bin/initdb/po/meson.build b/src/bin/initdb/po/meson.build index 8b8a9fd2ce..132f5051e5 100644 --- a/src/bin/initdb/po/meson.build +++ b/src/bin/initdb/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('initdb-' + pg_version_major.to_string()) diff --git a/src/bin/meson.build b/src/bin/meson.build index 5fd5a9d2f9..e8fc5f82ae 100644 --- a/src/bin/meson.build +++ b/src/bin/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + subdir('initdb') subdir('pg_amcheck') subdir('pg_archivecleanup') diff --git a/src/bin/pg_amcheck/meson.build b/src/bin/pg_amcheck/meson.build index 25f5e7a094..9fae2d8f96 100644 --- a/src/bin/pg_amcheck/meson.build +++ b/src/bin/pg_amcheck/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_amcheck_sources = files( 'pg_amcheck.c', ) diff --git a/src/bin/pg_amcheck/po/meson.build b/src/bin/pg_amcheck/po/meson.build index b255f552c9..1497fb5ce0 100644 --- a/src/bin/pg_amcheck/po/meson.build +++ b/src/bin/pg_amcheck/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_amcheck-' + pg_version_major.to_string()) diff --git a/src/bin/pg_archivecleanup/meson.build b/src/bin/pg_archivecleanup/meson.build index aaa2e76977..ec582a2638 100644 --- a/src/bin/pg_archivecleanup/meson.build +++ b/src/bin/pg_archivecleanup/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_archivecleanup_sources = files( 'pg_archivecleanup.c', ) diff --git a/src/bin/pg_archivecleanup/po/meson.build b/src/bin/pg_archivecleanup/po/meson.build index 37935fcabc..325b3b5e87 100644 --- a/src/bin/pg_archivecleanup/po/meson.build +++ b/src/bin/pg_archivecleanup/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_archivecleanup-' + pg_version_major.to_string()) diff --git a/src/bin/pg_basebackup/meson.build b/src/bin/pg_basebackup/meson.build index 2c934e0c26..c8a3c0d65f 100644 --- a/src/bin/pg_basebackup/meson.build +++ b/src/bin/pg_basebackup/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + common_sources = files( 'bbstreamer_file.c', 'bbstreamer_gzip.c', diff --git a/src/bin/pg_basebackup/po/meson.build b/src/bin/pg_basebackup/po/meson.build index cab021153f..7812aa6493 100644 --- a/src/bin/pg_basebackup/po/meson.build +++ b/src/bin/pg_basebackup/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_basebackup-' + pg_version_major.to_string()) diff --git a/src/bin/pg_checksums/meson.build b/src/bin/pg_checksums/meson.build index d07ebc999b..b0b48d0c38 100644 --- a/src/bin/pg_checksums/meson.build +++ b/src/bin/pg_checksums/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_checksums_sources = files( 'pg_checksums.c', ) diff --git a/src/bin/pg_checksums/po/meson.build b/src/bin/pg_checksums/po/meson.build index 2c47c2338f..fe0a441ac9 100644 --- a/src/bin/pg_checksums/po/meson.build +++ b/src/bin/pg_checksums/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_checksums-' + pg_version_major.to_string()) diff --git a/src/bin/pg_config/meson.build b/src/bin/pg_config/meson.build index 4be2fdc84a..039caec0cb 100644 --- a/src/bin/pg_config/meson.build +++ b/src/bin/pg_config/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_config_sources = files( 'pg_config.c', ) diff --git a/src/bin/pg_config/po/meson.build b/src/bin/pg_config/po/meson.build index b6fb6db921..1c250f2b92 100644 --- a/src/bin/pg_config/po/meson.build +++ b/src/bin/pg_config/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_config-' + pg_version_major.to_string()) diff --git a/src/bin/pg_controldata/meson.build b/src/bin/pg_controldata/meson.build index 7fc239dbe6..451d99f5f1 100644 --- a/src/bin/pg_controldata/meson.build +++ b/src/bin/pg_controldata/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_controldata_sources = files( 'pg_controldata.c', ) diff --git a/src/bin/pg_controldata/po/meson.build b/src/bin/pg_controldata/po/meson.build index 31b486d002..6b8841da03 100644 --- a/src/bin/pg_controldata/po/meson.build +++ b/src/bin/pg_controldata/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_controldata-' + pg_version_major.to_string()) diff --git a/src/bin/pg_ctl/meson.build b/src/bin/pg_ctl/meson.build index 96f962fa76..7edeeea475 100644 --- a/src/bin/pg_ctl/meson.build +++ b/src/bin/pg_ctl/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_ctl_sources = files( 'pg_ctl.c', ) diff --git a/src/bin/pg_ctl/po/meson.build b/src/bin/pg_ctl/po/meson.build index 947b510842..cdc2fdf082 100644 --- a/src/bin/pg_ctl/po/meson.build +++ b/src/bin/pg_ctl/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_ctl-' + pg_version_major.to_string()) diff --git a/src/bin/pg_dump/meson.build b/src/bin/pg_dump/meson.build index d96e566846..5537cda3cc 100644 --- a/src/bin/pg_dump/meson.build +++ b/src/bin/pg_dump/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_dump_common_sources = files( 'compress_io.c', 'dumputils.c', diff --git a/src/bin/pg_dump/po/meson.build b/src/bin/pg_dump/po/meson.build index 82e5e537ff..b073e90227 100644 --- a/src/bin/pg_dump/po/meson.build +++ b/src/bin/pg_dump/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_dump-' + pg_version_major.to_string()) diff --git a/src/bin/pg_resetwal/meson.build b/src/bin/pg_resetwal/meson.build index d503db97b7..7fbc6f46d8 100644 --- a/src/bin/pg_resetwal/meson.build +++ b/src/bin/pg_resetwal/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_resetwal_sources = files( 'pg_resetwal.c', ) diff --git a/src/bin/pg_resetwal/po/meson.build b/src/bin/pg_resetwal/po/meson.build index d130d3b775..23a4b55fd3 100644 --- a/src/bin/pg_resetwal/po/meson.build +++ b/src/bin/pg_resetwal/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_resetwal-' + pg_version_major.to_string()) diff --git a/src/bin/pg_rewind/meson.build b/src/bin/pg_rewind/meson.build index 6cd970909a..1924fb002f 100644 --- a/src/bin/pg_rewind/meson.build +++ b/src/bin/pg_rewind/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_rewind_sources = files( 'datapagemap.c', 'file_ops.c', diff --git a/src/bin/pg_rewind/po/meson.build b/src/bin/pg_rewind/po/meson.build index a105600b34..aa24dfae90 100644 --- a/src/bin/pg_rewind/po/meson.build +++ b/src/bin/pg_rewind/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_rewind-' + pg_version_major.to_string()) diff --git a/src/bin/pg_test_fsync/meson.build b/src/bin/pg_test_fsync/meson.build index 31d288ba6d..a549911b40 100644 --- a/src/bin/pg_test_fsync/meson.build +++ b/src/bin/pg_test_fsync/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + test_fsync_sources = files( 'pg_test_fsync.c', ) diff --git a/src/bin/pg_test_fsync/po/meson.build b/src/bin/pg_test_fsync/po/meson.build index 2ee1125282..deaa79f504 100644 --- a/src/bin/pg_test_fsync/po/meson.build +++ b/src/bin/pg_test_fsync/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_test_fsync-' + pg_version_major.to_string()) diff --git a/src/bin/pg_test_timing/meson.build b/src/bin/pg_test_timing/meson.build index 0aed03ea32..4603f00c4a 100644 --- a/src/bin/pg_test_timing/meson.build +++ b/src/bin/pg_test_timing/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_test_timing_sources = files( 'pg_test_timing.c' ) diff --git a/src/bin/pg_test_timing/po/meson.build b/src/bin/pg_test_timing/po/meson.build index cda8615165..8ba9d91750 100644 --- a/src/bin/pg_test_timing/po/meson.build +++ b/src/bin/pg_test_timing/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_test_timing-' + pg_version_major.to_string()) diff --git a/src/bin/pg_upgrade/meson.build b/src/bin/pg_upgrade/meson.build index 212bc9ce6e..cf7d91ac74 100644 --- a/src/bin/pg_upgrade/meson.build +++ b/src/bin/pg_upgrade/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_upgrade_sources = files( 'check.c', 'controldata.c', diff --git a/src/bin/pg_upgrade/po/meson.build b/src/bin/pg_upgrade/po/meson.build index 39301cbede..a8bdf06504 100644 --- a/src/bin/pg_upgrade/po/meson.build +++ b/src/bin/pg_upgrade/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_upgrade-' + pg_version_major.to_string()) diff --git a/src/bin/pg_verifybackup/meson.build b/src/bin/pg_verifybackup/meson.build index 46a76ecb95..34f0913f5c 100644 --- a/src/bin/pg_verifybackup/meson.build +++ b/src/bin/pg_verifybackup/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_verifybackup_sources = files( 'parse_manifest.c', 'pg_verifybackup.c' diff --git a/src/bin/pg_verifybackup/po/meson.build b/src/bin/pg_verifybackup/po/meson.build index b583f1958b..0c114910a4 100644 --- a/src/bin/pg_verifybackup/po/meson.build +++ b/src/bin/pg_verifybackup/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_verifybackup-' + pg_version_major.to_string()) diff --git a/src/bin/pg_waldump/meson.build b/src/bin/pg_waldump/meson.build index 9605976870..3fa1b53e71 100644 --- a/src/bin/pg_waldump/meson.build +++ b/src/bin/pg_waldump/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pg_waldump_sources = files( 'compat.c', 'pg_waldump.c', diff --git a/src/bin/pg_waldump/po/meson.build b/src/bin/pg_waldump/po/meson.build index f335aa4b36..fd68f00158 100644 --- a/src/bin/pg_waldump/po/meson.build +++ b/src/bin/pg_waldump/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pg_waldump-' + pg_version_major.to_string()) diff --git a/src/bin/pgbench/meson.build b/src/bin/pgbench/meson.build index 1a3ec5d129..c176898f2b 100644 --- a/src/bin/pgbench/meson.build +++ b/src/bin/pgbench/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + pgbench_sources = files( 'pgbench.c', ) diff --git a/src/bin/pgevent/meson.build b/src/bin/pgevent/meson.build index 2e9aea4b0e..e4a9fe1917 100644 --- a/src/bin/pgevent/meson.build +++ b/src/bin/pgevent/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + if host_system != 'windows' subdir_done() endif diff --git a/src/bin/psql/meson.build b/src/bin/psql/meson.build index a4c46bf538..1eda9ed353 100644 --- a/src/bin/psql/meson.build +++ b/src/bin/psql/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + psql_sources = files( 'command.c', 'common.c', diff --git a/src/bin/psql/po/meson.build b/src/bin/psql/po/meson.build index 45fe425298..83e37b23b4 100644 --- a/src/bin/psql/po/meson.build +++ b/src/bin/psql/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('psql-' + pg_version_major.to_string()) diff --git a/src/bin/scripts/meson.build b/src/bin/scripts/meson.build index c9c74d10ac..dd57368fea 100644 --- a/src/bin/scripts/meson.build +++ b/src/bin/scripts/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + scripts_common = static_library('libscripts_common', files('common.c'), dependencies: [frontend_code, libpq], diff --git a/src/bin/scripts/po/meson.build b/src/bin/scripts/po/meson.build index 3c531459c2..c523d0a108 100644 --- a/src/bin/scripts/po/meson.build +++ b/src/bin/scripts/po/meson.build @@ -1 +1,3 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + i18n.gettext('pgscripts-' + pg_version_major.to_string()) |
