From 37d286e70e8909e9cdb30d11eb638a5ceb82f202 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 16:28:07 -0700 Subject: [PATCH] rebasquash into challenge-bot curriculum commit --- curriculum/challenge-bot.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 curriculum/challenge-bot.scm diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm new file mode 100644 index 0000000..47f6133 --- /dev/null +++ b/curriculum/challenge-bot.scm @@ -0,0 +1,25 @@ +;; tldr; AGPLv3+ +;; copyright info at bottom + +(document + :title [challenge-bot] + (chapter + :title [mechanical])) + +;; Copyright 2016 daniel watson + +;; This file is part of challenge-bot. + +;; challenge-bot is free software: you can redistribute it and/or modify +;; it under the terms of the GNU Affero General Public License as +;; published by the Free Software Foundation, either version 3 of the +;; License, or (at your option) any later version. + +;; challenge-bot 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 Affero General Public License for more details. + +;; You should have received a copy of the GNU Affero General Public +;; License along with challenge-bot. If not, see +;; . -- 2.30.2