Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8284cf5

Browse files
committed
Add copyright notices to meson files
Discussion: https://postgr.es/m/[email protected]
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',

0 commit comments

Comments
 (0)