From 8fb6f4cda64c41d614c8a48a4de19a6e86b2f3c0 Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Fri, 25 Aug 2023 19:54:25 +0200 Subject: fix copyright preamble --- tests/backend-tests.lisp | 4 ++-- tests/common.lisp | 4 ++-- tests/decode-tests.lisp | 4 ++-- tests/encode-parallel.lisp | 4 ++-- tests/encode-tests.lisp | 4 ++-- tests/generate-tests.lisp | 4 ++-- tests/rfc.lisp | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) (limited to 'tests') diff --git a/tests/backend-tests.lisp b/tests/backend-tests.lisp index 0f60267..7fdbfa8 100644 --- a/tests/backend-tests.lisp +++ b/tests/backend-tests.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . (in-package :eris/test) diff --git a/tests/common.lisp b/tests/common.lisp index 7a9309f..6b09193 100644 --- a/tests/common.lisp +++ b/tests/common.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . (in-package :eris/test) diff --git a/tests/decode-tests.lisp b/tests/decode-tests.lisp index 162f32b..73fc9d2 100644 --- a/tests/decode-tests.lisp +++ b/tests/decode-tests.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . diff --git a/tests/encode-parallel.lisp b/tests/encode-parallel.lisp index 4bc6c23..139ac77 100644 --- a/tests/encode-parallel.lisp +++ b/tests/encode-parallel.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . (in-package :eris/test) diff --git a/tests/encode-tests.lisp b/tests/encode-tests.lisp index b4c6892..05ea874 100644 --- a/tests/encode-tests.lisp +++ b/tests/encode-tests.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . (in-package :eris/test) diff --git a/tests/generate-tests.lisp b/tests/generate-tests.lisp index f9d5748..f149fca 100644 --- a/tests/generate-tests.lisp +++ b/tests/generate-tests.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . ;; This generates the autogenerated-tests.lisp file. It requires you to tar -xf diff --git a/tests/rfc.lisp b/tests/rfc.lisp index dafa086..8f940bf 100644 --- a/tests/rfc.lisp +++ b/tests/rfc.lisp @@ -8,9 +8,9 @@ ;; eris-cl is distributed in the hope that it will be useful, but WITHOUT ANY ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; A PARTICULAR PURPOSE. See the GNU Lesser General Public LIcense for more details. -;; You should have received a copy of the GNU General Public License along with +;; You should have received a copy of the GNU Lesser General Public LIcense along with ;; eris-cl. If not, see . ;; This contains some macro definitions for autogenerated-tests.lisp -- cgit v1.2.3