summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-08-02 20:33:15 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-08-02 20:33:15 +0200
commit6a158dd03c24fb7d7e66b7b93a4906702020ca22 (patch)
tree671fae18ce9f80e3150efb4e2101ac104bedfb0c /LICENSE
parent454406c28138e783387182744369fa605acb6b34 (diff)
Update license to be MIT and Apache
This isn't intended to restrict any use cases, I'm just standardising my licensing across multiple projects. Fix #4
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE40
1 files changed, 0 insertions, 40 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 2e2eefc..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,40 +0,0 @@
-Copyright 2017-present, Justin Wernick
-
-This library can be used free of charge under either the ISC license
-or the GNU GPL 3.0.
-
-
-ISC License (ISC)
-=================
-
-https://opensource.org/licenses/ISC
-
-Permission to use, copy, modify, and/or distribute this software for
-any purpose with or without fee is hereby granted, provided that the
-above copyright notice and this permission notice appear in all
-copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
-WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
-AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
-DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
-PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.
-
-
-GNU GPL 3.0
-===========
-
-http://www.gnu.org/licenses/gpl-3.0.html
-
-This program 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.