From 64e275bfff467a2edab5f8e4edd72a0cea27d790 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sun, 21 Apr 2024 13:28:51 -0700 Subject: [PATCH] small CI fixes * require copyright but not that I'm the author on every file * correct accidental Cargo.lock breakage --- .github/workflows/check-license.py | 2 +- Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-license.py b/.github/workflows/check-license.py index b95acb4..3a96f35 100755 --- a/.github/workflows/check-license.py +++ b/.github/workflows/check-license.py @@ -23,7 +23,7 @@ MAX_LINE_COUNT = 10 EXPECTED_LINES = [ - re.compile(r'Copyright \(C\) 20\d{2} Scott Lamb '), + re.compile(r'Copyright \(C\) 20\d{2}'), re.compile(r'SPDX-License-Identifier: MIT OR Apache-2\.0'), ] diff --git a/Cargo.lock b/Cargo.lock index a9cfd0f..fb4f239 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,7 +1704,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "retina" -version = "0.4.6" +version = "0.4.7" dependencies = [ "base64", "bitstream-io",