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
3 changes: 3 additions & 0 deletions src/cluecode/copyrights.py
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,9 @@ def build_detection_from_node(
# author (Panagiotis Tsirigotis)
AUTHOR: {<AUTH> <NNP><NNP>+} #author Foo Bar

# Author: Tim (xtimor@gmail.com)
AUTHOR: {<AUTH> <NNP>+ <EMAIL>+} #Author Foo joe@email.com


#######################################
# Mixed AUTHOR and COPYRIGHT
Expand Down
3 changes: 3 additions & 0 deletions src/licensedcode/data/licenses/nortel-dasa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ owner: Unspecified
spdx_license_key: LicenseRef-scancode-nortel-dasa
ignorable_emails:
- frank@comsys.dofn.de
ignorable_authors:
- F.Schnekenbuehl <frank@comsys.dofn.de>

3 changes: 3 additions & 0 deletions src/licensedcode/data/rules/nortel-dasa_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ is_license_text: yes
relevance: 100
ignorable_emails:
- frank@comsys.dofn.de
ignorable_authors:
- F.Schnekenbuehl <frank@comsys.dofn.de>

4 changes: 4 additions & 0 deletions tests/cluecode/data/copyrights/author-name-email.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* NMEA library
* URL: http://nmea.sourceforge.net
* Author: Tim (xtimor@gmail.com)

4 changes: 4 additions & 0 deletions tests/cluecode/data/copyrights/author-name-email.txt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
what:
- authors
authors:
- Tim (xtimor@gmail.com)