1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +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
backend_sources += files(
'backend_progress.c',
'backend_status.c',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
encodings = {
'cyrillic_and_mic': ['cyrillic_and_mic/cyrillic_and_mic.c'],
'euc2004_sjis2004': ['euc2004_sjis2004/euc2004_sjis2004.c'],

View File

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

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
install_data('errcodes.txt',
install_dir: dir_data,
)

View File

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

View File

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

View File

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

View File

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

View File

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