commit ecf0cbd486bb5f73e335e9e04212b0985f3efc35
parent fb47eaef4e1d9b345143334846f1a212d7221891
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sun, 14 Jan 2024 14:35:03 +0200
Add copyright notice.
Diffstat:
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/rsv/commands.scm b/rsv/commands.scm
@@ -1,3 +1,19 @@
+;;; Scheme implementation of RSV - Rows of String Values.
+;;; Copyright (C) 2024 Yuval Langer.
+;;;
+;;; 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 <https://www.gnu.org/licenses/>.
+
(define-library (rsv commands)
(import (scheme base)
(scheme cxr)
diff --git a/rsv/version.scm b/rsv/version.scm
@@ -1,3 +1,19 @@
+;;; Scheme implementation of RSV - Rows of String Values.
+;;; Copyright (C) 2024 Yuval Langer.
+;;;
+;;; 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 <https://www.gnu.org/licenses/>.
+
(define-library (rsv version)
(import (scheme base))
(export version)