gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 01/06: Correct SPDX-License-Identifier.


From: gnunet
Subject: [gnunet-scheme] 01/06: Correct SPDX-License-Identifier.
Date: Fri, 04 Feb 2022 12:08:06 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 7f132aff375364c306eb0a0d368befa71af9d43f
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Feb 4 09:42:08 2022 +0000

    Correct SPDX-License-Identifier.
    
    AGPL3.0-or-later is bogus, AGPL-3.0-or-later is correct.
---
 gnu/gnunet/concurrency/repeated-condition.scm | 2 +-
 gnu/gnunet/concurrency/update.scm             | 2 +-
 gnu/gnunet/config/value-parser.scm            | 2 +-
 gnu/gnunet/crypto/struct.scm                  | 2 +-
 gnu/gnunet/icmp/struct.scm                    | 2 +-
 gnu/gnunet/mq-impl/stream.scm                 | 2 +-
 gnu/gnunet/mq.scm                             | 2 +-
 gnu/gnunet/mq/envelope.scm                    | 2 +-
 gnu/gnunet/mq/error-reporting.scm             | 2 +-
 gnu/gnunet/mq/handler.scm                     | 2 +-
 gnu/gnunet/mq/prio-prefs.scm                  | 2 +-
 gnu/gnunet/mq/prio-prefs2.scm                 | 2 +-
 gnu/gnunet/nse/client.scm                     | 2 +-
 gnu/gnunet/nse/struct.scm                     | 2 +-
 gnu/gnunet/util/struct.scm                    | 2 +-
 gnu/gnunet/util/time.scm                      | 2 +-
 gnu/gnunet/utils/platform-enum.scm            | 2 +-
 gnu/gnunet/utils/tokeniser.scm                | 2 +-
 tests/bv-slice.scm                            | 2 +-
 tests/config-db.scm                           | 2 +-
 tests/config-expand.scm                       | 2 +-
 tests/config-fs.scm                           | 2 +-
 tests/config-parser.scm                       | 2 +-
 tests/config-value-parser.scm                 | 2 +-
 tests/crypto.scm                              | 2 +-
 tests/envelope.scm                            | 2 +-
 tests/form.scm                                | 2 +-
 tests/message-handler.scm                     | 2 +-
 tests/mq-stream.scm                           | 2 +-
 tests/mq.scm                                  | 2 +-
 tests/netstruct.scm                           | 2 +-
 tests/repeated-condition.scm                  | 2 +-
 tests/update.scm                              | 2 +-
 tests/utils.scm                               | 2 +-
 34 files changed, 34 insertions(+), 34 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; I'm not sure how to document this.
 (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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; (Can be relicensed for use in guile-fibers on request)
 
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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Brief: parse values in configuration files
 ;; 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 @@
 ;;   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
+;;   SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; From upstream:
 
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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Description from RFC 792:
 ;; [...]
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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; C source: src/util/client.c (not completely ported).
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Author: Florian Dold
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Author: Florian Dold
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Summary: Reporting errors from message queues.
 ;;
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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; @author Maxime Devos (scheme-GNUnet)
 ;;
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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; @author Florian Dold (GNUnet)
 ;; @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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;;;; @brief General-purpose message queue (priorities, documentation)
 
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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Brief: Interface to the network size estimation service.
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Author (GNUnet): Nathan Evans
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Brief: many network structures, that would otherwise result in very
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; C file: util/time.c
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Brief: C-style enumeration that are platform-specific.
 ;; 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 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; C file: util/mst.c
 ;; Brief: convenience functions for handling inbound message buffers
diff --git a/tests/bv-slice.scm b/tests/bv-slice.scm
index 4daef84..de97c92 100644
--- a/tests/bv-slice.scm
+++ b/tests/bv-slice.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (import (gnu gnunet utils bv-slice)
        (srfi srfi-26)
diff --git a/tests/config-db.scm b/tests/config-db.scm
index fc171f8..8eec1af 100644
--- a/tests/config-db.scm
+++ b/tests/config-db.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Bugs found with these tests:
 ;;  * [I] missing arguments to %make
diff --git a/tests/config-expand.scm b/tests/config-expand.scm
index 3b0c0ec..510481d 100644
--- a/tests/config-expand.scm
+++ b/tests/config-expand.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (gnu gnunet config parser)
             (gnu gnunet config expand)
diff --git a/tests/config-fs.scm b/tests/config-fs.scm
index a4b2217..0179a77 100644
--- a/tests/config-fs.scm
+++ b/tests/config-fs.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (import (gnu gnunet config db)
        (gnu gnunet config expand)
diff --git a/tests/config-parser.scm b/tests/config-parser.scm
index c98cbf4..705132b 100644
--- a/tests/config-parser.scm
+++ b/tests/config-parser.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (gnu gnunet config parser)
             (quickcheck)
diff --git a/tests/config-value-parser.scm b/tests/config-value-parser.scm
index 77a2885..c440b7a 100644
--- a/tests/config-value-parser.scm
+++ b/tests/config-value-parser.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 (use-modules (gnu gnunet config value-parser)
             (srfi srfi-26)
             (srfi srfi-43)
diff --git a/tests/crypto.scm b/tests/crypto.scm
index 1920bf0..bcc6723 100644
--- a/tests/crypto.scm
+++ b/tests/crypto.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (import (gnu gnunet utils bv-slice)
        (gnu gnunet crypto)
diff --git a/tests/envelope.scm b/tests/envelope.scm
index 5cb3990..be20bf3 100644
--- a/tests/envelope.scm
+++ b/tests/envelope.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (ice-9 control)
             (srfi srfi-26)
diff --git a/tests/form.scm b/tests/form.scm
index 7edd7e2..28f5cc2 100644
--- a/tests/form.scm
+++ b/tests/form.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (web form)
             (rnrs bytevectors)
diff --git a/tests/message-handler.scm b/tests/message-handler.scm
index 863c115..4de22ab 100644
--- a/tests/message-handler.scm
+++ b/tests/message-handler.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (gnu gnunet mq handler)
             (gnu gnunet message protocols)
diff --git a/tests/mq-stream.scm b/tests/mq-stream.scm
index 245512f..c15443e 100644
--- a/tests/mq-stream.scm
+++ b/tests/mq-stream.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (gnu gnunet mq-impl stream)
             (gnu gnunet mq)
diff --git a/tests/mq.scm b/tests/mq.scm
index fae0a4f..14d2a27 100644
--- a/tests/mq.scm
+++ b/tests/mq.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Author: Florian Dold
 ;; Author: Christian Grothoff
diff --git a/tests/netstruct.scm b/tests/netstruct.scm
index 00b5bce..c3ddd43 100644
--- a/tests/netstruct.scm
+++ b/tests/netstruct.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 (import (srfi srfi-26)
        (gnu gnunet netstruct procedural)
        (gnu gnunet utils bv-slice)
diff --git a/tests/repeated-condition.scm b/tests/repeated-condition.scm
index 52ac0b1..f25bc16 100644
--- a/tests/repeated-condition.scm
+++ b/tests/repeated-condition.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (import (gnu gnunet concurrency repeated-condition)
         (gnu gnunet utils hat-let)
diff --git a/tests/update.scm b/tests/update.scm
index 6a498ad..9332dfb 100644
--- a/tests/update.scm
+++ b/tests/update.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 (use-modules (gnu gnunet concurrency update)
             (srfi srfi-8)
diff --git a/tests/utils.scm b/tests/utils.scm
index 962ea07..274de3a 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -14,7 +14,7 @@
 ;; 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
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 (define-module (tests utils)
   #:use-module (srfi srfi-8)
   #:use-module (ice-9 match)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]