aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-08-13 17:14:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-08-13 17:14:31 +1200
commit6381d8d24c5bf8b429844d396ec2ea90f394b8ba (patch)
treedee68db5d20d783d302bd1c9e3a27539613a1f25 /LICENSE
parentMerge branch 'release/v1.0.0' (diff)
parentSwitch to tab indents (diff)
downloadnscaw-master.tar.gz
nscaw-master.zip
Merge branch 'release/v2.0.0'HEADv2.0.0master
* release/v2.0.0: Switch to tab indents Relicense from MIT to GPLv3 Build and shebang nscaw from source file
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE21
1 files changed, 0 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index bb2819d..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Tom Ryder
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.