Skip to content

Commit fc9cad2

Browse files
committed
In copyright, treat <at> as an @ sign
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6594909 commit fc9cad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cluecode/copyrights.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,6 +2179,7 @@ def build_detection_from_node(
21792179

21802180
# exceptions to CAPS used in obfuscated emails like in joe AT foo DOT com
21812181
(r'^AT$', 'AT'),
2182+
(r'^AT$', '<at>'),
21822183
(r'^DOT$', 'DOT'),
21832184

21842185
# all CAPS word, at least 1 char long such as MIT, including an optional trailing comma or dot

0 commit comments

Comments
 (0)