Document documentation license
[muddle-interpreter.git] / doc / DESIGN.md
index 61a5aa35bfa03fb70def3f451cfdc29085acdefa..e2c7d950038ec551038d290e2dfed5d37f12c2d0 100644 (file)
@@ -107,3 +107,21 @@ Advantages:
 Disadvantages:
 * using state machines in place of direct control flow and eliminating
   local variables makes for tricky C (cf. Boost's ASIO)
+
+# License
+
+Copyright (C) 2018 Keziah Wesley
+
+You can redistribute and/or modify this file 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.
+
+This file 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 this file. If not, see
+<http://www.gnu.org/licenses/>.