aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordtluna2019-03-30 14:10:18 +0300
committerdtluna2019-03-30 14:10:18 +0300
commit62f49950a086f684d99f667b87b323abce179154 (patch)
tree6264734da7523d49a0c6ae01702cee3fb467cba8
parent3211921634a930b74d35b10ca718c92109db2fbd (diff)
downloadaur-62f49950a086f684d99f667b87b323abce179154.tar.gz
Update package info
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE24
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005cdf0ddf22..f8c8c5f1466d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,9 +2,9 @@ pkgbase = pacman-backup-hook
pkgdesc = A pacman hook that will save the list of your packages to /etc/pkglist.txt on every install and removal
pkgver = 1.0.0
pkgrel = 2
- url = https://git.voluntaryism.club/dtluna/pacman-backup-hook
+ url = https://git.dtluna.net/dtluna/pacman-backup-hook
arch = any
- license = unknown
+ license = custom:Unlicense
depends = pacman>=5.1
source = pacman-backup.hook
source = LICENSE
diff --git a/LICENSE b/LICENSE
index 2aa2ae9a1548..383d61812d0b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,23 @@
-anticopyright
+This is free and unencumbered software released into the public domain.
-everything in the universe is in the public domain
+Anyone is free to copy, modify, publish, use, compile, sell, or distribute
+this software, either in source code form or as a compiled binary, for any
+purpose, commercial or non-commercial, and by any means.
-may the last intellectual property lawyer be hung with the guts of the last judge \ No newline at end of file
+In jurisdictions that recognize copyright laws, the author or authors of this
+software dedicate any and all copyright interest in the software to the public
+domain. We make this dedication for the benefit of the public at large and
+to the detriment of our heirs and
+
+successors. We intend this dedication to be an overt act of relinquishment
+in perpetuity of all present and future rights to this software under copyright
+law.
+
+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
+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.
+
+For more information, please refer to <http://unlicense.org/>
diff --git a/PKGBUILD b/PKGBUILD
index 26ae2e42583d..e4d6a69e9da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgver="1.0.0"
pkgrel=2
pkgdesc="A pacman hook that will save the list of your packages to /etc/pkglist.txt on every install and removal"
arch=('any')
-url="https://git.voluntaryism.club/dtluna/pacman-backup-hook"
-license=('unknown')
+url="https://git.dtluna.net/dtluna/pacman-backup-hook"
+license=('custom:Unlicense')
depends=(
'pacman>=5.1'
)