From c97da90e259e0051e02e07300c75ad5e37a0311b Mon Sep 17 00:00:00 2001 From: nscuro Date: Tue, 4 Jun 2024 19:31:49 +0200 Subject: [PATCH] fix: handle breaking changes in skywalking-eyes Signed-off-by: nscuro --- .licenserc.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.licenserc.yml b/.licenserc.yml index 428bca6..8658aff 100644 --- a/.licenserc.yml +++ b/.licenserc.yml @@ -2,12 +2,30 @@ header: license: spdx-id: Apache-2.0 copyright-owner: OWASP Foundation + content: | + This file is part of CycloneDX Go + + Licensed under the Apache License, Version 2.0 (the “License”); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an “AS IS” BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + Copyright (c) OWASP Foundation. All Rights Reserved. paths-ignore: - "**/*.md" - "**/go.mod" - "**/go.sum" - "**/testdata/**" - ".github/**" + - ".idea/**" - ".gitignore" - ".gitpod.yml" - ".golangci.yml"