Skip to content

Commit e830934

Browse files
authored
Merge pull request #4184 from aboutcode-org/4181-update_ABOUT_to_use_license_expression
4181 update about to use license expression
2 parents e0db4dd + 636b8c8 commit e830934

24 files changed

+133
-63
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ v33.0.0 (next next, roadmap)
3838
- Update Dockerfile and test container build.
3939
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
4040

41+
- Update ABOUT files to adapt the ABOUT File Specification.
42+
See https://github.com/aboutcode-org/scancode-toolkit/issues/4181
4143

4244
v32.3.3 - 2025-03-06
4345
--------------------

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: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ download_url: https://codeload.github.com/DataTables/DataTables/zip/1.10.9
33

44
version: 1.10.9
55
name: jQuery
6-
home_url: https://www.datatables.net/
6+
homepage_url: https://www.datatables.net/
77
owner: SpryMedia Limited
88
copyright: Copyright (c) 2008-2013 SpryMedia Limited
99

10-
license_url: https://github.com/DataTables/DataTables/blob/1.10.9/license.txt
11-
dje_license: mit
12-
license_text_file: DataTables.LICENSE
13-
notes: DataTables images are also included in /images directory.
10+
license_expression: mit
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: DataTables.LICENSE
15+
url: https://github.com/DataTables/DataTables/blob/1.10.9/license.txt
16+
spdx_license_key: MIT
17+
notes: DataTables images are also included in /images directory.
18+
19+
package_url: pkg:github/DataTables/DataTables@1.10.9
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
about_resource: bootstrap.min.css
1+
about_resource: fonts
2+
23
download_url: https://github.com/twbs/bootstrap/tree/v3.3.4/dist
34
version: 3.3.4
45

56
name: Bootstrap
6-
home_url: http://twitter.github.com/bootstrap/
7-
owner: Twitter, Inc.
8-
contact: https://twitter.com/about/contact
9-
dje_license: mit
10-
license_text_file: bootstrap.LICENSE
7+
homepage_url: http://getbootstrap.com
8+
9+
license_expression: mit
10+
licenses:
11+
- file: mit.LICENSE
12+
key: mit
13+
name: MIT License
14+
1115
copyright: Copyright (c) 2011-2015 Twitter, Inc
12-
notes: Bootstrap files are also included in /fonts directory.
16+
package_url: pkg:github/twbs/bootstrap@3.3.4
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
about_resource: fonts
2-
1+
about_resource: bootstrap.min.css
32
download_url: https://github.com/twbs/bootstrap/tree/v3.3.4/dist
43
version: 3.3.4
54

65
name: Bootstrap
7-
homepage_url: http://getbootstrap.com
8-
6+
homepage_url: http://twitter.github.com/bootstrap/
7+
owner: Twitter, Inc.
8+
contact: https://twitter.com/about/contact
99
license_expression: mit
1010
licenses:
11-
- file: mit.LICENSE
12-
key: mit
11+
- key: mit
1312
name: MIT License
14-
13+
file: mit.LICENSE
14+
url: https://scancode-licensedb.aboutcode.org/mit.LICENSE
15+
spdx_license_key: MIT
1516
copyright: Copyright (c) 2011-2015 Twitter, Inc
17+
notes: Bootstrap files are also included in /fonts directory.
18+
package_url: pkg:github/twbs/bootstrap@3.3.4

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: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ download_url: https://github.com/aFarkas/html5shiv/archive/3.7.0.zip
33

44
version: 3.7.0
55
name: HTML5 Shiv
6-
home_url: https://github.com/aFarkas/html5shiv/tree/3.7.0
6+
homepage_url: https://github.com/aFarkas/html5shiv/tree/3.7.0
77
owner: Alexander Farkas
88
copyright: Copyright (c) 2014 Alexander Farkas (aFarkas).
99

10-
license_url: https://raw.githubusercontent.com/aFarkas/html5shiv/master/MIT%20and%20GPL2%20licenses.md
11-
dje_license: mit
12-
license_text_file: html5shiv.LICENSE
10+
license_expression: mit
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: html5shiv.LICENSE
15+
url: https://raw.githubusercontent.com/aFarkas/html5shiv/master/MIT%20and%20GPL2%20licenses.md
16+
spdx_license_key: MIT
17+
package_url: pkg:github/aFarkas/html5shiv@3.7.0

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ download_url: https://github.com/jquery/jquery/archive/1.11.2.zip
33

44
version: 2.1.3
55
name: jQuery
6-
home_url: http://jquery.com/
6+
homepage_url: http://jquery.com/
77
owner: jQuery Foundation, Inc.
88
copyright: Copyright 2014 jQuery Foundation and other contributors
99

10-
license_url: https://raw.githubusercontent.com/jquery/jquery/2.1.3/MIT-LICENSE.txt
11-
dje_license: mit
12-
license_text_file: jquery.LICENSE
10+
license_expression: mit
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: jquery.LICENSE
15+
url: https://raw.githubusercontent.com/jquery/jquery/2.1.3/MIT-LICENSE.txt
16+
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: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ download_url: https://github.com/vakata/jstree/archive/3.1.1.zip
33

44
version: 3.1.1
55
name: jsTree
6-
home_url: http://www.jstree.com/
6+
homepage_url: http://www.jstree.com/
77
owner: Ivan Bozhanov
88
copyright: Copyright (c) 2014 Ivan Bozhanov
99

10-
license_url: https://raw.githubusercontent.com/vakata/jstree/3.1.1/LICENSE-MIT
11-
dje_license: mit
12-
license_text_file: jstree.LICENSE
13-
notes: the files throbber.gif, style.min.css and 32px.png are also from jstree.
10+
license_expression: mit
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: jstree.LICENSE
15+
url: https://raw.githubusercontent.com/vakata/jstree/3.1.1/LICENSE-MIT
16+
spdx_license_key: MIT
17+
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

0 commit comments

Comments
 (0)