From e969fc9c96903d64669cd8d5106815cb4ccdc76d Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Fri, 21 Oct 2022 17:02:05 +0200 Subject: Fix a typo in the license header. --- src/conditions.lisp | 2 +- src/eris-decode.lisp | 2 +- src/eris.lisp | 2 +- src/package.lisp | 2 +- src/parallel-decoder.lisp | 2 +- tests/common.lisp | 2 +- tests/decode-tests.lisp | 2 +- tests/encode-tests.lisp | 2 +- tests/generate-tests.lisp | 2 +- tests/parallel-tests.lisp | 2 +- tests/rfc.lisp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/conditions.lisp b/src/conditions.lisp index 99b56f2..2088b08 100644 --- a/src/conditions.lisp +++ b/src/conditions.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/src/eris-decode.lisp b/src/eris-decode.lisp index afbb818..ba20e9d 100644 --- a/src/eris-decode.lisp +++ b/src/eris-decode.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/src/eris.lisp b/src/eris.lisp index a585e46..4693104 100644 --- a/src/eris.lisp +++ b/src/eris.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/src/package.lisp b/src/package.lisp index d386990..873a453 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/src/parallel-decoder.lisp b/src/parallel-decoder.lisp index 7d35157..00636d7 100644 --- a/src/parallel-decoder.lisp +++ b/src/parallel-decoder.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/tests/common.lisp b/tests/common.lisp index ea673d5..99a85c9 100644 --- a/tests/common.lisp +++ b/tests/common.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/tests/decode-tests.lisp b/tests/decode-tests.lisp index ab9b56a..27ff4e3 100644 --- a/tests/decode-tests.lisp +++ b/tests/decode-tests.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/tests/encode-tests.lisp b/tests/encode-tests.lisp index 6c04444..214eaad 100644 --- a/tests/encode-tests.lisp +++ b/tests/encode-tests.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/tests/generate-tests.lisp b/tests/generate-tests.lisp index da1301b..f9d5748 100644 --- a/tests/generate-tests.lisp +++ b/tests/generate-tests.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/tests/parallel-tests.lisp b/tests/parallel-tests.lisp index c139b31..aa3c337 100644 --- a/tests/parallel-tests.lisp +++ b/tests/parallel-tests.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 diff --git a/tests/rfc.lisp b/tests/rfc.lisp index 262edb1..15b993e 100644 --- a/tests/rfc.lisp +++ b/tests/rfc.lisp @@ -4,7 +4,7 @@ ;; eris-cl is free software: you can redistribute it and/or modify it under the ;; terms of the GNU Lesser General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any -;; later versqion. +;; later version. ;; 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 -- cgit v1.2.3