summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-25 19:54:25 +0200
committerPiotr Szarmanski2023-08-25 19:54:25 +0200
commit8fb6f4cda64c41d614c8a48a4de19a6e86b2f3c0 (patch)
treec5a2471ccacd8b7dbb2681e8de9bf362c082f373
parent11952e9ac20aa30417d214d20d7891eb1dea8135 (diff)
fix copyright preambleHEADmaster
-rw-r--r--extra/sqlite/backend.lisp4
-rw-r--r--extra/sqlite/tests.lisp4
-rw-r--r--src/backend.lisp4
-rw-r--r--src/conditions.lisp4
-rw-r--r--src/eris-decode.lisp4
-rw-r--r--src/eris-parallel.lisp4
-rw-r--r--src/eris.lisp4
-rw-r--r--src/file-backend.lisp4
-rw-r--r--src/hash-backend.lisp4
-rw-r--r--src/package.lisp4
-rw-r--r--tests/backend-tests.lisp4
-rw-r--r--tests/common.lisp4
-rw-r--r--tests/decode-tests.lisp4
-rw-r--r--tests/encode-parallel.lisp4
-rw-r--r--tests/encode-tests.lisp4
-rw-r--r--tests/generate-tests.lisp4
-rw-r--r--tests/rfc.lisp4
17 files changed, 34 insertions, 34 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
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 <https://www.gnu.org/licenses/>.
;; 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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
(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 <https://www.gnu.org/licenses/>.
;; 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 <https://www.gnu.org/licenses/>.
;; This contains some macro definitions for autogenerated-tests.lisp