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)