diff options
-rw-r--r-- | debbugs/base64.scm | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/debbugs/base64.scm b/debbugs/base64.scm index 0a17622..f688b8c 100644 --- a/debbugs/base64.scm +++ b/debbugs/base64.scm @@ -1,4 +1,23 @@ -;; -*- mode: scheme; coding: utf-8 -*- +;;; Guile-Debbugs --- Guile bindings for Debbugs +;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2014 Nikita Karetnikov <nikita@karetnikov.org> +;;; +;;; This file is part of Guile-Debbugs. +;;; +;;; Guile-Debbugs 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. +;;; +;;; Guile-Debbugs 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 Guile-Debbugs. If not, see <http://www.gnu.org/licenses/>. +;; ;; ;; This module was renamed from (weinholt text base64 (1 0 20100612)) to ;; (guix base64) by Nikita Karetnikov <nikita@karetnikov.org> on @@ -10,19 +29,6 @@ ;; Ricardo Wurmus <rekado@elephly.net>, 2017 copied the code from Guix ;; and renamed it to (debbugs base64). ;; -;; This program 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. -;; -;; This program 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 this program. If not, see <http://www.gnu.org/licenses/>. -;; ;; This file incorporates work covered by the following copyright and ;; permission notice: ;; |