diff options
author | Brett Gilio <brettg@gnu.org> | 2019-12-21 19:03:04 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2019-12-21 19:03:04 -0600 |
commit | 7ae8c34b6263daa14c8d8da64d5c19460bfc595e (patch) | |
tree | 0a86e4b28ca8e1b7b27101be2c26eeae161da5dc | |
parent | 630a4b77d6c6eaa32889408331c1b79b273b24b6 (diff) | |
download | patches-7ae8c34b6263daa14c8d8da64d5c19460bfc595e.tar patches-7ae8c34b6263daa14c8d8da64d5c19460bfc595e.tar.gz |
gnu: Add copyright header.
* gnu/packages/lisp-xyz.scm: Add copyright header for Brett Gilio
<brettg@gnu.org>.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b895487bfb..3589640653 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2019 Katherine Cox-Buday <cox.katherine.e@gmail.com> ;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com> ;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net> +;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; |