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/rps/gnunet-rps-profiler.c | 2 ++ src/rps/gnunet-rps.c | 2 ++ src/rps/gnunet-service-rps.c | 2 ++ src/rps/gnunet-service-rps_custommap.c | 2 ++ src/rps/gnunet-service-rps_custommap.h | 2 ++ src/rps/gnunet-service-rps_sampler.c | 2 ++ src/rps/gnunet-service-rps_sampler.h | 2 ++ src/rps/gnunet-service-rps_sampler_elem.c | 2 ++ src/rps/gnunet-service-rps_sampler_elem.h | 2 ++ src/rps/gnunet-service-rps_view.c | 2 ++ src/rps/gnunet-service-rps_view.h | 2 ++ src/rps/rps-sampler_client.c | 2 ++ src/rps/rps-sampler_client.h | 2 ++ src/rps/rps-sampler_common.c | 2 ++ src/rps/rps-sampler_common.h | 2 ++ src/rps/rps-test_util.c | 2 ++ src/rps/rps-test_util.h | 2 ++ src/rps/rps.h | 2 ++ src/rps/rps_api.c | 2 ++ src/rps/test_rps.c | 2 ++ src/rps/test_rps_api.c | 2 ++ src/rps/test_service_rps_custommap.c | 2 ++ src/rps/test_service_rps_sampler_elem.c | 2 ++ src/rps/test_service_rps_view.c | 2 ++ 24 files changed, 48 insertions(+) (limited to 'src/rps') diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c index e7759689b..36a167203 100644 --- a/src/rps/gnunet-rps-profiler.c +++ b/src/rps/gnunet-rps-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 */ /** * @file rps/test_rps.c diff --git a/src/rps/gnunet-rps.c b/src/rps/gnunet-rps.c index 49189481f..50b5b6739 100644 --- a/src/rps/gnunet-rps.c +++ b/src/rps/gnunet-rps.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/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c index 0c333c4f1..08f2450f5 100644 --- a/src/rps/gnunet-service-rps.c +++ b/src/rps/gnunet-service-rps.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/rps/gnunet-service-rps_custommap.c b/src/rps/gnunet-service-rps_custommap.c index c0cb6e650..18a433d6b 100644 --- a/src/rps/gnunet-service-rps_custommap.c +++ b/src/rps/gnunet-service-rps_custommap.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/rps/gnunet-service-rps_custommap.h b/src/rps/gnunet-service-rps_custommap.h index 376213728..53d256487 100644 --- a/src/rps/gnunet-service-rps_custommap.h +++ b/src/rps/gnunet-service-rps_custommap.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/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c index d3abfa67f..a95ac82d4 100644 --- a/src/rps/gnunet-service-rps_sampler.c +++ b/src/rps/gnunet-service-rps_sampler.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/rps/gnunet-service-rps_sampler.h b/src/rps/gnunet-service-rps_sampler.h index ab4a6bbbb..9f60aa7c9 100644 --- a/src/rps/gnunet-service-rps_sampler.h +++ b/src/rps/gnunet-service-rps_sampler.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/rps/gnunet-service-rps_sampler_elem.c b/src/rps/gnunet-service-rps_sampler_elem.c index f0c112ac7..737b7ee7f 100644 --- a/src/rps/gnunet-service-rps_sampler_elem.c +++ b/src/rps/gnunet-service-rps_sampler_elem.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/rps/gnunet-service-rps_sampler_elem.h b/src/rps/gnunet-service-rps_sampler_elem.h index 7598a627b..3f33a6816 100644 --- a/src/rps/gnunet-service-rps_sampler_elem.h +++ b/src/rps/gnunet-service-rps_sampler_elem.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/rps/gnunet-service-rps_view.c b/src/rps/gnunet-service-rps_view.c index 17fec559d..8a0cae21e 100644 --- a/src/rps/gnunet-service-rps_view.c +++ b/src/rps/gnunet-service-rps_view.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/rps/gnunet-service-rps_view.h b/src/rps/gnunet-service-rps_view.h index a9017bab8..4339b6d4e 100644 --- a/src/rps/gnunet-service-rps_view.h +++ b/src/rps/gnunet-service-rps_view.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/rps/rps-sampler_client.c b/src/rps/rps-sampler_client.c index 7b6094b0c..1ba60e1a8 100644 --- a/src/rps/rps-sampler_client.c +++ b/src/rps/rps-sampler_client.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/rps/rps-sampler_client.h b/src/rps/rps-sampler_client.h index fd0538efa..1b425b754 100644 --- a/src/rps/rps-sampler_client.h +++ b/src/rps/rps-sampler_client.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/rps/rps-sampler_common.c b/src/rps/rps-sampler_common.c index 60d2d5ed5..e34cdd67b 100644 --- a/src/rps/rps-sampler_common.c +++ b/src/rps/rps-sampler_common.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/rps/rps-sampler_common.h b/src/rps/rps-sampler_common.h index a9a079aff..e36f6e834 100644 --- a/src/rps/rps-sampler_common.h +++ b/src/rps/rps-sampler_common.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/rps/rps-test_util.c b/src/rps/rps-test_util.c index 6644a1c20..7f54feca1 100644 --- a/src/rps/rps-test_util.c +++ b/src/rps/rps-test_util.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/rps/rps-test_util.h b/src/rps/rps-test_util.h index 5dfcc5f6a..cf15a9909 100644 --- a/src/rps/rps-test_util.h +++ b/src/rps/rps-test_util.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/rps/rps.h b/src/rps/rps.h index 616eabdac..ef968ffbb 100644 --- a/src/rps/rps.h +++ b/src/rps/rps.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 rps/rps.h diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c index a489b4ff1..6fac4cf6f 100644 --- a/src/rps/rps_api.c +++ b/src/rps/rps_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/rps/test_rps.c b/src/rps/test_rps.c index 63a6007ae..126cc5dec 100644 --- a/src/rps/test_rps.c +++ b/src/rps/test_rps.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 rps/test_rps.c diff --git a/src/rps/test_rps_api.c b/src/rps/test_rps_api.c index 85a0ccdd0..b56eaabf2 100644 --- a/src/rps/test_rps_api.c +++ b/src/rps/test_rps_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 rps/test_rps_api.c diff --git a/src/rps/test_service_rps_custommap.c b/src/rps/test_service_rps_custommap.c index 003523087..d2061d4ec 100644 --- a/src/rps/test_service_rps_custommap.c +++ b/src/rps/test_service_rps_custommap.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 rps/test_service_rps_custommap.c diff --git a/src/rps/test_service_rps_sampler_elem.c b/src/rps/test_service_rps_sampler_elem.c index c68a3e384..4e96b9bd1 100644 --- a/src/rps/test_service_rps_sampler_elem.c +++ b/src/rps/test_service_rps_sampler_elem.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 rps/test_service_rps_sampler_elem.c diff --git a/src/rps/test_service_rps_view.c b/src/rps/test_service_rps_view.c index 7418a16fc..c366b407b 100644 --- a/src/rps/test_service_rps_view.c +++ b/src/rps/test_service_rps_view.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 rps/test_service_rps_view.c -- cgit v1.2.3