Skip to content

Commit 8284cf5

Browse files
committed
Add copyright notices to meson files
Discussion: https://postgr.es/m/222b43a5-2fb3-2c1b-9cd0-375d376c8246@dunslane.net
1 parent 594f8d3 commit 8284cf5

File tree

262 files changed

+524
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+524
-0
lines changed

contrib/adminpack/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
adminpack_sources = files(
24
'adminpack.c',
35
)

contrib/amcheck/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
amcheck_sources = files(
24
'verify_heapam.c',
35
'verify_nbtree.c',

contrib/auth_delay/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
auth_delay_sources = files(
24
'auth_delay.c',
35
)

contrib/auto_explain/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
auto_explain_sources = files(
24
'auto_explain.c',
35
)

contrib/basebackup_to_shell/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
basebackup_to_shell_sources = files(
24
'basebackup_to_shell.c',
35
)

contrib/basic_archive/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
basic_archive_sources = files(
24
'basic_archive.c',
35
)

contrib/bloom/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
bloom_sources = files(
24
'blcost.c',
35
'blinsert.c',

contrib/bool_plperl/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not perl_dep.found()
24
subdir_done()
35
endif

contrib/btree_gin/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
btree_gin_sources = files(
24
'btree_gin.c',
35
)

contrib/btree_gist/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
btree_gist_sources = files(
24
'btree_bit.c',
35
'btree_bool.c',

contrib/citext/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
citext_sources = files(
24
'citext.c',
35
)

contrib/cube/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
cube_sources = files(
24
'cube.c',
35
)

contrib/dblink/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
dblink_sources = files(
24
'dblink.c',
35
)

contrib/dict_int/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
dict_int_sources = files(
24
'dict_int.c',
35
)

contrib/dict_xsyn/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
dict_xsyn_sources = files(
24
'dict_xsyn.c',
35
)

contrib/earthdistance/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
earthdistance_sources = files(
24
'earthdistance.c',
35
)

contrib/file_fdw/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
file_fdw_sources = files(
24
'file_fdw.c',
35
)

contrib/fuzzystrmatch/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
fuzzystrmatch_sources = files(
24
'fuzzystrmatch.c',
35
'dmetaphone.c',

contrib/hstore/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
# .. so that includes of hstore/hstore.h work
24
hstore_inc = include_directories('.', '../')
35

contrib/hstore_plperl/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not perl_dep.found()
24
subdir_done()
35
endif

contrib/hstore_plpython/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not python3_dep.found()
24
subdir_done()
35
endif

contrib/intagg/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
install_data(
24
'intagg.control',
35
'intagg--1.0--1.1.sql',

contrib/intarray/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
intarray_sources = files(
24
'_int_bool.c',
35
'_int_gin.c',

contrib/isn/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
isn_sources = files(
24
'isn.c',
35
)

contrib/jsonb_plperl/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not perl_dep.found()
24
subdir_done()
35
endif

contrib/jsonb_plpython/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not python3_dep.found()
24
subdir_done()
35
endif

contrib/lo/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
lo_sources = files(
24
'lo.c',
35
)

contrib/ltree/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
ltree_sources = files(
24
'_ltree_gist.c',
35
'_ltree_op.c',

contrib/ltree_plpython/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not python3_dep.found()
24
subdir_done()
35
endif

contrib/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
contrib_mod_args = pg_mod_args
24

35
contrib_data_dir = dir_data_extension

contrib/oid2name/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
oid2name_sources = files(
24
'oid2name.c',
35
)

contrib/old_snapshot/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
old_snapshot_sources = files(
24
'time_mapping.c',
35
)

contrib/pageinspect/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pageinspect_sources = files(
24
'brinfuncs.c',
35
'btreefuncs.c',

contrib/passwordcheck/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
passwordcheck_sources = files(
24
'passwordcheck.c',
35
)

contrib/pg_buffercache/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_buffercache_sources = files(
24
'pg_buffercache_pages.c',
35
)

contrib/pg_freespacemap/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_freespacemap_sources = files(
24
'pg_freespacemap.c',
35
)

contrib/pg_prewarm/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_prewarm_sources = files(
24
'autoprewarm.c',
35
'pg_prewarm.c',

contrib/pg_stat_statements/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_stat_statements_sources = files(
24
'pg_stat_statements.c',
35
)

contrib/pg_surgery/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_surgery_sources = files(
24
'heap_surgery.c',
35
)

contrib/pg_trgm/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_trgm_sources = files(
24
'trgm_gin.c',
35
'trgm_gist.c',

contrib/pg_visibility/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_visibility_sources = files(
24
'pg_visibility.c',
35
)

contrib/pg_walinspect/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pg_walinspect_sources = files('pg_walinspect.c')
24

35
if host_system == 'windows'

contrib/pgcrypto/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not ssl.found()
24
subdir_done()
35
endif

contrib/pgrowlocks/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pgrowlocks_sources = files(
24
'pgrowlocks.c',
35
)

contrib/pgstattuple/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
pgstattuple_sources = files(
24
'pgstatapprox.c',
35
'pgstatindex.c',

contrib/postgres_fdw/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
postgres_fdw_sources = files(
24
'connection.c',
35
'deparse.c',

contrib/seg/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
seg_sources = files(
24
'seg.c',
35
)

contrib/sepgsql/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not selinux.found()
24
subdir_done()
35
endif

contrib/spi/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
autoinc_sources = files(
24
'autoinc.c',
35
)

contrib/sslinfo/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not ssl.found()
24
subdir_done()
35
endif

contrib/tablefunc/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
tablefunc_sources = files(
24
'tablefunc.c',
35
)

contrib/tcn/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
tcn_sources = files(
24
'tcn.c',
35
)

contrib/test_decoding/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
test_decoding_sources = files(
24
'test_decoding.c',
35
)

contrib/tsm_system_rows/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
tsm_system_rows_sources = files(
24
'tsm_system_rows.c',
35
)

contrib/tsm_system_time/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
tsm_system_time_sources = files(
24
'tsm_system_time.c',
35
)

contrib/unaccent/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
unaccent_sources = files(
24
'unaccent.c',
35
)

contrib/uuid-ossp/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not uuid.found()
24
subdir_done()
35
endif

contrib/vacuumlo/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
vacuumlo_sources = files(
24
'vacuumlo.c',
35
)

contrib/xml2/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
if not libxml.found()
24
subdir_done()
35
endif

doc/src/sgml/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
docs = []
24
alldocs = []
35
doc_generated = []

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
# Entry point for building PostgreSQL with meson
24
#
35
# Good starting points for writing meson.build files are:

meson_options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
# Data layout influencing options
24

35
option('blocksize', type : 'combo',

src/backend/access/brin/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
backend_sources += files(
24
'brin.c',
35
'brin_bloom.c',

src/backend/access/common/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
backend_sources += files(
24
'attmap.c',
35
'bufmask.c',

src/backend/access/gin/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
backend_sources += files(
24
'ginarrayproc.c',
35
'ginbtree.c',

src/backend/access/gist/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2022, PostgreSQL Global Development Group
2+
13
backend_sources += files(
24
'gist.c',
35
'gistbuild.c',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy