Skip to content

Commit

Permalink
Add copyright notices to meson files
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed Dec 20, 2022
1 parent 594f8d3 commit 8284cf5
Show file tree
Hide file tree
Showing 262 changed files with 524 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/adminpack/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

adminpack_sources = files(
'adminpack.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/amcheck/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

amcheck_sources = files(
'verify_heapam.c',
'verify_nbtree.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/auth_delay/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

auth_delay_sources = files(
'auth_delay.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/auto_explain/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

auto_explain_sources = files(
'auto_explain.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/basebackup_to_shell/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

basebackup_to_shell_sources = files(
'basebackup_to_shell.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/basic_archive/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

basic_archive_sources = files(
'basic_archive.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/bloom/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

bloom_sources = files(
'blcost.c',
'blinsert.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/bool_plperl/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not perl_dep.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/btree_gin/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

btree_gin_sources = files(
'btree_gin.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/btree_gist/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

btree_gist_sources = files(
'btree_bit.c',
'btree_bool.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/citext/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

citext_sources = files(
'citext.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/cube/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

cube_sources = files(
'cube.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/dblink/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

dblink_sources = files(
'dblink.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/dict_int/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

dict_int_sources = files(
'dict_int.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/dict_xsyn/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

dict_xsyn_sources = files(
'dict_xsyn.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/earthdistance/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

earthdistance_sources = files(
'earthdistance.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/file_fdw/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

file_fdw_sources = files(
'file_fdw.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/fuzzystrmatch/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

fuzzystrmatch_sources = files(
'fuzzystrmatch.c',
'dmetaphone.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/hstore/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

# .. so that includes of hstore/hstore.h work
hstore_inc = include_directories('.', '../')

Expand Down
2 changes: 2 additions & 0 deletions contrib/hstore_plperl/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not perl_dep.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/hstore_plpython/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not python3_dep.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/intagg/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

install_data(
'intagg.control',
'intagg--1.0--1.1.sql',
Expand Down
2 changes: 2 additions & 0 deletions contrib/intarray/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

intarray_sources = files(
'_int_bool.c',
'_int_gin.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/isn/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

isn_sources = files(
'isn.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/jsonb_plperl/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not perl_dep.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/jsonb_plpython/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not python3_dep.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/lo/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

lo_sources = files(
'lo.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/ltree/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

ltree_sources = files(
'_ltree_gist.c',
'_ltree_op.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/ltree_plpython/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not python3_dep.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

contrib_mod_args = pg_mod_args

contrib_data_dir = dir_data_extension
Expand Down
2 changes: 2 additions & 0 deletions contrib/oid2name/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

oid2name_sources = files(
'oid2name.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/old_snapshot/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

old_snapshot_sources = files(
'time_mapping.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pageinspect/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pageinspect_sources = files(
'brinfuncs.c',
'btreefuncs.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/passwordcheck/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

passwordcheck_sources = files(
'passwordcheck.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_buffercache/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_buffercache_sources = files(
'pg_buffercache_pages.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_freespacemap/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_freespacemap_sources = files(
'pg_freespacemap.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_prewarm/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_prewarm_sources = files(
'autoprewarm.c',
'pg_prewarm.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_stat_statements/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_stat_statements_sources = files(
'pg_stat_statements.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_surgery/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_surgery_sources = files(
'heap_surgery.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_trgm/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_trgm_sources = files(
'trgm_gin.c',
'trgm_gist.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_visibility/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_visibility_sources = files(
'pg_visibility.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pg_walinspect/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pg_walinspect_sources = files('pg_walinspect.c')

if host_system == 'windows'
Expand Down
2 changes: 2 additions & 0 deletions contrib/pgcrypto/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not ssl.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/pgrowlocks/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pgrowlocks_sources = files(
'pgrowlocks.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/pgstattuple/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

pgstattuple_sources = files(
'pgstatapprox.c',
'pgstatindex.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/postgres_fdw/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

postgres_fdw_sources = files(
'connection.c',
'deparse.c',
Expand Down
2 changes: 2 additions & 0 deletions contrib/seg/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

seg_sources = files(
'seg.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/sepgsql/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not selinux.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/spi/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

autoinc_sources = files(
'autoinc.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/sslinfo/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not ssl.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/tablefunc/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

tablefunc_sources = files(
'tablefunc.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/tcn/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

tcn_sources = files(
'tcn.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/test_decoding/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

test_decoding_sources = files(
'test_decoding.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/tsm_system_rows/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

tsm_system_rows_sources = files(
'tsm_system_rows.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/tsm_system_time/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

tsm_system_time_sources = files(
'tsm_system_time.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/unaccent/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

unaccent_sources = files(
'unaccent.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/uuid-ossp/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not uuid.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions contrib/vacuumlo/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

vacuumlo_sources = files(
'vacuumlo.c',
)
Expand Down
2 changes: 2 additions & 0 deletions contrib/xml2/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

if not libxml.found()
subdir_done()
endif
Expand Down
2 changes: 2 additions & 0 deletions doc/src/sgml/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

docs = []
alldocs = []
doc_generated = []
Expand Down
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

# Entry point for building PostgreSQL with meson
#
# Good starting points for writing meson.build files are:
Expand Down
2 changes: 2 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

# Data layout influencing options

option('blocksize', type : 'combo',
Expand Down
2 changes: 2 additions & 0 deletions src/backend/access/brin/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

backend_sources += files(
'brin.c',
'brin_bloom.c',
Expand Down
2 changes: 2 additions & 0 deletions src/backend/access/common/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

backend_sources += files(
'attmap.c',
'bufmask.c',
Expand Down
2 changes: 2 additions & 0 deletions src/backend/access/gin/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

backend_sources += files(
'ginarrayproc.c',
'ginbtree.c',
Expand Down
2 changes: 2 additions & 0 deletions src/backend/access/gist/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2022, PostgreSQL Global Development Group

backend_sources += files(
'gist.c',
'gistbuild.c',
Expand Down
Loading

0 comments on commit 8284cf5

Please sign in to comment.