From ce748973b9b663e3d735e5501d46c83966e91a81 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Feb 2023 15:56:10 -0600 Subject: wrong URL's & no LICENSE file (ya, now there are 2. deal with it) Signed-off-by: Jeff Carr --- LICENSE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 LICENSE.md (limited to 'LICENSE.md') diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..63f8dce --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +GNU Lesser General Public License (LGPL) + +I don't want it to be possible to make closed source forks of this. +If you need to use this in a proprietary GO application, then +compile this as a plugin. The BSD license is bad for core GO libraries. + +(GO now supports plugins as of version 1.8) +https://medium.com/@henvic/opensource-and-go-what-license-f6b36c201854 -- cgit v1.2.3