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:
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_compat_sources = files(
|
||||
'informix.c',
|
||||
)
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
ecpglib_sources = files(
|
||||
'connect.c',
|
||||
'data.c',
|
||||
|
@ -1 +1,3 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
i18n.gettext('ecpglib' + '6' + '-' + pg_version_major.to_string())
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_inc = include_directories('.')
|
||||
|
||||
ecpg_conf_keys = [
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_targets = []
|
||||
|
||||
subdir('include')
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_pgtypes_sources = files(
|
||||
'common.c',
|
||||
'datetime.c',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
ecpg_sources = files(
|
||||
'../ecpglib/typename.c',
|
||||
'c_keywords.c',
|
||||
|
@ -1 +1,3 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
i18n.gettext('ecpg-' + pg_version_major.to_string())
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'charfuncs',
|
||||
'dec_test',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'char_array',
|
||||
]
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'test1',
|
||||
'test2',
|
||||
|
@ -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()
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'dt_test',
|
||||
'dt_test2',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'array_of_struct',
|
||||
'autoprep',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'array',
|
||||
'binary',
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
pgc_files = [
|
||||
'thread_implicit',
|
||||
'thread',
|
||||
|
@ -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).
|
||||
|
||||
|
@ -1 +1,3 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
i18n.gettext('libpq' + '5' + '-' + pg_version_major.to_string())
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
libpq_uri_regress_sources = files(
|
||||
'libpq_uri_regress.c',
|
||||
)
|
||||
|
@ -1,2 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
# NB: libpq is entered directly from the toplevel meson file
|
||||
subdir('ecpg')
|
||||
|
Reference in New Issue
Block a user