diff options
author | Nicolas Goaziou <[email protected]> | 2020-01-03 00:13:15 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2020-01-03 00:13:15 +0100 |
commit | 2f907eea003a22a66c10416d99f914887d629321 (patch) | |
tree | fbed079e92fcf87a75c587ac42c4b841a982a24a | |
parent | f4a20dca357987021e692e4b4718e8ddf8d649db (diff) |
gnu: Add missing copyright header.
-rw-r--r-- | gnu/packages/python-compression.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index c7354bacc1..63335a5870 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2017 ng0 <[email protected]> ;;; Copyright © 2017 Julien Lepiller <[email protected]> ;;; Copyright © 2018, 2019 Efraim Flashner <[email protected]> +;;; Copyright © 2020 Nicolas Goaziou <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; |