diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-12-09 12:55:02 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-12-09 12:55:02 +0200 |
| commit | 533935ccf71bef93f2f146fba1b2bb6402559965 (patch) | |
| tree | 50f546e3cf7998844799ad342b0bb1ed35561c41 /gnu/services/science.scm | |
| parent | 53c480006b50e93b80bf61d6a3ebfbe4a9ef91bf (diff) | |
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.
Diffstat (limited to 'gnu/services/science.scm')
| -rw-r--r-- | gnu/services/science.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/services/science.scm b/gnu/services/science.scm index 94ff0f36f26..6f7ac911541 100644 --- a/gnu/services/science.scm +++ b/gnu/services/science.scm | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | ||
| 2 | ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il> | ||
| 3 | ;;; | ||
| 4 | ;;; This file is part of GNU Guix. | ||
| 5 | ;;; | ||
| 6 | ;;; GNU Guix is free software; you can redistribute it and/or modify it | ||
| 7 | ;;; under the terms of the GNU General Public License as published by | ||
| 8 | ;;; the Free Software Foundation; either version 3 of the License, or (at | ||
| 9 | ;;; your option) any later version. | ||
| 10 | ;;; | ||
| 11 | ;;; GNU Guix is distributed in the hope that it will be useful, but | ||
| 12 | ;;; WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | ;;; GNU General Public License for more details. | ||
| 15 | ;;; | ||
| 16 | ;;; You should have received a copy of the GNU General Public License | ||
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | |||
| 1 | (define-module (gnu services science) | 19 | (define-module (gnu services science) |
| 2 | #:export (<rshiny-configuration> | 20 | #:export (<rshiny-configuration> |
| 3 | rshiny-configuration | 21 | rshiny-configuration |
