From 5ff5000d757f7b877127ecfc8d421e2382cea05f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 16 Apr 2021 23:22:39 +0530 Subject: Add copyright and commentary sections to files. * ccwl/ccwl.scm, ccwl/utils.scm, ccwl/yaml.scm: Add copyright and commentary sections. --- ccwl/utils.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ccwl/utils.scm') diff --git a/ccwl/utils.scm b/ccwl/utils.scm index 912fd16..f4a0659 100644 --- a/ccwl/utils.scm +++ b/ccwl/utils.scm @@ -1,3 +1,27 @@ +;;; ccwl --- Concise Common Workflow Language +;;; Copyright © 2021 Arun I +;;; +;;; This file is part of ccwl. +;;; +;;; ccwl 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. +;;; +;;; ccwl 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 ccwl. If not, see . + +;;; Commentary: + +;; A few useful utilities + +;;; Code: + (define-module (ccwl utils) #:use-module (srfi srfi-1) #:use-module (srfi srfi-26) -- cgit v1.2.3