diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:22:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:22:31 +0300 |
commit | af2b9ada2c9662fd9cf4877c54bc2dfe7d42f768 (patch) | |
tree | 1ecf0a59b6ba971f890eef9c071596633bf6faa5 /extra/bash | |
parent | 953600a5b74081408f276686b2f05bc6664451ad (diff) | |
download | repository-af2b9ada2c9662fd9cf4877c54bc2dfe7d42f768.tar.gz |
bash: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra/bash')
-rw-r--r-- | extra/bash/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bash/meta b/extra/bash/meta index effad1e9..64b8727f 100644 --- a/extra/bash/meta +++ b/extra/bash/meta @@ -1,3 +1,3 @@ description: The Bourne-Again Shell -license: GPL-3.0+ +license: GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |