From e4ebdd89c0374cc420bc404298ff50f2c64ea328 Mon Sep 17 00:00:00 2001 From: Kaz Wesley Date: Wed, 17 Jan 2018 11:42:17 -0800 Subject: [PATCH 1/1] Document documentation license Fix an oversight. Signed-off-by: Kaz Wesley --- doc/DESIGN.md | 18 ++++++++++++++++++ doc/INTRO.md | 18 ++++++++++++++++++ doc/MISC_NOTES.md | 18 ++++++++++++++++++ doc/ROADMAP.md | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/doc/DESIGN.md b/doc/DESIGN.md index 61a5aa3..e2c7d95 100644 --- a/doc/DESIGN.md +++ b/doc/DESIGN.md @@ -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 +. 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 +. diff --git a/doc/MISC_NOTES.md b/doc/MISC_NOTES.md index 58a9248..c8b19eb 100644 --- a/doc/MISC_NOTES.md +++ b/doc/MISC_NOTES.md @@ -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 +. diff --git a/doc/ROADMAP.md b/doc/ROADMAP.md index 296efed..be3251b 100644 --- a/doc/ROADMAP.md +++ b/doc/ROADMAP.md @@ -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 +. -- 2.31.1