diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:22:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:22:34 +0300 |
commit | f2c4d598f02777097b5a5fd4b1761da217f930ac (patch) | |
tree | a0eaf4b6b0498fa409a06c0f3ecc54c13e1a196e /extra/bison | |
parent | af2b9ada2c9662fd9cf4877c54bc2dfe7d42f768 (diff) | |
download | repository-f2c4d598f02777097b5a5fd4b1761da217f930ac.tar.gz |
bison: make license identifier compatible with SPDX Specification
Diffstat (limited to 'extra/bison')
-rw-r--r-- | extra/bison/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bison/meta b/extra/bison/meta index 6b372527..53a8ee25 100644 --- a/extra/bison/meta +++ b/extra/bison/meta @@ -1,3 +1,3 @@ description: GNU Yacc implementation -license: GPL-3.0+ +license: GPL-3.0-or-later maintainer: Cem Keylan <cem@carbslinux.org> |