From 30f739ff702f5eabb3bc30682973c9eaeae30e3f Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Thu, 3 Aug 2023 21:05:21 +0200 Subject: Add some tests. Fix licensing. --- src/cli.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cli.lisp') 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 -- cgit v1.2.3