Commit 79df2d1d85f9eb4576aeae6888684350af52df7c

Thomas de Grivel 2018-06-10T19:41:49

license

diff --git a/repo.asd b/repo.asd
index a4c3982..9a50d1e 100644
--- a/repo.asd
+++ b/repo.asd
@@ -1,7 +1,7 @@
 ;;
 ;;  repo  -  common interface for version control systems
 ;;
-;;  Copyright 2016-2017 Thomas de Grivel <thomas@lowh.net>
+;;  Copyright 2016-2018 Thomas de Grivel <thoxdg@gmail.com>
 ;;
 
 (defpackage :repo.system
diff --git a/repo.lisp b/repo.lisp
index f56fade..69d4a70 100644
--- a/repo.lisp
+++ b/repo.lisp
@@ -1,7 +1,7 @@
 ;;
 ;;  repo  -  common interface for version control systems
 ;;
-;;  Copyright 2016-2017 Thomas de Grivel <thomas@lowh.net>
+;;  Copyright 2016-2018 Thomas de Grivel <thoxdg@gmail.com>
 ;;
 
 (in-package :common-lisp-user)