From d864e0b0d2d154b6d1f254974c663b65f5d4f35b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 23 Dec 2013 00:58:00 -0500 Subject: [PATCH] Added license information to README.md Particularily important for non-free software that uses LGPLv3+ versions. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 30d96cf..0ac718a 100644 --- a/README.md +++ b/README.md @@ -222,3 +222,18 @@ To implement an interface, use the `implement()` class method: Note that, if a concrete implementation for each method is not provided, the implementing type must be declared abstract. + +## License +ease.js is free software: you can redistribute it and/or modify it under the +terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +This program 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 General Public License for more details. + +**N.B.:** Versions prior to 0.2.0 were released under the LGPLv3+. Upon becoming +a GNU project, it was relicensed under the GPLv3+ to help the FSF stand strong +in its fight against proprietary JavaScript. For more information, please see +the NEWS file (which can be built with `make NEWS`).