mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +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(
|
||||
'geqo_copy.c',
|
||||
'geqo_cx.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
subdir('geqo')
|
||||
subdir('path')
|
||||
subdir('plan')
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'allpaths.c',
|
||||
'clausesel.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'analyzejoins.c',
|
||||
'createplan.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'prepagg.c',
|
||||
'prepjointree.c',
|
||||
|
@@ -1,3 +1,5 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'appendinfo.c',
|
||||
'clauses.c',
|
||||
|
Reference in New Issue
Block a user