diff --git a/ordo/handler.scm b/ordo/handler.scm index a6202db..883f734 100644 --- a/ordo/handler.scm +++ b/ordo/handler.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 handler) #:use-module (srfi srfi-9) #:use-module (ordo logger) diff --git a/ordo/task.scm b/ordo/task.scm index 8ccce13..9399317 100644 --- a/ordo/task.scm +++ b/ordo/task.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 task) #:use-module (ordo logger) #:use-module (srfi srfi-9)