From c5d5f58171a304883be46ea570b436e2c022a479 Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Tue, 28 Nov 2023 21:19:46 +0200 Subject: [PATCH] Fix license identifier. --- guix.scm | 2 +- nsymbols.asd | 2 +- nsymbols.lisp | 2 +- package.lisp | 2 +- star.lisp | 2 +- tests/package.lisp | 2 +- tests/tests.lisp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/guix.scm b/guix.scm index ded8dbf..8f13afc 100644 --- a/guix.scm +++ b/guix.scm @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause ;;; Commentary: ;; diff --git a/nsymbols.asd b/nsymbols.asd index 4225869..1c72b9d 100644 --- a/nsymbols.asd +++ b/nsymbols.asd @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause (defsystem "nsymbols" :description "A set of convenience functions to list class, variable, function, and other symbols." diff --git a/nsymbols.lisp b/nsymbols.lisp index 037556c..76510ec 100644 --- a/nsymbols.lisp +++ b/nsymbols.lisp @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause (in-package #:nsymbols) diff --git a/package.lisp b/package.lisp index 79298bb..9f0bcfa 100644 --- a/package.lisp +++ b/package.lisp @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause (uiop:define-package #:nsymbols (:use #:common-lisp) diff --git a/star.lisp b/star.lisp index 843464e..c86c2b5 100644 --- a/star.lisp +++ b/star.lisp @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause (in-package #:nsymbols) diff --git a/tests/package.lisp b/tests/package.lisp index f790655..0c2eadb 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause (uiop:define-package #:nsymbols/tests (:use #:common-lisp #:lisp-unit2)) diff --git a/tests/tests.lisp b/tests/tests.lisp index 48ecd4d..703a764 100644 --- a/tests/tests.lisp +++ b/tests/tests.lisp @@ -1,5 +1,5 @@ ;;;; SPDX-FileCopyrightText: Atlas Engineer LLC -;;;; SPDX-License-Identifier: BSD-3 Clause +;;;; SPDX-License-Identifier: BSD-3-Clause (in-package #:nsymbols/tests)