From cb98cacb13ba65662b4246f28998a9f471b451a5 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Fri, 26 Mar 2021 20:38:42 -0400 Subject: [PATCH] Add license to readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c791dea..d3b1368 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,23 @@ public float line = 1.0; ``` This sketch can also be run from the Processing IDE, though it is best to provide arguments with a local `config.txt` file when doing so. -There isn't a consistent way to provide command line arguments to the IDE on all platforms. \ No newline at end of file +There isn't a consistent way to provide command line arguments to the IDE on all platforms. + + +### LICENSE + +This is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +http://creativecommons.org/licenses/LGPL/2.1/ + +This library 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA \ No newline at end of file