summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-03-26 09:30:00 +0700
committerkhai96_2019-03-26 09:30:00 +0700
commitd0f3185f5aa68263919e193db20363ac26f6c209 (patch)
tree6ca10eb27295d6069ac312e91f58098de82ac169
parentfc562abff976ec5851834bf755805315cb7ecd62 (diff)
downloadaur-d0f3185f5aa68263919e193db20363ac26f6c209.tar.gz
Remove LICENSE file
-rw-r--r--.gitignore1
-rw-r--r--LICENSE.md21
2 files changed, 0 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index 86b112438851..1d65adf6de3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
*
!PKGBUILD
!.SRCINFO
-!LICENSE*
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index a805ee0a496f..000000000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# The MIT License
-
-Copyright © 2019 Hoàng Văn Khải
-
-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.