diff options
author | Piotr Szarmanski | 2023-08-03 21:05:21 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-03 21:05:21 +0200 |
commit | 30f739ff702f5eabb3bc30682973c9eaeae30e3f (patch) | |
tree | 618b96dee1547f6ca5cf80f44b4df440dadc32c3 /src | |
parent | d6d6a174d176d6fc78bbce8a18bddb17ec74ecc1 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/backup.lisp | 2 | ||||
-rw-r--r-- | src/cli.lisp | 4 | ||||
-rw-r--r-- | src/index.lisp | 2 | ||||
-rw-r--r-- | src/package.lisp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/backup.lisp b/src/backup.lisp index d0eee87..e56387b 100644 --- a/src/backup.lisp +++ b/src/backup.lisp @@ -2,7 +2,7 @@ ;; Copyright (C) 2023 Piotr Szarmański ;; ybackup 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 +;; terms of the GNU General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any ;; later version. diff --git a/src/cli.lisp b/src/cli.lisp index 0c2a740..93e943c 100644 --- a/src/cli.lisp +++ b/src/cli.lisp @@ -2,7 +2,7 @@ ;; Copyright (C) 2023 Piotr Szarmański ;; ybackup 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 +;; terms of the GNU General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any ;; later version. @@ -174,7 +174,7 @@ values, urn and the secret (OCTET VECTOR). " (error "Choose one backend.")) (when help - (opts:describe :prefix #.(format nil "ybackup version ~a" version)) + (opts:describe :prefix #.(format nil "ybackup version ~a, licensed under the GPLv3" version)) (opts:exit)) (when vers diff --git a/src/index.lisp b/src/index.lisp index 293b7fc..658690f 100644 --- a/src/index.lisp +++ b/src/index.lisp @@ -2,7 +2,7 @@ ;; Copyright (C) 2023 Piotr Szarmański ;; ybackup 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 +;; terms of the GNU General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any ;; later version. diff --git a/src/package.lisp b/src/package.lisp index aa29228..880498d 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -2,7 +2,7 @@ ;; Copyright (C) 2023 Piotr Szarmański ;; ybackup 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 +;; terms of the GNU General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option) any ;; later version. |