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/set/gnunet-service-set.c | 2 ++ src/set/gnunet-service-set.h | 2 ++ src/set/gnunet-service-set_intersection.c | 2 ++ src/set/gnunet-service-set_intersection.h | 2 ++ src/set/gnunet-service-set_protocol.h | 2 ++ src/set/gnunet-service-set_union.c | 2 ++ src/set/gnunet-service-set_union.h | 2 ++ src/set/gnunet-service-set_union_strata_estimator.c | 2 ++ src/set/gnunet-service-set_union_strata_estimator.h | 2 ++ src/set/gnunet-set-ibf-profiler.c | 2 ++ src/set/gnunet-set-profiler.c | 2 ++ src/set/ibf.c | 2 ++ src/set/ibf.h | 2 ++ src/set/ibf_sim.c | 2 ++ src/set/plugin_block_set_test.c | 2 ++ src/set/set.h | 2 ++ src/set/set_api.c | 2 ++ src/set/test_set_api.c | 2 ++ src/set/test_set_intersection_result_full.c | 2 ++ src/set/test_set_union_copy.c | 2 ++ src/set/test_set_union_result_symmetric.c | 2 ++ 21 files changed, 42 insertions(+) (limited to 'src/set') diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c index 75122395d..0d47504d2 100644 --- a/src/set/gnunet-service-set.c +++ b/src/set/gnunet-service-set.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 set/gnunet-service-set.c diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h index a58b22995..c39c68d21 100644 --- a/src/set/gnunet-service-set.h +++ b/src/set/gnunet-service-set.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 */ /** * @file set/gnunet-service-set.h diff --git a/src/set/gnunet-service-set_intersection.c b/src/set/gnunet-service-set_intersection.c index 1083384f5..d681666fe 100644 --- a/src/set/gnunet-service-set_intersection.c +++ b/src/set/gnunet-service-set_intersection.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 set/gnunet-service-set_intersection.c diff --git a/src/set/gnunet-service-set_intersection.h b/src/set/gnunet-service-set_intersection.h index a3a3172f6..0e8e644cc 100644 --- a/src/set/gnunet-service-set_intersection.h +++ b/src/set/gnunet-service-set_intersection.h @@ -15,6 +15,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 set/gnunet-service-set_intersection.h diff --git a/src/set/gnunet-service-set_protocol.h b/src/set/gnunet-service-set_protocol.h index 6ec08ce22..13f90a6df 100644 --- a/src/set/gnunet-service-set_protocol.h +++ b/src/set/gnunet-service-set_protocol.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 */ /** * @author Florian Dold diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index 73d3f5c83..7d7ab27a5 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.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 set/gnunet-service-set_union.c diff --git a/src/set/gnunet-service-set_union.h b/src/set/gnunet-service-set_union.h index a4dff4885..5d9b8965a 100644 --- a/src/set/gnunet-service-set_union.h +++ b/src/set/gnunet-service-set_union.h @@ -15,6 +15,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 set/gnunet-service-set_union.h diff --git a/src/set/gnunet-service-set_union_strata_estimator.c b/src/set/gnunet-service-set_union_strata_estimator.c index 16b7fd234..688c32306 100644 --- a/src/set/gnunet-service-set_union_strata_estimator.c +++ b/src/set/gnunet-service-set_union_strata_estimator.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 set/gnunet-service-set_union_strata_estimator.c diff --git a/src/set/gnunet-service-set_union_strata_estimator.h b/src/set/gnunet-service-set_union_strata_estimator.h index 3e4dfa93b..99f16f20a 100644 --- a/src/set/gnunet-service-set_union_strata_estimator.h +++ b/src/set/gnunet-service-set_union_strata_estimator.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/set/gnunet-set-ibf-profiler.c b/src/set/gnunet-set-ibf-profiler.c index e1a2f4aa8..d45669dc7 100644 --- a/src/set/gnunet-set-ibf-profiler.c +++ b/src/set/gnunet-set-ibf-profiler.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/set/gnunet-set-profiler.c b/src/set/gnunet-set-profiler.c index 2a7d5174c..9b30d47fd 100644 --- a/src/set/gnunet-set-profiler.c +++ b/src/set/gnunet-set-profiler.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/set/ibf.c b/src/set/ibf.c index 0cfd15109..43d2e7bce 100644 --- a/src/set/ibf.c +++ b/src/set/ibf.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/set/ibf.h b/src/set/ibf.h index 07c323635..dd0edc053 100644 --- a/src/set/ibf.h +++ b/src/set/ibf.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/set/ibf_sim.c b/src/set/ibf_sim.c index 1ec90e87b..d05e06188 100644 --- a/src/set/ibf_sim.c +++ b/src/set/ibf_sim.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/set/plugin_block_set_test.c b/src/set/plugin_block_set_test.c index d8021886d..f7bdb8920 100644 --- a/src/set/plugin_block_set_test.c +++ b/src/set/plugin_block_set_test.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/set/set.h b/src/set/set.h index 06d8382f9..34b97736c 100644 --- a/src/set/set.h +++ b/src/set/set.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 */ /** * @file set/set.h diff --git a/src/set/set_api.c b/src/set/set_api.c index ec06af520..3b92cd26c 100644 --- a/src/set/set_api.c +++ b/src/set/set_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 set/set_api.c diff --git a/src/set/test_set_api.c b/src/set/test_set_api.c index 736abf025..7fd69a752 100644 --- a/src/set/test_set_api.c +++ b/src/set/test_set_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/set/test_set_intersection_result_full.c b/src/set/test_set_intersection_result_full.c index 63f8c2360..3f209668d 100644 --- a/src/set/test_set_intersection_result_full.c +++ b/src/set/test_set_intersection_result_full.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/set/test_set_union_copy.c b/src/set/test_set_union_copy.c index d63bcd3d2..d129753e8 100644 --- a/src/set/test_set_union_copy.c +++ b/src/set/test_set_union_copy.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/set/test_set_union_result_symmetric.c b/src/set/test_set_union_result_symmetric.c index 10d031cc4..3fe7e4995 100644 --- a/src/set/test_set_union_result_symmetric.c +++ b/src/set/test_set_union_result_symmetric.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 */ /** -- cgit v1.2.3