From ce4de34d5a870b8f0f3a9c594944f80c20a49a29 Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Mon, 23 Jun 2025 10:09:03 +0100 Subject: [PATCH] Add copyright headers --- ordo/action/filesystem.scm | 17 +++++++++++++++++ ordo/action/quadlet.scm | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/ordo/action/filesystem.scm b/ordo/action/filesystem.scm index 87e421b..bb87ae3 100644 --- a/ordo/action/filesystem.scm +++ b/ordo/action/filesystem.scm @@ -1,3 +1,20 @@ +#| +This file is part of Ordo. + +Copyright (C) 2025 Ray Miller + +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, version 3. + +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 . +|# + (define-module (ordo action filesystem) #:use-module (ice-9 binary-ports) #:use-module (ice-9 match) diff --git a/ordo/action/quadlet.scm b/ordo/action/quadlet.scm index c4b65c2..883baf0 100644 --- a/ordo/action/quadlet.scm +++ b/ordo/action/quadlet.scm @@ -1,3 +1,20 @@ +#| +This file is part of Ordo. + +Copyright (C) 2025 Ray Miller + +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, version 3. + +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 . +|# + (define-module (ordo action quadlet) #:use-module (ice-9 filesystem) #:use-module (ini)