summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej2024-04-15 17:17:08 +0200
committerBartłomiej2024-04-15 17:17:08 +0200
commitdc521b79ecbea43b273e678ffa466c79ebb361dd (patch)
treee37c7acb107d2fb8c4b07f6eea185368006dab3d
parentdcef63af6a5f74f041cc9255381765ce51606a9d (diff)
downloadaur-dc521b79ecbea43b273e678ffa466c79ebb361dd.tar.gz
changed the license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bcae30dfcd5..61f73c859c1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = fremen-transcriptor-git
pkgrel = 1
url = https://github.com/theKapcioszek/fremen-transcriptor
arch = x86_64
- license = GPL3
+ license = BSD-3-Clause
makedepends = git
makedepends = make
provides = fremen-transcriptor
diff --git a/PKGBUILD b/PKGBUILD
index c95a9225010a..7200f52b62d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Software to transcript ASCII into desert people's writing from popular sci-fi franchise"
arch=('x86_64')
url="https://github.com/theKapcioszek/fremen-transcriptor"
-license=('GPL3')
+license=('BSD-3-Clause')
depends=()
makedepends=('git' 'make')
optdepends=()