Skip to content

Commit 1e41310

Browse files
committed
Merge branch 'author-name-email' into prep-release-31-2
2 parents 4321d65 + 02e1ae3 commit 1e41310

File tree

8 files changed

+20
-3
lines changed

8 files changed

+20
-3
lines changed

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit-mini
3-
version = 31.1.1
3+
version = 31.2.0
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 31.1.1
3+
version = 31.2.0
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

src/cluecode/copyrights.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,6 +2620,9 @@ def build_detection_from_node(
26202620
# author (Panagiotis Tsirigotis)
26212621
AUTHOR: {<AUTH> <NNP><NNP>+} #author Foo Bar
26222622
2623+
# Author: Tim (xtimor@gmail.com)
2624+
AUTHOR: {<AUTH> <NNP>+ <EMAIL>+} #Author Foo joe@email.com
2625+
26232626
26242627
#######################################
26252628
# Mixed AUTHOR and COPYRIGHT

src/licensedcode/data/licenses/nortel-dasa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ owner: Unspecified
66
spdx_license_key: LicenseRef-scancode-nortel-dasa
77
ignorable_emails:
88
- frank@comsys.dofn.de
9+
ignorable_authors:
10+
- F.Schnekenbuehl <frank@comsys.dofn.de>
11+

src/licensedcode/data/rules/nortel-dasa_1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ is_license_text: yes
33
relevance: 100
44
ignorable_emails:
55
- frank@comsys.dofn.de
6+
ignorable_authors:
7+
- F.Schnekenbuehl <frank@comsys.dofn.de>
8+

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _create_dir(location):
7777

7878
# in case package is not installed or we do not have setutools/pkg_resources
7979
# on hand fall back to this version
80-
__version__ = '31.1.0'
80+
__version__ = '31.2.0'
8181

8282
# used to warn user when the version is out of date
8383
__release_date__ = datetime.datetime(2022, 8, 29)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* NMEA library
2+
* URL: http://nmea.sourceforge.net
3+
* Author: Tim (xtimor@gmail.com)
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
what:
2+
- authors
3+
authors:
4+
- Tim (xtimor@gmail.com)

0 commit comments

Comments
 (0)