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/datastore/datastore.h | 2 ++ src/datastore/datastore_api.c | 2 ++ src/datastore/gnunet-datastore.c | 2 ++ src/datastore/gnunet-service-datastore.c | 2 ++ src/datastore/perf_datastore_api.c | 2 ++ src/datastore/perf_plugin_datastore.c | 2 ++ src/datastore/plugin_datastore_heap.c | 2 ++ src/datastore/plugin_datastore_mysql.c | 2 ++ src/datastore/plugin_datastore_postgres.c | 2 ++ src/datastore/plugin_datastore_sqlite.c | 2 ++ src/datastore/plugin_datastore_template.c | 2 ++ src/datastore/test_datastore_api.c | 2 ++ src/datastore/test_datastore_api_management.c | 2 ++ src/datastore/test_plugin_datastore.c | 2 ++ 14 files changed, 28 insertions(+) (limited to 'src/datastore') diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h index 5ce2fef45..c2a20b9d3 100644 --- a/src/datastore/datastore.h +++ b/src/datastore/datastore.h @@ -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 */ /** diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c index 00258d7f9..636dbdd1a 100644 --- a/src/datastore/datastore_api.c +++ b/src/datastore/datastore_api.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 */ /** diff --git a/src/datastore/gnunet-datastore.c b/src/datastore/gnunet-datastore.c index 1c86cb096..cd089071c 100644 --- a/src/datastore/gnunet-datastore.c +++ b/src/datastore/gnunet-datastore.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 */ /** diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c index 58f839efd..70a946ca5 100644 --- a/src/datastore/gnunet-service-datastore.c +++ b/src/datastore/gnunet-service-datastore.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 */ /** diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index 6a0ff231b..939e60e4d 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.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 datastore/perf_datastore_api.c diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index 151a3d845..9ba8fa1b0 100644 --- a/src/datastore/perf_plugin_datastore.c +++ b/src/datastore/perf_plugin_datastore.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 perf_plugin_datastore.c diff --git a/src/datastore/plugin_datastore_heap.c b/src/datastore/plugin_datastore_heap.c index a45bd84b1..30d271202 100644 --- a/src/datastore/plugin_datastore_heap.c +++ b/src/datastore/plugin_datastore_heap.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 */ /** diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index 3568ebe8f..02900429d 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.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 */ /** diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index d5b1f70bd..94db6e116 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.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 */ /** diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index fc1706400..d548935ea 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.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 */ /** diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c index 40f248e5d..d2e42a170 100644 --- a/src/datastore/plugin_datastore_template.c +++ b/src/datastore/plugin_datastore_template.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 */ /** diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index ad13ecd02..fa96ea9b7 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.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 datastore/test_datastore_api.c diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c index e44fbfa05..d592ccc80 100644 --- a/src/datastore/test_datastore_api_management.c +++ b/src/datastore/test_datastore_api_management.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 datastore/test_datastore_api_management.c diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c index 150b4ecc5..4b054314c 100644 --- a/src/datastore/test_plugin_datastore.c +++ b/src/datastore/test_plugin_datastore.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 test_plugin_datastore.c -- cgit v1.2.3