summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-03-28 09:21:57 +0700
committerkhai96_2019-03-28 09:21:57 +0700
commit0817303b1d034cd4d49ab70389a69cdc87200850 (patch)
tree2ad8572868f0473407d47e2b496b664eea52df11
parent2e0e3e61820b511a034e9c60075db32308a7564d (diff)
downloadaur-0817303b1d034cd4d49ab70389a69cdc87200850.tar.gz
Add LICENSE.md
-rw-r--r--.gitignore1
-rw-r--r--LICENSE.md21
-rw-r--r--PKGBUILD2
3 files changed, 23 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1d65adf6de3a..86b112438851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*
!PKGBUILD
!.SRCINFO
+!LICENSE*
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 000000000000..a805ee0a496f
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,21 @@
+# 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.
diff --git a/PKGBUILD b/PKGBUILD
index 4532950b96a4..6309e37d10d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url=https://github.com/KSXGitHub/ipfs-fuse-daemon.pkgbuild
arch=(any)
license=(MIT)
depends=(bash go-ipfs fuse2)
-source=(https://raw.githubusercontent.com/KSXGitHub/MIT/master/LICENSE.md)
+source=(LICENSE.md)
sha512sums=(SKIP)
package() {