summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2023-01-11 10:05:19 +0200
committerEdmund2023-01-11 10:05:19 +0200
commit7d7ea899cb85be97ffaa0d2269ae590231417ba9 (patch)
tree023fdff8bff3e3819d9ec54fd903b2be771437ee
parent1fdfff6479d37d1a80c4e718c5a9b3af4f2023f2 (diff)
downloadaur-7d7ea899cb85be97ffaa0d2269ae590231417ba9.tar.gz
Changed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e1ece0c7e95..f45e618e6702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = libcs50
arch = i686
arch = x86_64
groups = cs50
- license = MIT
+ license = GPL3
conflicts = libcs50-git
source = libcs50-11.0.1.tar.gz::https://github.com/cs50/libcs50/archive/v11.0.1.tar.gz
source = Makefile.patch
diff --git a/PKGBUILD b/PKGBUILD
index afc1bad9c17e..e37342993f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="CS50 Library for C"
arch=('i686' 'x86_64')
url='https://github.com/cs50/libcs50'
-license=('MIT')
+license=('GPL3')
groups=('cs50')
conflicts=('libcs50-git')
source=(