diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/sqlite/backend.lisp | 4 | ||||
-rw-r--r-- | extra/sqlite/tests.lisp | 4 |
2 files changed, 4 insertions, 4 deletions
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 <https://www.gnu.org/licenses/>. (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 <https://www.gnu.org/licenses/>. (defpackage eris-sqlite/test |