Skip to content

Commit 786d06b

Browse files
Adapt test expectation to match with punctuation rules
Signed-off-by: Kai Hammerschmidt <kai.hammerschmidt@metaeffekt.com>
1 parent 3af48bc commit 786d06b

10 files changed

Lines changed: 9 additions & 12 deletions

File tree

src/licensedcode/data/licenses/autodesk-3d-sft-3.0.LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ owner: Autodesk
77
homepage_url: https://github.com/Toksisitee/ALACNPopWorldEditor/blob/43d4119d698a7567ab4f32ddceb4076984dce136/_3ds/3dsftk3/license.txt
88
spdx_license_key: LicenseRef-scancode-autodesk-3d-sft-3.0
99
ignorable_copyrights:
10-
- (c) Copyright 1995 by Autodesk, Inc
10+
- (c) Copyright 1995 by Autodesk, Inc.
1111
- (c) Copyright 1997 by Autodesk, Inc.
1212
- copyrighted by Autodesk, Inc.
1313
ignorable_holders:
14-
- Autodesk, Inc
1514
- Autodesk, Inc.
1615
---
1716

src/licensedcode/data/licenses/fsf-regex-gpl.LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ owner: Free Software Foundation (FSF)
77
homepage_url: https://sources.debian.org/src/xxgdb/1.12-9.4potato/regex.h/
88
spdx_license_key: LicenseRef-scancode-fsf-regex-gpl
99
ignorable_copyrights:
10-
- Copyright (c) 1985 Free Software Foundation, Inc
10+
- Copyright (c) 1985 Free Software Foundation, Inc.
1111
ignorable_holders:
12-
- Free Software Foundation, Inc
12+
- Free Software Foundation, Inc.
1313
---
1414

1515
NO WARRANTY

src/licensedcode/data/licenses/gnu-emacs-gpl-1988.LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ text_urls:
1010
- https://www.cs.bham.ac.uk/research/projects/poplog/emacs/COPYING
1111
ignorable_copyrights:
1212
- Copyright (c) 1985, 1987, 1988 Richard M. Stallman
13-
- Copyright (c) 1988 Free Software Foundation, Inc
13+
- Copyright (c) 1988 Free Software Foundation, Inc.
1414
ignorable_holders:
15-
- Free Software Foundation, Inc
15+
- Free Software Foundation, Inc.
1616
- Richard M. Stallman
1717
---
1818

src/licensedcode/data/licenses/ricoh-1.0.LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ other_urls:
1717
ignorable_copyrights:
1818
- Copyright (c) 1995-1999
1919
ignorable_authors:
20-
- Ricoh Silicon Valley, Inc
2120
- Ricoh Silicon Valley, Inc.
2221
ignorable_urls:
2322
- http://www.risource.org/RPL

src/licensedcode/data/licenses/sun-sissl-1.2.LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ text_urls:
1010
- http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html
1111
minimum_coverage: 50
1212
ignorable_copyrights:
13-
- Copyright (c) 2001 Sun Microsystems, Inc
1413
- Copyright (c) 2001 Sun Microsystems, Inc.
1514
ignorable_holders:
16-
- Sun Microsystems, Inc
1715
- Sun Microsystems, Inc.
1816
---
1917

src/licensedcode/data/rules/ricoh-1.0.SPDX.RULE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ notes: license text as published by SPDX
66
ignorable_copyrights:
77
- Copyright (c) 1995-1999
88
ignorable_authors:
9-
- Ricoh Silicon Valley, Inc
109
- Ricoh Silicon Valley, Inc.
1110
ignorable_urls:
1211
- http://www.risource.org/RPL

tests/scancode/data/help/help.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Options:
1818
--package-only Scan for system and application package data and skip
1919
license/copyright detection and top-level package
2020
creation.
21+
-a, --allrights Scan <input> for copyrights and all rights reserved.
2122
-c, --copyright Scan <input> for copyrights.
2223

2324
other scans:

tests/scancode/data/help/help_linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Options:
1818
--package-only Scan for system and application package data and skip
1919
license/copyright detection and top-level package
2020
creation.
21+
-a, --allrights Scan <input> for copyrights and all rights reserved.
2122
-c, --copyright Scan <input> for copyrights.
2223
--go-symbol Collect Go symbols.
2324
--rust-symbol Collect Rust symbols from rust binaries.

tests/summarycode/data/summary/multiple_package_data/multiple_package_data.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
"holders": [],
914914
"authors": [
915915
{
916-
"author": "Example Corp",
916+
"author": "Example Corp.",
917917
"start_line": 4,
918918
"end_line": 4
919919
}

tests/summarycode/data/summary/with_package_data/with_package_data.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"holders": [],
639639
"authors": [
640640
{
641-
"author": "Example Corp",
641+
"author": "Example Corp.",
642642
"start_line": 4,
643643
"end_line": 4
644644
}

0 commit comments

Comments
 (0)