From 31adcb0e020b7861ee7f306a6e2fac0df9b10290 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 14 Jan 2019 18:07:04 +0000 Subject: src: for every AGPL3.0 file, add SPDX identifier. --- src/pq/pq.c | 2 ++ src/pq/pq_connect.c | 2 ++ src/pq/pq_eval.c | 2 ++ src/pq/pq_exec.c | 2 ++ src/pq/pq_prepare.c | 2 ++ src/pq/pq_query_helper.c | 2 ++ src/pq/pq_result_helper.c | 2 ++ src/pq/test_pq.c | 2 ++ 8 files changed, 16 insertions(+) (limited to 'src/pq') diff --git a/src/pq/pq.c b/src/pq/pq.c index ae12f461e..df5ef17ad 100644 --- a/src/pq/pq.c +++ b/src/pq/pq.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq.c diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c index 25619f8c0..a295eb864 100644 --- a/src/pq/pq_connect.c +++ b/src/pq/pq_connect.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq_connect.c diff --git a/src/pq/pq_eval.c b/src/pq/pq_eval.c index 586de6fea..2beb3475b 100644 --- a/src/pq/pq_eval.c +++ b/src/pq/pq_eval.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq_eval.c diff --git a/src/pq/pq_exec.c b/src/pq/pq_exec.c index f089d7c0a..99eb2b270 100644 --- a/src/pq/pq_exec.c +++ b/src/pq/pq_exec.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq_exec.c diff --git a/src/pq/pq_prepare.c b/src/pq/pq_prepare.c index d55741073..9a8e4e76f 100644 --- a/src/pq/pq_prepare.c +++ b/src/pq/pq_prepare.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq_prepare.c diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c index 98f697b5d..a6ce3c5d8 100644 --- a/src/pq/pq_query_helper.c +++ b/src/pq/pq_query_helper.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq_query_helper.c diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c index dc1a1554f..b0f0a8a6b 100644 --- a/src/pq/pq_result_helper.c +++ b/src/pq/pq_result_helper.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/pq_result_helper.c diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c index 437f3b4e1..cfcf7dcd7 100644 --- a/src/pq/test_pq.c +++ b/src/pq/test_pq.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + + SPDX-License-Identifier: AGPL3.0-or-later */ /** * @file pq/test_pq.c -- cgit v1.2.3