From 85959c5899e4f96ebd83bb32dd685fda87f85dd7 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Wed, 9 Oct 2024 16:42:19 +0200 Subject: [PATCH] SRE-2454 common: fix license to follow SPDX rules (#15133) Github license tool claims too low similarity with SPDX reference license: "BSD-2-Clause-Patent similarity: 96.30%" At least 98% is expected. Scorecard result will not change due to separate issue with Github (https://github.com/ossf/scorecard/issues/4347#issuecomment-2349630036) Github does not recognize fully BSD-2-Clause-Patent license. Update scorecard action to the latest version Signed-off-by: Tomasz Gromadzki --- .github/workflows/ossf-scorecard.yml | 2 +- LICENSE | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index e404f8770be..ead66309fba 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -38,7 +38,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 + uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 with: results_file: results.sarif results_format: sarif diff --git a/LICENSE b/LICENSE index 2403a0097f1..7b6e49b83a8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -Copyright 2021-2022 Intel Corporation. +BSD-2-Clause Plus Patent License -SPDX-License-Identifier: BSD-2-Clause-Patent +Copyright 2021-2024 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: