Document documentation license
[muddle-interpreter.git] / doc / INTRO.md
index 452e6b13bfd3dec9dae8260134ccb2a758f741aa..12ef5139241381c4f24519da96b48b927bc9bac5 100644 (file)
@@ -120,3 +120,21 @@ self-tailcall.
 Reference semantics can be had by indirecting through a collection. If
 you need to accept a value by reference without knowing what kind of
 collection it's in, you want a `LOCATIVE`.
+
+# 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/>.