add quiz on different squares
[challenge-bot] / curriculum / square.scad
index 5e44b7d83f663039fefa70665bbf115bd8afd974..c8ea7fdae5dd9c54153f1e1b0b30936e5c564797 100644 (file)
@@ -1 +1,21 @@
+// tldr; AGPLv3+
+// copyright info at bottom
 square();
+/*
+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 <http://www.gnu.org/licenses/>.
+*/