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/consensus/consensus-simulation.py.in | 2 ++ src/consensus/consensus.h | 2 ++ src/consensus/consensus_api.c | 2 ++ src/consensus/consensus_protocol.h | 2 ++ src/consensus/gnunet-consensus-profiler.c | 2 ++ src/consensus/gnunet-service-consensus.c | 2 ++ src/consensus/plugin_block_consensus.c | 2 ++ src/consensus/test_consensus_api.c | 2 ++ 8 files changed, 16 insertions(+) (limited to 'src/consensus') diff --git a/src/consensus/consensus-simulation.py.in b/src/consensus/consensus-simulation.py.in index 3ce44cd91..38e29230a 100644 --- a/src/consensus/consensus-simulation.py.in +++ b/src/consensus/consensus-simulation.py.in @@ -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 from __future__ import absolute_import from __future__ import print_function diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h index 19bf3e8ad..683e16104 100644 --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.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/consensus/consensus_api.c b/src/consensus/consensus_api.c index 3f0087b0f..4a584a410 100644 --- a/src/consensus/consensus_api.c +++ b/src/consensus/consensus_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/consensus/consensus_protocol.h b/src/consensus/consensus_protocol.h index 68505eb28..77641e2b4 100644 --- a/src/consensus/consensus_protocol.h +++ b/src/consensus/consensus_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 */ diff --git a/src/consensus/gnunet-consensus-profiler.c b/src/consensus/gnunet-consensus-profiler.c index 4928f04b4..e088904aa 100644 --- a/src/consensus/gnunet-consensus-profiler.c +++ b/src/consensus/gnunet-consensus-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/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c index afbefdc5a..04e71afd9 100644 --- a/src/consensus/gnunet-service-consensus.c +++ b/src/consensus/gnunet-service-consensus.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/consensus/plugin_block_consensus.c b/src/consensus/plugin_block_consensus.c index a1cbaa35f..ca19b7c8d 100644 --- a/src/consensus/plugin_block_consensus.c +++ b/src/consensus/plugin_block_consensus.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/consensus/test_consensus_api.c b/src/consensus/test_consensus_api.c index 9c257f2e9..46e582afe 100644 --- a/src/consensus/test_consensus_api.c +++ b/src/consensus/test_consensus_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 */ /** -- cgit v1.2.3