Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3155 from dgibson/bug3154
Browse files Browse the repository at this point in the history
tests: Make copyright header check less picky
  • Loading branch information
dgibson authored Jan 14, 2021
2 parents 22b6590 + 50634ae commit 77604e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ static_check_license_headers()
local -r spdx_tag="SPDX-License-Identifier"
local -r spdx_license="Apache-2.0"
local -r license_pattern="${spdx_tag}: ${spdx_license}"
local -r copyright_pattern="Copyright \(c\) [[:digit:]]{4}"
local -r copyright_pattern="Copyright"

local header_checks=()

Expand Down

0 comments on commit 77604e5

Please # to comment.