[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: science.scm: Add missing copyright head
From: |
guix-commits |
Subject: |
branch master updated: services: science.scm: Add missing copyright headers. |
Date: |
Wed, 09 Dec 2020 05:55:33 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 533935c services: science.scm: Add missing copyright headers.
533935c is described below
commit 533935ccf71bef93f2f146fba1b2bb6402559965
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 9 12:55:02 2020 +0200
services: science.scm: Add missing copyright headers.
This module was always supposed to have the GPL3 header in place.
Follow-up to 8f19e63f760fe02f9969225da2f3f3c36801218f.
* gnu/services/science.scm: Add Copyright headers.
---
gnu/services/science.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/services/science.scm b/gnu/services/science.scm
index 94ff0f3..6f7ac91 100644
--- a/gnu/services/science.scm
+++ b/gnu/services/science.scm
@@ -1,3 +1,21 @@
+;;; GNU Guix --- Functional package management for GNU
+;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
+;;;
+;;; This file is part of GNU Guix.
+;;;
+;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or (at
+;;; your option) any later version.
+;;;
+;;; GNU Guix is distributed in the hope that it will be useful, but
+;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
+
(define-module (gnu services science)
#:export (<rshiny-configuration>
rshiny-configuration
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: science.scm: Add missing copyright headers.,
guix-commits <=