mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'buf_init.c',
|
||||
'buf_table.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'buffile.c',
|
||||
'copydir.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'freespace.c',
|
||||
'fsmpage.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'barrier.c',
|
||||
'dsm.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'inv_api.c',
|
||||
)
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'condition_variable.c',
|
||||
'deadlock.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
subdir('buffer')
|
||||
subdir('file')
|
||||
subdir('freespace')
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'bufpage.c',
|
||||
'checksum.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'md.c',
|
||||
'smgr.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'sync.c',
|
||||
|
||||
|
Reference in New Issue
Block a user