summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-03-31 23:32:57 +0200
committerFrederik “Freso” S. Olesen2024-03-31 23:32:57 +0200
commit508b235715abc020a453a971ea6ebde74d568943 (patch)
tree3e4389bdb181a5dc9715ca6899e67d2695dc900d
parentcf793079cc93e78c0d0330c5fa1b726d5a8c6463 (diff)
downloadaur-508b235715abc020a453a971ea6ebde74d568943.tar.gz
Update license after clarification
See https://github.com/phil294/AHK_X11/issues/76 In short, license for this project is copied from Windows AHK which has the "or any later" in the copyright blurb of their source code headers.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 313201e3e061..5646e9373c91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ahk_x11-git
url = https://github.com/phil294/AHK_X11
arch = x86_64
arch = x86_64_v3
- license = GPL-2.0-only
+ license = GPL-2.0-or-later
makedepends = git
makedepends = crystal
makedepends = shards
diff --git a/PKGBUILD b/PKGBUILD
index 70bcf86a101c..850354903c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,7 @@ pkgrel=1
pkgdesc='AutoHotkey for Linux (X11-based systems)'
arch=('x86_64' 'x86_64_v3')
url="https://github.com/phil294/$_pkgname"
-# Unclear license; using strictest license for now
-# See https://github.com/phil294/AHK_X11/issues/76
-license=('GPL-2.0-only')
+license=('GPL-2.0-or-later')
depends=(
gtk3
libnotify