From e08d858787bffab3b73321bdbb9e46328743859d Mon Sep 17 00:00:00 2001 From: Jilayne Lovejoy Date: Dec 22 2022 23:08:11 +0000 Subject: [PATCH 1/3] Update examples/golang/golang-cloud-google-go.spec license field updating license field in this example to SPDX expression. I'm not sure if this package has or needs to be update in the real world, but I was trying to more documentation for Fedora consistent with current use of SPDX ids. Signed-off-by: Jilayne Lovejoy --- diff --git a/guidelines/modules/ROOT/examples/golang/golang-cloud-google-go.spec b/guidelines/modules/ROOT/examples/golang/golang-cloud-google-go.spec index 3a2ad6c..5365be5 100644 --- a/guidelines/modules/ROOT/examples/golang/golang-cloud-google-go.spec +++ b/guidelines/modules/ROOT/examples/golang/golang-cloud-google-go.spec @@ -27,7 +27,7 @@ Release: 1%{?dist} Summary: Google Cloud client libraries for Go # Upstream license specification: Apache-2.0 -License: ASL 2.0 +License: Apache-2.0 URL: %{gourl} Source: %{gosource} From 357bdcb448a76058e8061ba1ce0e4af7a236be31 Mon Sep 17 00:00:00 2001 From: Jilayne Lovejoy Date: Dec 22 2022 23:10:22 +0000 Subject: [PATCH 2/3] Update examples/golang/golang-github-stretchr-testify.spec Update license field to use correct SPDX id. License verified at https://github.com/stretchr/testify/blob/master/LICENSE Not sure if actual package spec file also needs to be updated as this is only an example? Signed-off-by: Jilayne Lovejoy --- diff --git a/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec b/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec index 84faa82..59c9d08 100644 --- a/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec +++ b/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec @@ -19,7 +19,7 @@ Features include: Name: %{goname} Release: 1%{?dist} Summary: Tools for testifying that your code will behave as you intend -License: BSD +License: MIT URL: %{gourl} Source: %{gosource} From 0198b75cc71d5d0a3ec6fbf9a98bc5c91b121c25 Mon Sep 17 00:00:00 2001 From: Jilayne Lovejoy Date: Dec 22 2022 23:17:27 +0000 Subject: [PATCH 3/3] Update examples/golang/golang-gopkg-square-jose-2.spec Verify license at https://github.com/square/go-jose (which is fork of link in file here, but where v3 is now located) and updated to correct SPDX expression not sure if actual package spec file needs to also be updated? Signed-off-by: Jilayne Lovejoy --- diff --git a/guidelines/modules/ROOT/examples/golang/golang-gopkg-square-jose-2.spec b/guidelines/modules/ROOT/examples/golang/golang-gopkg-square-jose-2.spec index ea08bb3..c922b79 100644 --- a/guidelines/modules/ROOT/examples/golang/golang-gopkg-square-jose-2.spec +++ b/guidelines/modules/ROOT/examples/golang/golang-gopkg-square-jose-2.spec @@ -23,8 +23,8 @@ Release: 1%{?dist} Summary: An implementation of JOSE standards (JWE, JWS, JWT) in Go # Detected licences # - *No copyright* Apache License (v2.0) at 'LICENSE' -# json/ is BSD -License: ASL 2.0 and BSD +# json/ is BSD-3-Clause +License: Apache-2.0 and BSD-3-Clause URL: %{gourl} Source: %{gosource}