diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-10-12 11:51:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-12 18:23:47 +0200 |
commit | d3162b98a824a32ce955de18b9b891fbc4342d44 (patch) | |
tree | 6fff9c79044bf24c926230b6d047035fa8b132f6 /tests | |
parent | 75e72dd34ef7001ac16e1abfd117672378326aad (diff) |
tests: Add missing copyright line.
* tests/channels.scm: Add copyright line for past changes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/channels.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/channels.scm b/tests/channels.scm index 1b6f640c4a..0264369d9e 100644 --- a/tests/channels.scm +++ b/tests/channels.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; |