From 94f570b5ee807de18d122360ae6071544a33f221 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Jul 26 2023 17:29:00 +0000 Subject: Fix golang example licenses Fix various License: tags in the golang example specs. --- 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 2b11619..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: Apache-2.0-or-later +License: Apache-2.0 URL: %{gourl} Source: %{gosource} 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} 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 07590b8..40250d7 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 @@ -24,7 +24,7 @@ Summary: An implementation of JOSE standards (JWE, JWS, JWT) in Go # Detected licences # - *No copyright* Apache License (v2.0) at 'LICENSE' # json/ is BSD-3-Clause -License: Apache-2.0-or-later AND BSD-3-Clause +License: Apache-2.0 AND BSD-3-Clause URL: %{gourl} Source: %{gosource}