Skip to content

Commit

Permalink
Fix license identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 28, 2023
1 parent bfea25b commit c5d5f58
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion guix.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;;; SPDX-FileCopyrightText: Atlas Engineer LLC
;;;; SPDX-License-Identifier: BSD-3 Clause
;;;; SPDX-License-Identifier: BSD-3-Clause

;;; Commentary:
;;
Expand Down
2 changes: 1 addition & 1 deletion nsymbols.asd
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion nsymbols.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;;; SPDX-FileCopyrightText: Atlas Engineer LLC
;;;; SPDX-License-Identifier: BSD-3 Clause
;;;; SPDX-License-Identifier: BSD-3-Clause

(in-package #:nsymbols)

Expand Down
2 changes: 1 addition & 1 deletion package.lisp
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion star.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;;; SPDX-FileCopyrightText: Atlas Engineer LLC
;;;; SPDX-License-Identifier: BSD-3 Clause
;;;; SPDX-License-Identifier: BSD-3-Clause

(in-package #:nsymbols)

Expand Down
2 changes: 1 addition & 1 deletion tests/package.lisp
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion tests/tests.lisp
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit c5d5f58

Please sign in to comment.