Skip to content

Commit 4df6e42

Browse files
authored
Merge pull request #445 from nexB/401-truncated-copyright-in-html
#401 Ensure copyrights are not truncated in HTML output
2 parents 63c09f9 + 9f3c484 commit 4df6e42

File tree

9 files changed

+405
-0
lines changed

9 files changed

+405
-0
lines changed
Lines changed: 282 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,282 @@
1+
{
2+
"scancode_notice": "Generated with ScanCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nScanCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nScanCode is a free software code scanning tool from nexB Inc. and others.\nVisit https://github.com/nexB/scancode-toolkit/ for support and download.",
3+
"files_count": 8,
4+
"files": [
5+
{
6+
"path": "copy1.c",
7+
"type": "file",
8+
"name": "copy1.c",
9+
"extension": ".c",
10+
"date": "2016-12-14",
11+
"size": 91,
12+
"sha1": "3922760d8492eb8f853c10a627f5a73f9eaec6ff",
13+
"md5": "fc7f53659b7a9db8b6dff0638641778e",
14+
"files_count": null,
15+
"mime_type": "text/plain",
16+
"file_type": "UTF-8 Unicode text",
17+
"programming_language": "C",
18+
"is_binary": null,
19+
"is_text": true,
20+
"is_archive": null,
21+
"is_media": null,
22+
"is_source": true,
23+
"is_script": null,
24+
"scan_errors": [],
25+
"licenses": [],
26+
"copyrights": [
27+
{
28+
"statements": [
29+
"Copyright (c) 2000 ACME, Inc."
30+
],
31+
"holders": [
32+
"ACME, Inc."
33+
],
34+
"authors": [],
35+
"start_line": 1,
36+
"end_line": 1
37+
}
38+
],
39+
"packages": []
40+
},
41+
{
42+
"path": "copy2.c",
43+
"type": "file",
44+
"name": "copy2.c",
45+
"extension": ".c",
46+
"date": "2016-12-14",
47+
"size": 91,
48+
"sha1": "3922760d8492eb8f853c10a627f5a73f9eaec6ff",
49+
"md5": "fc7f53659b7a9db8b6dff0638641778e",
50+
"files_count": null,
51+
"mime_type": "text/plain",
52+
"file_type": "UTF-8 Unicode text",
53+
"programming_language": "C",
54+
"is_binary": null,
55+
"is_text": true,
56+
"is_archive": null,
57+
"is_media": null,
58+
"is_source": true,
59+
"is_script": null,
60+
"scan_errors": [],
61+
"licenses": [],
62+
"copyrights": [
63+
{
64+
"statements": [
65+
"Copyright (c) 2000 ACME, Inc."
66+
],
67+
"holders": [
68+
"ACME, Inc."
69+
],
70+
"authors": [],
71+
"start_line": 1,
72+
"end_line": 1
73+
}
74+
],
75+
"packages": []
76+
},
77+
{
78+
"path": "copy3.c",
79+
"type": "file",
80+
"name": "copy3.c",
81+
"extension": ".c",
82+
"date": "2016-12-14",
83+
"size": 91,
84+
"sha1": "c91811eb5fdc7ab440355f9f8d1580e1518b0c2f",
85+
"md5": "e999e21c9d7de4d0f943aefbb6f21b99",
86+
"files_count": null,
87+
"mime_type": "text/plain",
88+
"file_type": "UTF-8 Unicode text",
89+
"programming_language": "C",
90+
"is_binary": null,
91+
"is_text": true,
92+
"is_archive": null,
93+
"is_media": null,
94+
"is_source": true,
95+
"is_script": null,
96+
"scan_errors": [],
97+
"licenses": [],
98+
"copyrights": [
99+
{
100+
"statements": [
101+
"Copyright (c) 2000 ACME, Inc."
102+
],
103+
"holders": [
104+
"ACME, Inc."
105+
],
106+
"authors": [],
107+
"start_line": 1,
108+
"end_line": 1
109+
}
110+
],
111+
"packages": []
112+
},
113+
{
114+
"path": "subdir",
115+
"type": "directory",
116+
"name": "subdir",
117+
"extension": "",
118+
"date": null,
119+
"size": 361,
120+
"sha1": null,
121+
"md5": null,
122+
"files_count": 4,
123+
"mime_type": null,
124+
"file_type": null,
125+
"programming_language": null,
126+
"is_binary": null,
127+
"is_text": null,
128+
"is_archive": null,
129+
"is_media": null,
130+
"is_source": null,
131+
"is_script": null,
132+
"scan_errors": [],
133+
"licenses": [],
134+
"copyrights": [],
135+
"packages": []
136+
},
137+
{
138+
"path": "subdir/copy1.c",
139+
"type": "file",
140+
"name": "copy1.c",
141+
"extension": ".c",
142+
"date": "2016-12-14",
143+
"size": 91,
144+
"sha1": "3922760d8492eb8f853c10a627f5a73f9eaec6ff",
145+
"md5": "fc7f53659b7a9db8b6dff0638641778e",
146+
"files_count": null,
147+
"mime_type": "text/plain",
148+
"file_type": "UTF-8 Unicode text",
149+
"programming_language": "C",
150+
"is_binary": null,
151+
"is_text": true,
152+
"is_archive": null,
153+
"is_media": null,
154+
"is_source": true,
155+
"is_script": null,
156+
"scan_errors": [],
157+
"licenses": [],
158+
"copyrights": [
159+
{
160+
"statements": [
161+
"Copyright (c) 2000 ACME, Inc."
162+
],
163+
"holders": [
164+
"ACME, Inc."
165+
],
166+
"authors": [],
167+
"start_line": 1,
168+
"end_line": 1
169+
}
170+
],
171+
"packages": []
172+
},
173+
{
174+
"path": "subdir/copy2.c",
175+
"type": "file",
176+
"name": "copy2.c",
177+
"extension": ".c",
178+
"date": "2016-12-14",
179+
"size": 91,
180+
"sha1": "3922760d8492eb8f853c10a627f5a73f9eaec6ff",
181+
"md5": "fc7f53659b7a9db8b6dff0638641778e",
182+
"files_count": null,
183+
"mime_type": "text/plain",
184+
"file_type": "UTF-8 Unicode text",
185+
"programming_language": "C",
186+
"is_binary": null,
187+
"is_text": true,
188+
"is_archive": null,
189+
"is_media": null,
190+
"is_source": true,
191+
"is_script": null,
192+
"scan_errors": [],
193+
"licenses": [],
194+
"copyrights": [
195+
{
196+
"statements": [
197+
"Copyright (c) 2000 ACME, Inc."
198+
],
199+
"holders": [
200+
"ACME, Inc."
201+
],
202+
"authors": [],
203+
"start_line": 1,
204+
"end_line": 1
205+
}
206+
],
207+
"packages": []
208+
},
209+
{
210+
"path": "subdir/copy3.c",
211+
"type": "file",
212+
"name": "copy3.c",
213+
"extension": ".c",
214+
"date": "2016-12-14",
215+
"size": 84,
216+
"sha1": "389af7e629a9853056e42b262d5e30bf4579a74f",
217+
"md5": "290627a1387288ef77ae7e07946f3ecf",
218+
"files_count": null,
219+
"mime_type": "text/plain",
220+
"file_type": "UTF-8 Unicode text",
221+
"programming_language": "C",
222+
"is_binary": null,
223+
"is_text": true,
224+
"is_archive": null,
225+
"is_media": null,
226+
"is_source": true,
227+
"is_script": null,
228+
"scan_errors": [],
229+
"licenses": [],
230+
"copyrights": [
231+
{
232+
"statements": [
233+
"Copyright (c) 2000 ACME, Inc."
234+
],
235+
"holders": [
236+
"ACME, Inc."
237+
],
238+
"authors": [],
239+
"start_line": 1,
240+
"end_line": 1
241+
}
242+
],
243+
"packages": []
244+
},
245+
{
246+
"path": "subdir/copy4.c",
247+
"type": "file",
248+
"name": "copy4.c",
249+
"extension": ".c",
250+
"date": "2016-12-14",
251+
"size": 95,
252+
"sha1": "58748872d25374160692f1ed7075d0fe80a544b1",
253+
"md5": "88e46475db9b1a68f415f6a3544eeb16",
254+
"files_count": null,
255+
"mime_type": "text/plain",
256+
"file_type": "UTF-8 Unicode text",
257+
"programming_language": "C",
258+
"is_binary": null,
259+
"is_text": true,
260+
"is_archive": null,
261+
"is_media": null,
262+
"is_source": true,
263+
"is_script": null,
264+
"scan_errors": [],
265+
"licenses": [],
266+
"copyrights": [
267+
{
268+
"statements": [
269+
"Copyright (c) 2000 ACME, Inc."
270+
],
271+
"holders": [
272+
"ACME, Inc."
273+
],
274+
"authors": [],
275+
"start_line": 1,
276+
"end_line": 1
277+
}
278+
],
279+
"packages": []
280+
}
281+
]
282+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
3+
adasd
4+
ad
5+
asd
6+
as
7+
das
8+
da
9+
da
10+
dasd
11+
asd
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
3+
adasd
4+
ad
5+
asd
6+
as
7+
das
8+
da
9+
da
10+
dasd
11+
asd
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
3+
adasd
4+
ad
5+
asd
6+
as
7+
da
8+
dasdas
9+
dasd
10+
asd
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
3+
adasd
4+
ad
5+
asd
6+
as
7+
das
8+
da
9+
da
10+
dasd
11+
asd
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
3+
adasd
4+
ad
5+
asd
6+
as
7+
das
8+
da
9+
da
10+
dasd
11+
asd
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
3+
adasd
4+
ad
5+
asd
6+
as
7+
da
8+
dasd
9+
asd
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* Copyright © 2000 ACME, Inc., All Rights Reserved */
2+
fafsdfsdf
3+
4+
5+
adasd
6+
ad
7+
asd
8+
as
9+
da
10+
dasd
11+
asd

0 commit comments

Comments
 (0)