Document documentation license
authorKaz Wesley <keziahw@gmail.com>
Wed, 17 Jan 2018 19:42:17 +0000 (11:42 -0800)
committerKaz Wesley <keziahw@gmail.com>
Wed, 17 Jan 2018 19:47:44 +0000 (11:47 -0800)
Fix an oversight.

Signed-off-by: Kaz Wesley <keziahw@gmail.com>
doc/DESIGN.md
doc/INTRO.md
doc/MISC_NOTES.md
doc/ROADMAP.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/>.
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/>.
index 58a9248ad490fb41687402ba4e2eed9c99fdeefa..c8b19ebc1587cd3ee4a8ba26bdf5e43f67f0ab1f 100644 (file)
@@ -161,3 +161,21 @@ node's enclosing `PROG`.
 
 ### `REPEAT`
 Uwind to enclosing `PROG`; continue.
+
+# 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/>.
index 296efed69d71729b5a27cdb2d18e4e3a6cf61c1d..be3251b0c0cb3d89e41d817b6f195fb344ed3fcd 100644 (file)
@@ -26,3 +26,21 @@ Roughly dependency-ordered todo list:
 * [ ] DECL TEMPLATEs?
 * [ ] optimizing AOT compiler?
 * [ ] heapstacks?
+
+# 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/>.