From ddc72df2765fb134a3e2ba36639dbb9caade7f09 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 29 Oct 2021 17:33:19 -0400 Subject: [PATCH] Re-flex as kiss-vscode dependency --- LICENSE | 1 - README.md | 2 +- haxelib.json | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index a39cb30..0000000 --- a/LICENSE +++ /dev/null @@ -1 +0,0 @@ -This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \ No newline at end of file diff --git a/README.md b/README.md index 3c18c20..b867b8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ re-flex ------- -Utilities for regex construction adapted from Software Design for Flexibility. \ No newline at end of file +Utilities for Haxe regex construction inspired by Software Design for Flexibility. \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index fc12c64..ff4a9ef 100644 --- a/haxelib.json +++ b/haxelib.json @@ -12,5 +12,6 @@ ], "version": "0.0.0", "releasenote": "", - "tags": [] + "tags": [], + "license": "LGPL" } \ No newline at end of file