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
---
extra/sqlite/backend.lisp | 4 ++--
extra/sqlite/tests.lisp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'extra/sqlite')
diff --git a/extra/sqlite/backend.lisp b/extra/sqlite/backend.lisp
index 04d16bc..1d95d7a 100644
--- a/extra/sqlite/backend.lisp
+++ b/extra/sqlite/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-sqlite)
diff --git a/extra/sqlite/tests.lisp b/extra/sqlite/tests.lisp
index 2abab64..62084f0 100644
--- a/extra/sqlite/tests.lisp
+++ b/extra/sqlite/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 .
(defpackage eris-sqlite/test
--
cgit v1.2.3