aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2022-02-04 09:42:08 +0000
committerMaxime Devos <maximedevos@telenet.be>2022-02-04 09:42:08 +0000
commit7f132aff375364c306eb0a0d368befa71af9d43f (patch)
treed752218c62379aac7ccb67c39adcfc89e895b99c /gnu
parent38c1a3f631fdedacaea146683516268de0113455 (diff)
downloadgnunet-scheme-7f132aff375364c306eb0a0d368befa71af9d43f.tar.gz
gnunet-scheme-7f132aff375364c306eb0a0d368befa71af9d43f.zip
Correct SPDX-License-Identifier.
AGPL3.0-or-later is bogus, AGPL-3.0-or-later is correct.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/gnunet/concurrency/repeated-condition.scm2
-rw-r--r--gnu/gnunet/concurrency/update.scm2
-rw-r--r--gnu/gnunet/config/value-parser.scm2
-rw-r--r--gnu/gnunet/crypto/struct.scm2
-rw-r--r--gnu/gnunet/icmp/struct.scm2
-rw-r--r--gnu/gnunet/mq-impl/stream.scm2
-rw-r--r--gnu/gnunet/mq.scm2
-rw-r--r--gnu/gnunet/mq/envelope.scm2
-rw-r--r--gnu/gnunet/mq/error-reporting.scm2
-rw-r--r--gnu/gnunet/mq/handler.scm2
-rw-r--r--gnu/gnunet/mq/prio-prefs.scm2
-rw-r--r--gnu/gnunet/mq/prio-prefs2.scm2
-rw-r--r--gnu/gnunet/nse/client.scm2
-rw-r--r--gnu/gnunet/nse/struct.scm2
-rw-r--r--gnu/gnunet/util/struct.scm2
-rw-r--r--gnu/gnunet/util/time.scm2
-rw-r--r--gnu/gnunet/utils/platform-enum.scm2
-rw-r--r--gnu/gnunet/utils/tokeniser.scm2
18 files changed, 18 insertions, 18 deletions
diff --git a/gnu/gnunet/concurrency/repeated-condition.scm b/gnu/gnunet/concurrency/repeated-condition.scm
index 34bf62c..6a78375 100644
--- a/gnu/gnunet/concurrency/repeated-condition.scm
+++ b/gnu/gnunet/concurrency/repeated-condition.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; I'm not sure how to document this. 19;; I'm not sure how to document this.
20(define-library (gnu gnunet concurrency repeated-condition) 20(define-library (gnu gnunet concurrency repeated-condition)
diff --git a/gnu/gnunet/concurrency/update.scm b/gnu/gnunet/concurrency/update.scm
index 0d562fd..2bdcfc8 100644
--- a/gnu/gnunet/concurrency/update.scm
+++ b/gnu/gnunet/concurrency/update.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; (Can be relicensed for use in guile-fibers on request) 19;; (Can be relicensed for use in guile-fibers on request)
20 20
diff --git a/gnu/gnunet/config/value-parser.scm b/gnu/gnunet/config/value-parser.scm
index 8b5e574..a81b834 100644
--- a/gnu/gnunet/config/value-parser.scm
+++ b/gnu/gnunet/config/value-parser.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Brief: parse values in configuration files 19;; Brief: parse values in configuration files
20;; Upstream source: src/util/configuration.c 20;; Upstream source: src/util/configuration.c
diff --git a/gnu/gnunet/crypto/struct.scm b/gnu/gnunet/crypto/struct.scm
index cf4a87f..b485333 100644
--- a/gnu/gnunet/crypto/struct.scm
+++ b/gnu/gnunet/crypto/struct.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; From upstream: 19;; From upstream:
20 20
diff --git a/gnu/gnunet/icmp/struct.scm b/gnu/gnunet/icmp/struct.scm
index 385a8d4..6009492 100644
--- a/gnu/gnunet/icmp/struct.scm
+++ b/gnu/gnunet/icmp/struct.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Description from RFC 792: 19;; Description from RFC 792:
20;; [...] 20;; [...]
diff --git a/gnu/gnunet/mq-impl/stream.scm b/gnu/gnunet/mq-impl/stream.scm
index ae79ae1..c9b1b0d 100644
--- a/gnu/gnunet/mq-impl/stream.scm
+++ b/gnu/gnunet/mq-impl/stream.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; C source: src/util/client.c (not completely ported). 19;; C source: src/util/client.c (not completely ported).
20;; The Scheme implementation is rather different from the C implementation 20;; The Scheme implementation is rather different from the C implementation
diff --git a/gnu/gnunet/mq.scm b/gnu/gnunet/mq.scm
index a980c56..dd42a52 100644
--- a/gnu/gnunet/mq.scm
+++ b/gnu/gnunet/mq.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Author: Florian Dold 19;; Author: Florian Dold
20;; Author: Maxime Devos 20;; Author: Maxime Devos
diff --git a/gnu/gnunet/mq/envelope.scm b/gnu/gnunet/mq/envelope.scm
index ef99748..e3788af 100644
--- a/gnu/gnunet/mq/envelope.scm
+++ b/gnu/gnunet/mq/envelope.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Author: Florian Dold 19;; Author: Florian Dold
20;; Author: Maxime Devos 20;; Author: Maxime Devos
diff --git a/gnu/gnunet/mq/error-reporting.scm b/gnu/gnunet/mq/error-reporting.scm
index 38af1ca..5ce7c63 100644
--- a/gnu/gnunet/mq/error-reporting.scm
+++ b/gnu/gnunet/mq/error-reporting.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Summary: Reporting errors from message queues. 19;; Summary: Reporting errors from message queues.
20;; 20;;
diff --git a/gnu/gnunet/mq/handler.scm b/gnu/gnunet/mq/handler.scm
index fcb10e2..96520dd 100644
--- a/gnu/gnunet/mq/handler.scm
+++ b/gnu/gnunet/mq/handler.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; @author Maxime Devos (scheme-GNUnet) 19;; @author Maxime Devos (scheme-GNUnet)
20;; 20;;
diff --git a/gnu/gnunet/mq/prio-prefs.scm b/gnu/gnunet/mq/prio-prefs.scm
index 16d6d01..a66300f 100644
--- a/gnu/gnunet/mq/prio-prefs.scm
+++ b/gnu/gnunet/mq/prio-prefs.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; @author Florian Dold (GNUnet) 19;; @author Florian Dold (GNUnet)
20;; @author Christian Grothoff (GNUnet) 20;; @author Christian Grothoff (GNUnet)
diff --git a/gnu/gnunet/mq/prio-prefs2.scm b/gnu/gnunet/mq/prio-prefs2.scm
index 971b0b1..61def3f 100644
--- a/gnu/gnunet/mq/prio-prefs2.scm
+++ b/gnu/gnunet/mq/prio-prefs2.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;;;; @brief General-purpose message queue (priorities, documentation) 19;;;; @brief General-purpose message queue (priorities, documentation)
20 20
diff --git a/gnu/gnunet/nse/client.scm b/gnu/gnunet/nse/client.scm
index 945e2bd..8044340 100644
--- a/gnu/gnunet/nse/client.scm
+++ b/gnu/gnunet/nse/client.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Brief: Interface to the network size estimation service. 19;; Brief: Interface to the network size estimation service.
20;; C author: Nathan Evans 20;; C author: Nathan Evans
diff --git a/gnu/gnunet/nse/struct.scm b/gnu/gnunet/nse/struct.scm
index 3434112..22f3607 100644
--- a/gnu/gnunet/nse/struct.scm
+++ b/gnu/gnunet/nse/struct.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Author (GNUnet): Nathan Evans 19;; Author (GNUnet): Nathan Evans
20;; File (GNUnet): nse/nse.h 20;; File (GNUnet): nse/nse.h
diff --git a/gnu/gnunet/util/struct.scm b/gnu/gnunet/util/struct.scm
index f4c3cbb..910f1e1 100644
--- a/gnu/gnunet/util/struct.scm
+++ b/gnu/gnunet/util/struct.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Brief: many network structures, that would otherwise result in very 19;; Brief: many network structures, that would otherwise result in very
20;; small source files if each was put in their own module. 20;; small source files if each was put in their own module.
diff --git a/gnu/gnunet/util/time.scm b/gnu/gnunet/util/time.scm
index 92448f6..f53df1a 100644
--- a/gnu/gnunet/util/time.scm
+++ b/gnu/gnunet/util/time.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; C file: util/time.c 19;; C file: util/time.c
20;; Author: Christian Grothoff 20;; Author: Christian Grothoff
diff --git a/gnu/gnunet/utils/platform-enum.scm b/gnu/gnunet/utils/platform-enum.scm
index 093aebb..5e984d2 100644
--- a/gnu/gnunet/utils/platform-enum.scm
+++ b/gnu/gnunet/utils/platform-enum.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; Brief: C-style enumeration that are platform-specific. 19;; Brief: C-style enumeration that are platform-specific.
20;; TODO: autoconfery 20;; TODO: autoconfery
diff --git a/gnu/gnunet/utils/tokeniser.scm b/gnu/gnunet/utils/tokeniser.scm
index 079de0a..893ad21 100644
--- a/gnu/gnunet/utils/tokeniser.scm
+++ b/gnu/gnunet/utils/tokeniser.scm
@@ -14,7 +14,7 @@
14;; You should have received a copy of the GNU Affero General Public License 14;; You should have received a copy of the GNU Affero General Public License
15;; along with this program. If not, see <http://www.gnu.org/licenses/>. 15;; along with this program. If not, see <http://www.gnu.org/licenses/>.
16;; 16;;
17;; SPDX-License-Identifier: AGPL3.0-or-later 17;; SPDX-License-Identifier: AGPL-3.0-or-later
18 18
19;; C file: util/mst.c 19;; C file: util/mst.c
20;; Brief: convenience functions for handling inbound message buffers 20;; Brief: convenience functions for handling inbound message buffers