1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +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(
'brin.c',
'brin_bloom.c',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
subdir('brin')
subdir('common')
subdir('gin')

View File

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

View File

@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# used by frontend programs like pg_waldump
rmgr_desc_sources = files(
'brindesc.c',

View File

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

View File

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

View File

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

View File

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