diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-01-04 11:43:06 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-01-04 11:43:06 +0100 |
commit | 548642db8a9201d35884f26bedb6924f151ac9d6 (patch) | |
tree | e579907b76cb09cb7737c94be95ee412f9b3c10a /gnu/packages/video.scm | |
parent | 34a19d3595a66f0c5ec7207c49af9cbfe88059a4 (diff) | |
download | guix-548642db8a9201d35884f26bedb6924f151ac9d6.tar guix-548642db8a9201d35884f26bedb6924f151ac9d6.tar.gz |
gnu: video: Add missing copyright.
* gnu/packages/video.scm: Add copyright.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index bb81365673..dfcfc121ab 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -31,6 +31,7 @@ ;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> ;;; Copyright © 2018 Mark Meyer <mark@ofosos.org> ;;; Copyright © 2018 Gábor Boskovit <boskovits@gmail.com> +;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; |