fortrangoingonforty/fortsh / f9442f7

Browse files

update license to GPL-3.0 across README, PKGBUILD, and spec

Authored by espadonne
SHA
f9442f73ae7865713367f4673d518da098429a89
Parents
a5694b1
Tree
8d7205b

3 changed files

StatusFile+-
M PKGBUILD 3 3
M README.md 1 1
M fortsh.spec 2 2
PKGBUILDmodified
@@ -1,12 +1,12 @@
11
 # Maintainer: mfw <espadonne@outlook.com>
22
 
33
 pkgname=fortsh
4
-pkgver=1.3.3
4
+pkgver=1.5.0
55
 pkgrel=1
66
 pkgdesc='Fortran Shell - A modern shell implementation with AST-based parsing'
7
-arch=('x86_64')
7
+arch=('x86_64' 'aarch64')
88
 url='https://github.com/FortranGoingOnForty/fortsh'
9
-license=('MIT')
9
+license=('GPL-3.0-only')
1010
 depends=('glibc')
1111
 makedepends=('gcc-fortran' 'make')
1212
 source=("git+https://github.com/FortranGoingOnForty/fortsh.git#tag=v$pkgver")
README.mdmodified
@@ -610,7 +610,7 @@ Want to make it faster? Please do.
610610
 
611611
 ## License
612612
 
613
-MIT. See LICENSE file.
613
+GPL-3.0. See LICENSE file.
614614
 
615615
 ## Links
616616
 
fortsh.specmodified
@@ -1,9 +1,9 @@
11
 Name:           fortsh
2
-Version:        1.3.3
2
+Version:        1.5.0
33
 Release:        1%{?dist}
44
 Summary:        Fortran Shell - A modern shell implementation in Fortran with advanced features
55
 
6
-License:        MIT
6
+License:        GPL-3.0-only
77
 URL:            https://github.com/FortranGoingOnForty/fortsh
88
 Source0:        %{name}-%{version}.tar.gz
99