diff --git a/adams.asd b/adams.asd
index afdb555..d1fb1bd 100644
--- a/adams.asd
+++ b/adams.asd
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
@@ -23,7 +23,7 @@
(defsystem :adams
:name "adams"
- :author "Thomas de Grivel <billitch@gmail.com>"
+ :author "Thomas de Grivel <thoxdg@gmail.com>"
:version "0.1"
:description "Remote system administration tools"
:depends-on ("alexandria"
diff --git a/build.lisp b/build.lisp
index 728b69e..6fbd845 100644
--- a/build.lisp
+++ b/build.lisp
@@ -1,3 +1,20 @@
+;;
+;; adams - system administrator written in Common Lisp
+;;
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
+;;
+;; Permission to use, copy, modify, and distribute this software for any
+;; purpose with or without fee is hereby granted, provided that the above
+;; copyright notice and this permission notice appear in all copies.
+;;
+;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+;; WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+;; MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+;; ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+;; ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+;; OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+;;
(in-package :common-lisp-user)
diff --git a/core/defs.lisp b/core/defs.lisp
index 8d9eb10..cf6fbf4 100644
--- a/core/defs.lisp
+++ b/core/defs.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/host.lisp b/core/host.lisp
index a9a0b24..681e5f8 100644
--- a/core/host.lisp
+++ b/core/host.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/operation.lisp b/core/operation.lisp
index 06aad77..0654d84 100644
--- a/core/operation.lisp
+++ b/core/operation.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/os.lisp b/core/os.lisp
index 75ab872..e1cc9fa 100644
--- a/core/os.lisp
+++ b/core/os.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/probe.lisp b/core/probe.lisp
index 5c852d6..fc29db0 100644
--- a/core/probe.lisp
+++ b/core/probe.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/properties.lisp b/core/properties.lisp
index 204680b..a232b4b 100644
--- a/core/properties.lisp
+++ b/core/properties.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/resource-container.lisp b/core/resource-container.lisp
index bb1a210..f187572 100644
--- a/core/resource-container.lisp
+++ b/core/resource-container.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/resource.lisp b/core/resource.lisp
index 5904ad0..360660c 100644
--- a/core/resource.lisp
+++ b/core/resource.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/spec.lisp b/core/spec.lisp
index 0ba8df2..f95d4ed 100644
--- a/core/spec.lisp
+++ b/core/spec.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/core/syntaxes.lisp b/core/syntaxes.lisp
index 4005820..60638a9 100644
--- a/core/syntaxes.lisp
+++ b/core/syntaxes.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/package.lisp b/package.lisp
index 4466baf..71242be 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/shell/sb-shell.lisp b/shell/sb-shell.lisp
index 2c5462a..9abbbee 100644
--- a/shell/sb-shell.lisp
+++ b/shell/sb-shell.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/shell/shell.lisp b/shell/shell.lisp
index d4cb784..edbe68f 100644
--- a/shell/shell.lisp
+++ b/shell/shell.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/test.lisp b/test.lisp
index 3e70446..d147259 100644
--- a/test.lisp
+++ b/test.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/toplevel.lisp b/toplevel.lisp
index e3bd1af..3396cc6 100644
--- a/toplevel.lisp
+++ b/toplevel.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/commands.lisp b/unix/commands.lisp
index 05dd0c6..0a7c506 100644
--- a/unix/commands.lisp
+++ b/unix/commands.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/debian.lisp b/unix/debian.lisp
index c2bd707..899d274 100644
--- a/unix/debian.lisp
+++ b/unix/debian.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2018 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/defs.lisp b/unix/defs.lisp
index 1cf7d07..8592d5a 100644
--- a/unix/defs.lisp
+++ b/unix/defs.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/freebsd.lisp b/unix/freebsd.lisp
index 199b700..e279a38 100644
--- a/unix/freebsd.lisp
+++ b/unix/freebsd.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/linux.lisp b/unix/linux.lisp
index 1727036..deacfbb 100644
--- a/unix/linux.lisp
+++ b/unix/linux.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/openbsd.lisp b/unix/openbsd.lisp
index ed010e0..ab3b13e 100644
--- a/unix/openbsd.lisp
+++ b/unix/openbsd.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/operations.lisp b/unix/operations.lisp
index 931fcf5..ecfdfea 100644
--- a/unix/operations.lisp
+++ b/unix/operations.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/probes.lisp b/unix/probes.lisp
index e271418..5bb8e06 100644
--- a/unix/probes.lisp
+++ b/unix/probes.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/ssh.lisp b/unix/ssh.lisp
index 43205d5..1494a97 100644
--- a/unix/ssh.lisp
+++ b/unix/ssh.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/stat.lisp b/unix/stat.lisp
index d17bee9..5297a8f 100644
--- a/unix/stat.lisp
+++ b/unix/stat.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
diff --git a/unix/syntaxes.lisp b/unix/syntaxes.lisp
index 2e20092..78cc79d 100644
--- a/unix/syntaxes.lisp
+++ b/unix/syntaxes.lisp
@@ -1,7 +1,7 @@
;;
-;; adams - Remote system administration tools
+;; adams - system administrator written in Common Lisp
;;
-;; Copyright 2013,2014 Thomas de Grivel <thomas@lowh.net>
+;; Copyright 2013,2014,2018 Thomas de Grivel <thoxdg@gmail.com>
;;
;; Permission to use, copy, modify, and distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above