Skip to content

Commit

Permalink
Remove comment detritus
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jan 17, 2025
1 parent 0b251ad commit ab06387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# -g "!src/special_directory"

# Check all the standard Rust source files
# Exclude the Emoji picker example because it also has some MIT licensed content
output=$(rg "^// Copyright (19|20)[\d]{2} (.+ and )?the Xilem Authors( and .+)?$\n^// SPDX-License-Identifier: Apache-2\.0$\n\n" --files-without-match --multiline -g "*.rs" .)

if [ -n "$output" ]; then
Expand Down

0 comments on commit ab06387

Please sign in to comment.