guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra/goggles: Add copyright notice.


From: Ricardo Wurmus
Subject: branch master updated: hydra/goggles: Add copyright notice.
Date: Tue, 09 Mar 2021 06:23:49 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 5b56cda  hydra/goggles: Add copyright notice.
5b56cda is described below

commit 5b56cdad9413fe630f863026e0551f1c7db6fec0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 12:05:45 2021 +0100

    hydra/goggles: Add copyright notice.
    
    * hydra/goggles.scm: Add a copyright header.
---
 hydra/goggles.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hydra/goggles.scm b/hydra/goggles.scm
index 4c4d91b..58748f6 100755
--- a/hydra/goggles.scm
+++ b/hydra/goggles.scm
@@ -1,6 +1,12 @@
 #!/run/current-system/profile/bin/guile \
 --no-auto-compile -e main -s
 !#
+;; IRC log viewer
+;; Copyright © 2019, 2020, 2021 Ricardo Wurmus <ludo@gnu.org>
+;; Copyright © 2020 Ludovic Courtès <ludo@gnu.org>
+;; Copyright © 2020 Andreas Enge <andreas@enge.fr>
+;; Released under the GNU GPLv3 or any later version.
+
 (use-modules (web http)
              (web request)
              (web response)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]