Skip to content

Commit 3b6b8a8

Browse files
committed
#4181 - Update ABOUT files
* Mainly added package_url into ABOUT files * Removed "package_url" field if it refers to borrowed code Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 3a69ef2 commit 3b6b8a8

18 files changed

+46
-14
lines changed

scancode-toolkit.ABOUT

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ copyright: Copyright (c) nexB Inc. and others.
55
homepage_url: https://www.aboutcode.org/
66
vcs_url: git+https://github.com/nexB/scancode-toolkit
77
bug_tracking_url: https://github.com/nexB/scancode-toolkit/issues
8-
notice_file: NOTICE
8+
notice_file: NOTICE
9+
package_url: pkg:pypi/scancode-toolkit

src/formattedcode/templates/html-app/assets/DataTables.ABOUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ licenses:
1515
url: https://github.com/DataTables/DataTables/blob/1.10.9/license.txt
1616
spdx_license_key: MIT
1717
notes: DataTables images are also included in /images directory.
18+
19+
package_url: pkg:github/DataTables/DataTables@1.10.9

src/formattedcode/templates/html-app/assets/bootstrap.min.js.ABOUT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ licenses:
1313
name: MIT License
1414

1515
copyright: Copyright (c) 2011-2015 Twitter, Inc
16+
package_url: pkg:github/twbs/bootstrap@3.3.4

src/formattedcode/templates/html-app/assets/d3.min.js.ABOUT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ owner: Mike Bostock
1919
owner_url: http://bost.ocks.org/mike/
2020
vcs_url: https://github.com/d3/d3
2121
version: 3.5.9
22+
package_url: pkg:github/d3/d3@3.5.9

src/formattedcode/templates/html-app/assets/html5shiv.ABOUT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ licenses:
1414
file: html5shiv.LICENSE
1515
url: https://raw.githubusercontent.com/aFarkas/html5shiv/master/MIT%20and%20GPL2%20licenses.md
1616
spdx_license_key: MIT
17+
package_url: pkg:github/aFarkas/html5shiv@3.7.0

src/formattedcode/templates/html-app/assets/jquery.ABOUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ licenses:
1414
file: jquery.LICENSE
1515
url: https://raw.githubusercontent.com/jquery/jquery/2.1.3/MIT-LICENSE.txt
1616
spdx_license_key: MIT
17+
18+
package_url: pkg:github/jquery/jquery@2.1.3

src/formattedcode/templates/html-app/assets/jstree.ABOUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ licenses:
1515
url: https://raw.githubusercontent.com/vakata/jstree/3.1.1/LICENSE-MIT
1616
spdx_license_key: MIT
1717
notes: the files throbber.gif, style.min.css and 32px.png are also from jstree.
18+
19+
package_url: pkg:github/vakata/jstree@3.1.1

src/formattedcode/templates/html-app/assets/respond.ABOUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ licenses:
1414
file: respond.LICENSE
1515
url: https://raw.githubusercontent.com/scottjehl/Respond/1.4.2/LICENSE-MIT
1616
spdx_license_key: MIT
17+
18+
package_url: pkg:github/scottjehl/Respond@1.4.2

src/formattedcode/templates/html-app/assets/simple-sidebar.ABOUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ licenses:
1414
file: simple-sidebar.LICENSE
1515
url: https://raw.githubusercontent.com/BlackrockDigital/startbootstrap-simple-sidebar/v1.0.5/LICENSE
1616
spdx_license_key: Apache-2.0
17+
18+
package_url: pkg:github/BlackrockDigital/startbootstrap-simple-sidebar@1.0.5
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
about_resource: .
22
name: ScanCode datasets
33
license_expression: cc-by-4.0
4+
licenses:
5+
- key: cc-by-4.0
6+
name: CC-BY-4.0
7+
file: cc-by-4.0.LICENSE
8+
49
copyright: copyright (c) nexb Inc. and others.
510
notes: |
611
the preferred attribution notice for data is:
712
Copyright (c) nexB Inc. and others. All rights reserved.
813
ScanCode is a trademark of nexB Inc.
914
SPDX-License-Identifier: CC-BY-4.0
1015
See https://creativecommons.org/licenses/by/4.0/legalcode for the license text.
11-
See https://github.com/nexB/scancode-toolkit for support or download.
16+
See https://github.com/nexB/scancode-toolkit for support or download.
1217
See https://aboutcode.org for more information about nexB OSS projects.
18+
package_url: pkg:github/aboutcode-org/scancode-toolkit#licensedcode/data

0 commit comments

Comments
 (0)