diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-26 01:45:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-28 18:23:00 +0200 |
commit | 4353981eb095459c47a9e12950745ac0304162ae (patch) | |
tree | bbaf012537868da308b13d4bf26b66087de16757 /gnu/tests | |
parent | 29bdfe1367af34a0b9cf33f7ab021a23206c4bd7 (diff) | |
download | patches-4353981eb095459c47a9e12950745ac0304162ae.tar patches-4353981eb095459c47a9e12950745ac0304162ae.tar.gz |
tests: Add missing copyright statement.
This is a follow-up to commit 3b97a1779f3b65d582b8edc8c154b6414314b946.
* gnu/tests/web.scm: Update copyright header.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm index bcc919137b..2e209fee97 100644 --- a/gnu/tests/web.scm +++ b/gnu/tests/web.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr> +;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> ;;; ;;; This file is part of GNU Guix. ;;; |