diff options
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) |