This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7fa1bce gnu: Update a copyright line.
7fa1bce is described below
commit 7fa1bce12d2fb5dd3cc14b72b072297341446da7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Nov 24 22:12:42 2020 +0100
gnu: Update a copyright line.
---
gnu/packages/re2c.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/re2c.scm b/gnu/packages/re2c.scm
index 759a159..3b32961 100644
--- a/gnu/packages/re2c.scm
+++ b/gnu/packages/re2c.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Sergei Trofimovich <[email protected]>
+;;; Copyright © 2017, 2020 Sergei Trofimovich <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.