1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +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
ecpg_compat_sources = files(
'informix.c',
)

View File

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

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
ecpg_inc = include_directories('.')
ecpg_conf_keys = [

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
ecpg_targets = []
subdir('include')

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
ecpg_sources = files(
'../ecpglib/typename.c',
'c_keywords.c',

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'charfuncs',
'dec_test',

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'char_array',
]

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'test1',
'test2',

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# can't run ecpg to build test dependencies, at least not without an emulator
if meson.is_cross_build()
subdir_done()

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'dt_test',
'dt_test2',

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'array_of_struct',
'autoprep',

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'array',
'binary',

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
pgc_files = [
'thread_implicit',
'thread',

View File

@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# test/ is entered via top-level meson.build, that way it can use the default
# args for executables (which depend on libpq).

View File

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

View File

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

View File

@ -1,2 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# NB: libpq is entered directly from the toplevel meson file
subdir('ecpg')