From b05e744f75dd44eb17de27168ad41c3496593432 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Fri, 10 Jul 2020 10:17:14 +0900 Subject: qkbox: toot: Add license header. --- qkbox/toot.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qkbox/toot.scm b/qkbox/toot.scm index 1539880..3a8c784 100644 --- a/qkbox/toot.scm +++ b/qkbox/toot.scm @@ -1,3 +1,21 @@ +;;; Qkbox --- TojoQK's toybox +;;; Copyright © 2020 Masaya Tojo +;;; +;;; This file is part of Qkbox. +;;; +;;; Qkbox 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. +;;; +;;; Qkbox 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 Qkbox. If not, see . + (define-module (qkbox toot) #:use-module (ice-9 format) #:use-module (web response) -- cgit v1.2.3