summaryrefslogtreecommitdiff
path: root/LICENSE.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-31 09:01:46 -0700
committerJeff Carr <[email protected]>2019-05-31 09:01:46 -0700
commitf31e3850604b0150eac93862448ba520cd61b616 (patch)
treef8d1674f9f001fa7009eceb43357bd431ef68491 /LICENSE.md
parent64401667b62a7621c2e71bc0f47c9f0d47c4106f (diff)
more cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'LICENSE.md')
-rw-r--r--LICENSE.md8
1 files changed, 8 insertions, 0 deletions
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