summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso² Peterssen2021-02-10 01:52:50 +0100
committerAlfonso² Peterssen2021-02-10 01:52:50 +0100
commit386ce35651c52c020a2716c02ce02b3437108d0a (patch)
tree181d78877dfa8b2f009dbd4f475e696c6f0631ca
parent346f5b104e0b7216c5e528daa35addbb73e52c06 (diff)
downloadaur-386ce35651c52c020a2716c02ce02b3437108d0a.tar.gz
Remove LICENSE file leftovers.
-rw-r--r--.gitignore3
-rw-r--r--LICENSE21
2 files changed, 2 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index 3a233891eecb..78ff29f750a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
jbang-*.pkg.*
-jbang-*.tar \ No newline at end of file
+jbang-*.tar
+LICENSE \ No newline at end of file
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 6b3236c4651c..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2020 Max Rydahl Andersen
-
-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.