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/scripts | |
| 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/scripts')
| -rw-r--r-- | src/bin/scripts/meson.build | 2 | ||||
| -rw-r--r-- | src/bin/scripts/po/meson.build | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/scripts/meson.build b/src/bin/scripts/meson.build index c9c74d10acc..dd57368fea3 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 3c531459c2d..c523d0a1085 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()) |
