X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=doc%2FINTRO.md;h=12ef5139241381c4f24519da96b48b927bc9bac5;hb=HEAD;hp=452e6b13bfd3dec9dae8260134ccb2a758f741aa;hpb=8d55156675587a770c5654362bcbd3d2a98e4aa9;p=muddle-interpreter.git diff --git a/doc/INTRO.md b/doc/INTRO.md index 452e6b1..12ef513 100644 --- a/doc/INTRO.md +++ b/doc/INTRO.md @@ -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 +.