diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:19:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-07 13:19:19 +0300 |
commit | f85fc886f435ab0eb200b38356cea5be2a61b287 (patch) | |
tree | 977709a4a91fa13afdad95d19b2a885f817ce60e /core/gcc/meta | |
parent | bc8a0ff35af51014243d2e1e9e77a9a4b6788b8f (diff) | |
download | repository-f85fc886f435ab0eb200b38356cea5be2a61b287.tar.gz |
gcc: make license identifier compatible with SPDX Specification
Diffstat (limited to 'core/gcc/meta')
-rw-r--r-- | core/gcc/meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gcc/meta b/core/gcc/meta index 82fb8a24..fe87fa76 100644 --- a/core/gcc/meta +++ b/core/gcc/meta @@ -1,3 +1,3 @@ description: GNU Compiler Collection -license: GPL-3.0+, LGPL-2.1+ +license: GPL-3.0-or-later, LGPL-2.1-or-later maintainer: Cem Keylan <cem@carbslinux.org> |