Commit 8e2a5ca4625f230365c929e44c2321de39f1f985

Thomas de Grivel 2022-12-04T13:27:47

licence

diff --git a/install-repo.sh b/install-repo.sh
index d90215e..30ffead 100755
--- a/install-repo.sh
+++ b/install-repo.sh
@@ -1,4 +1,16 @@
 #!/bin/sh
+## Copyright 2016-2022 kmx.io <contact@kmx.io>
+##
+## Permission is hereby granted to use this software granted
+## the above copyright notice and this permission paragraph
+## are included in all copies and substantial portions of this
+## software.
+##
+## THIS SOFTWARE IS PROVIDED "AS-IS" WITHOUT ANY GUARANTEE OF
+## PURPOSE AND PERFORMANCE. IN NO EVENT WHATSOEVER SHALL THE
+## AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
+## THIS SOFTWARE.
+
 set -e
 
 REPO_DIR=$HOME/common-lisp
diff --git a/repo-index.lisp b/repo-index.lisp
index 1f39820..98a1fb0 100644
--- a/repo-index.lisp
+++ b/repo-index.lisp
@@ -1,4 +1,4 @@
-;; repo - common interface for version control systems
+;; repo
 ;; Copyright 2016-2022 kmx.io <contact@kmx.io>
 ;;
 ;; Permission is hereby granted to use this software granted
diff --git a/repo.asd b/repo.asd
index 076a799..1a50368 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,4 +1,4 @@
-;; repo - common interface for version control systems
+;; repo
 ;; Copyright 2016-2022 kmx.io <contact@kmx.io>
 ;;
 ;; Permission is hereby granted to use this software granted
diff --git a/repo.lisp b/repo.lisp
index 3dcdc22..da24cee 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,4 +1,4 @@
-;; repo - common interface for version control systems
+;; repo
 ;; Copyright 2016-2022 kmx.io <contact@kmx.io>
 ;;
 ;; Permission is hereby granted to use this software granted