X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=doc%2FDESIGN.md;h=e2c7d950038ec551038d290e2dfed5d37f12c2d0;hb=e4ebdd89c0374cc420bc404298ff50f2c64ea328;hp=61a5aa35bfa03fb70def3f451cfdc29085acdefa;hpb=35e06007b5ec69a7b04f97ac3474e6efa15c07dd;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 +.