diff options
author | ng0 <ng0@n0.is> | 2019-01-14 18:07:04 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-01-14 18:07:04 +0000 |
commit | 31adcb0e020b7861ee7f306a6e2fac0df9b10290 (patch) | |
tree | 68f78ec991815d1daf169919fd99bfa2ebb5d522 /src/consensus | |
parent | 18406d4913d43024b66eca3a2ee434984fd5d342 (diff) |
src: for every AGPL3.0 file, add SPDX identifier.
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/consensus-simulation.py.in | 2 | ||||
-rw-r--r-- | src/consensus/consensus.h | 2 | ||||
-rw-r--r-- | src/consensus/consensus_api.c | 2 | ||||
-rw-r--r-- | src/consensus/consensus_protocol.h | 2 | ||||
-rw-r--r-- | src/consensus/gnunet-consensus-profiler.c | 2 | ||||
-rw-r--r-- | src/consensus/gnunet-service-consensus.c | 2 | ||||
-rw-r--r-- | src/consensus/plugin_block_consensus.c | 2 | ||||
-rw-r--r-- | src/consensus/test_consensus_api.c | 2 |
8 files changed, 16 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. +# +# 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 <http://www.gnu.org/licenses/>. + + 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 <http://www.gnu.org/licenses/>. + + 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 <http://www.gnu.org/licenses/>. + + 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 <http://www.gnu.org/licenses/>. + + 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 <http://www.gnu.org/licenses/>. + + 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 <http://www.gnu.org/licenses/>. + + 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 <http://www.gnu.org/licenses/>. + + SPDX-License-Identifier: AGPL3.0-or-later */ /** |