Skip to content

Commit 12b7ace

Browse files
committed
Add new copyright detection tests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6a9663e commit 12b7ace

File tree

6 files changed

+55
-0
lines changed

6 files changed

+55
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
g_message("! (c) 2005-2015 Dr. Johann Pfefferl");
2+
g_message("! (c) Distributed under the terms and conditions of the GPL");
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- holders_summary
5+
copyrights:
6+
- (c) 2005-2015 Dr. Johann Pfefferl
7+
holders:
8+
- Dr. Johann Pfefferl
9+
holders_summary:
10+
- value: Dr. Johann Pfefferl
11+
count: 1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Colours Icon (c) distributed under GPL (http://www.gnu.org/copyleft/gpl.html)
2+
Designed by Lothar Grimme http://www.grafixport.org/
3+
Sourced from https://www.iconfinder.com/icons/11/colors_icon#size=32
4+
5+
mustache.js
6+
-------------
7+
The MIT License
8+
9+
Copyright (c) 2009 Chris Wanstrath (Ruby)
10+
Copyright (c) 2010-2014 Jan Lehnardt (JavaScript)
11+
Copyright (c) 2010-2015 The mustache.js community
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- holders_summary
5+
copyrights:
6+
- Copyright (c) 2009 Chris Wanstrath
7+
- Copyright (c) 2010-2014 Jan Lehnardt
8+
- Copyright (c) 2010-2015 The mustache.js community
9+
holders:
10+
- Chris Wanstrath
11+
- Jan Lehnardt
12+
- The mustache.js community
13+
holders_summary:
14+
- value: Chris Wanstrath
15+
count: 1
16+
- value: Jan Lehnardt
17+
count: 1
18+
- value: The mustache.js community
19+
count: 1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
© OpenStreetMap contributors.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- holders_summary
5+
copyrights:
6+
- (c) OpenStreetMap contributors
7+
holders:
8+
- OpenStreetMap contributors
9+
holders_summary:
10+
- value: OpenStreetMap contributors
11+
count: 1

0 commit comments

Comments
 (0)