diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-10 10:17:14 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-10 10:17:14 +0900 |
commit | b05e744f75dd44eb17de27168ad41c3496593432 (patch) | |
tree | 1ebe4489f51a2f8258b7f62ca588ea7003e71c0b /qkbox/toot.scm | |
parent | 282cf180ee92aed2ad9d8ed6847138470711901d (diff) |
qkbox: toot: Add license header.
Diffstat (limited to 'qkbox/toot.scm')
-rw-r--r-- | qkbox/toot.scm | 18 |
1 files changed, 18 insertions, 0 deletions
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 <masaya@tojo.tokyo> +;;; +;;; 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 <http://www.gnu.org/licenses/>. + (define-module (qkbox toot) #:use-module (ice-9 format) #:use-module (web response) |