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
---
src/backend.lisp | 4 ++--
src/conditions.lisp | 4 ++--
src/eris-decode.lisp | 4 ++--
src/eris-parallel.lisp | 4 ++--
src/eris.lisp | 4 ++--
src/file-backend.lisp | 4 ++--
src/hash-backend.lisp | 4 ++--
src/package.lisp | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
(limited to 'src')
diff --git a/src/backend.lisp b/src/backend.lisp
index 8571e66..fd89856 100644
--- a/src/backend.lisp
+++ b/src/backend.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 file contains the backend protocol.
diff --git a/src/conditions.lisp b/src/conditions.lisp
index 2088b08..c951b71 100644
--- a/src/conditions.lisp
+++ b/src/conditions.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)
diff --git a/src/eris-decode.lisp b/src/eris-decode.lisp
index ac458fb..3d19dad 100644
--- a/src/eris-decode.lisp
+++ b/src/eris-decode.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)
diff --git a/src/eris-parallel.lisp b/src/eris-parallel.lisp
index 7c2f702..75e7b57 100644
--- a/src/eris-parallel.lisp
+++ b/src/eris-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)
diff --git a/src/eris.lisp b/src/eris.lisp
index b23caac..a9250c7 100644
--- a/src/eris.lisp
+++ b/src/eris.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)
diff --git a/src/file-backend.lisp b/src/file-backend.lisp
index db90d82..21cd569 100644
--- a/src/file-backend.lisp
+++ b/src/file-backend.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)
diff --git a/src/hash-backend.lisp b/src/hash-backend.lisp
index 7568db3..183173e 100644
--- a/src/hash-backend.lisp
+++ b/src/hash-backend.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)
diff --git a/src/package.lisp b/src/package.lisp
index e516e74..e47cf74 100644
--- a/src/package.lisp
+++ b/src/package.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 .
--
cgit v1.2.3