rebasquash into challenge-bot curriculum commit
[challenge-bot] / curriculum / challenge-bot.scm
1 ;; tldr; AGPLv3+
2 ;; copyright info at bottom
3
4 (document
5 :title [challenge-bot]
6 (chapter
7 :title [mechanical]))
8
9 ;; Copyright 2016 daniel watson
10
11 ;; This file is part of challenge-bot.
12
13 ;; challenge-bot is free software: you can redistribute it and/or modify
14 ;; it under the terms of the GNU Affero General Public License as
15 ;; published by the Free Software Foundation, either version 3 of the
16 ;; License, or (at your option) any later version.
17
18 ;; challenge-bot is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU Affero General Public License for more details.
22
23 ;; You should have received a copy of the GNU Affero General Public
24 ;; License along with challenge-bot. If not, see
25 ;; <http://www.gnu.org/licenses/>.