Commit 50b3f7933412485a6f295616e7087e2ab656b8f1

Thomas de Grivel 2022-11-04T06:03:52

copyright

diff --git a/repo.asd b/repo.asd
index be02b39..0b6bf37 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,8 +1,5 @@
-;;
 ;;  repo  -  common interface for version control systems
-;;
-;;  Copyright 2016-2018 Thomas de Grivel <thoxdg@gmail.com>
-;;
+;;  Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
 
 (defpackage :repo.system
   (:use :cl :asdf))
diff --git a/repo.lisp b/repo.lisp
index 1284389..4d393f7 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,8 +1,5 @@
-;;
 ;;  repo  -  common interface for version control systems
-;;
-;;  Copyright 2016-2018 Thomas de Grivel <thoxdg@gmail.com>
-;;
+;;  Copyright 2016-2022 Thomas de Grivel <thodg@kmx.io>
 
 (in-package :common-lisp-user)