From 92c2fe46e751d21f976cbd53df1f3b4ce5997a34 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Mar 2026 15:20:01 +0000 Subject: [PATCH] Add a copyright header to knots.scm --- knots.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/knots.scm b/knots.scm index ed353f1..089f986 100644 --- a/knots.scm +++ b/knots.scm @@ -1,3 +1,22 @@ +;;; Guile Knots +;;; Copyright © 2026 Christopher Baines +;;; +;;; This file is part of Guile Knots. +;;; +;;; The Guile Knots 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. +;;; +;;; The Guile Knots 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 the guix-data-service. If not, see +;;; . + (define-module (knots) #:use-module (srfi srfi-1) #:use-module (ice-9 match)