summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-01 19:46:54 +0000
committerTheCynicalLiger2021-01-01 19:46:54 +0000
commit07c169b4974790cf5559863660860cc4fa1d24ce (patch)
tree6d4e3dd678958840a3877e352886a01e531a6409
parent2fbaeb1079c23f13c6e94bd163fedcac5c2d19cf (diff)
downloadaur-07c169b4974790cf5559863660860cc4fa1d24ce.tar.gz
LICENSE Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1897d5423e21..9d0b5f6eae17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = multimonitorlock
url = https://github.com/TheCynicalTeam/multimonitorlock
install = multimonitorlock.install
arch = any
- license = GPL3
+ license = CC BY-NC-SA 4.0
makedepends = git
depends = i3lock-color
depends = imagemagick
diff --git a/PKGBUILD b/PKGBUILD
index 91a798d70df2..7d252c80186f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A simple lock script for i3lock-color"
arch=('any')
url="https://github.com/TheCynicalTeam/${pkgname}"
-license=('GPL3')
+license=('CC BY-NC-SA 4.0')
depends=('i3lock-color' 'imagemagick' 'xorg-xrandr' 'xorg-xdpyinfo' 'bc')
optdepends=('feh: Allows setting wallpaper' 'multimonitorlock-gui: Allows the background to be changed')
makedepends=('git')