X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=doc%2FDESIGN.md;h=e2c7d950038ec551038d290e2dfed5d37f12c2d0;hb=58a5ffdfec139a0c9d399f603b77a764ae8607f7;hp=61a5aa35bfa03fb70def3f451cfdc29085acdefa;hpb=8d55156675587a770c5654362bcbd3d2a98e4aa9;p=muddle-interpreter.git 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 +.