Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ply==3.11
publicsuffix2==2.20191221
pyahocorasick==2.2.0
pycparser==2.22
pygmars==0.9.0
pygmars==1.0.0
Pygments==2.13.0
pymaven-patch==0.3.2
pyparsing==3.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ install_requires =
plugincode >= 32.0.0
publicsuffix2
pyahocorasick >= 2.0.0
pygmars >= 0.9.0
pygmars >= 1.0.0
pygments
pymaven_patch >= 0.2.8
requests >= 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ install_requires =
plugincode >= 32.0.0
publicsuffix2
pyahocorasick >= 2.0.0
pygmars >= 0.9.0
pygmars >= 1.0.0
pygments
pymaven_patch >= 0.2.8
requests >= 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion src/cluecode/copyrights.py
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@ def build_detection_from_node(
# Nicolas Pitre, (c) 2002 Monta Vista Software Inc
# Cliff Brake, (c) 2001
#COPYRIGHT: {<NAME> <COPY> <NAME-YEAR> <NAME> <COPY> <YR-RANGE>} #1566.1

# copyright: Copyright (c) Joe Joyce and contributors, 2016-2019.
COPYRIGHT: {<COPY>+ <NAME> <CC> <NN> <YR-RANGE>} #1579992

Expand Down
Loading