From c60a2346011ddbef79192c63e2ffeec07fd0f4fd Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 3 Aug 2024 17:59:17 +0900 Subject: Add licence header --- pnm.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'pnm.scm') diff --git a/pnm.scm b/pnm.scm index f339ac3..04933c5 100644 --- a/pnm.scm +++ b/pnm.scm @@ -1,3 +1,21 @@ +;;; R7RS-PNM --- Library for reading and writing PNM (Portable Any Map) files for R7RS +;;; Copyright © 2024 Masaya Tojo +;;; +;;; This file is part of R7RS-PNM. +;;; +;;; R7RS-PNM is free software: you can redistribute it and/or modify it +;;; under the terms of the GNU Lesser General Public License as published +;;; by the Free Software Foundation, either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; R7RS-PNM 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 Lesser General Public License for more details. +;;; +;;; You should have received a copy of the GNU Lesser General Public License +;;; along with R7RS-PNM. If not, see . + (define-library (pnm) (export make-ppm-image make-pgm-image -- cgit v1.2.3