summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2019-05-15 13:46:55 -0500
committerfrealgagu2019-05-15 13:46:55 -0500
commit32b3ebc02574ca87a2a26b88ef8a105a2a1c1ce5 (patch)
tree0969249ec6fa80c8f49897d3faf077ef80421424
parentc9d4d578db2658f63de319f00e304b78e3c4a0df (diff)
downloadaur-32b3ebc02574ca87a2a26b88ef8a105a2a1c1ce5.tar.gz
Changing license to CC0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d41f26672a0..82d194b50f7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,7 @@ pkgbase = just
url = https://github.com/casey/just
arch = i686
arch = x86_64
- license = APACHE
- license = custom:MIT
- license = custom:WTFPL
+ license = custom:CC0
makedepends = cargo
depends = gcc-libs
source = just-0.4.3.tar.gz::https://github.com/casey/just/archive/v0.4.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index efa2fd15ca24..91b9666a9ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("i686" "x86_64")
url="https://github.com/casey/${pkgname}"
-license=("APACHE" "custom:MIT" "custom:WTFPL")
+license=("custom:CC0")
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/v${pkgver}.tar.gz")