Skip to content

Commit 293a785

Browse files
committed
Update link references of ownership from nexB to aboutcode-org
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 92feb7b commit 293a785

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release notes
22
=============
33

4+
Version 30.0.2
5+
-----------------
6+
7+
- Update link references of ownership from nexB to aboutcode-org
8+
49
Version 30.0.1
510
-----------------
611

@@ -74,7 +79,7 @@ Version 21.1.8.1
7479
----------------
7580

7681
- Upgrade to latest boilerplate skeletton
77-
- Improve detection of Windows executables
82+
- Improve detection of Windows executables
7883

7984

8085
Version 20.10.20

src/typecode/contenttype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ScanCode is a trademark of nexB Inc.
44
# SPDX-License-Identifier: Apache-2.0
55
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6-
# See https://github.com/nexB/typecode for support or download.
6+
# See https://github.com/aboutcode-org/typecode for support or download.
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

src/typecode/entropy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ScanCode is a trademark of nexB Inc.
44
# SPDX-License-Identifier: Apache-2.0
55
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6-
# See https://github.com/nexB/typecode for support or download.
6+
# See https://github.com/aboutcode-org/typecode for support or download.
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

src/typecode/extractible.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ScanCode is a trademark of nexB Inc.
44
# SPDX-License-Identifier: Apache-2.0
55
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6-
# See https://github.com/nexB/typecode for support or download.
6+
# See https://github.com/aboutcode-org/typecode for support or download.
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

src/typecode/magic2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ScanCode is a trademark of nexB Inc.
44
# SPDX-License-Identifier: Apache-2.0 AND MIT
55
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6-
# See https://github.com/nexB/typecode for support or download.
6+
# See https://github.com/aboutcode-org/typecode for support or download.
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99
# This code was in part derived from the python-magic library:

src/typecode/mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (c) Copyright (c) Python Software Foundation. All rights reserved.
33
# SPDX-License-Identifier: Python-2.0
4-
# See https://github.com/nexB/typecode for support or download.
4+
# See https://github.com/aboutcode-org/typecode for support or download.
55
# See https://aboutcode.org for more information about nexB OSS projects.
66
#
77

0 commit comments

Comments
 (0)