Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/cluecode/copyrights.py
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,10 @@ def build_detection_from_node(
COPYRIGHT: {<COPY> <COPY> <ANDCO>} #2841

# Copyright (c) 1995-2018 The PNG Reference Library Authors. (with and without trailing dot)
COPYRIGHT: {<COPYRIGHT> <NN> <AUTHDOT>} #35011
# Copyright 2021 The logr Authors. / Copyright 2022 The JSpecify Authors.
# attach a trailing "Authors." even when the preceding name was already
# absorbed into the COPYRIGHT node (e.g. names tagged NN like "logr", "JSpecify")
COPYRIGHT: {<COPYRIGHT> <NN>? <AUTHDOT>} #35011

############ All right reserved in the middle ##############################

Expand Down
Loading