Skip to content

Commit 94a3bb0

Browse files
committed
#517 - Update link references of ownership from nexB to aboutcode-org and version
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 6018577 commit 94a3bb0

File tree

19 files changed

+49
-39
lines changed

19 files changed

+49
-39
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Next Release
2121
https://github.com/aboutcode-org/purldb/issues/504
2222

2323

24+
v5.0.1
25+
---------
26+
27+
- Update link references of ownership from nexB to aboutcode-org
28+
2429
v5.0.0
2530
---------
2631

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) nexB Inc. and others. All rights reserved.
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/ for support or download.
6+
# See https://github.com/aboutcode-org/ for support or download.
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

docs/source/how-to-guides/deploy_to_devel.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Then run a d2d subcommand
189189
3. run the d2d for a pair of URLs::
190190

191191
purlcli d2d \
192-
--purl https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/from-data.zip \
193-
--purl https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/to-data.zip \
192+
--purl https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/from-data.zip \
193+
--purl https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/to-data.zip \
194194
--output - \
195195
--purldb-api-url http://127.0.0.1:8001/api/ \
196196
--matchcode-api-url http://127.0.0.1:8002/api/
@@ -286,9 +286,9 @@ Make a request to the local URL for the /api/d2d endpoint and enter Input URLs
286286

287287
For example these two:
288288

289-
- https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/from-data.zip#from
289+
- https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/from-data.zip#from
290290

291-
- https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/to-data.zip#to
291+
- https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/to-data.zip#to
292292

293293

294294
.. image:: images/d2d-images/da526ca9-6a8c-4883-951e-26e92597ce0d.png
@@ -352,9 +352,9 @@ To test the feature:
352352

353353
- Add these two `Download URLs` exactly as below using these zip examples:
354354

355-
- source: https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/from-data.zip#from
355+
- source: https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/from-data.zip#from
356356

357-
- binary: https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/to-data.zip#to
357+
- binary: https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-elfs/to-data.zip#to
358358

359359
- Select and execute the "map_deploy_to_develop" pipeline, and then click on the "Elf" option
360360

@@ -390,9 +390,9 @@ To test the feature:
390390

391391
- Add these two `Download URLs` exactly as below using these webpacked examples:
392392

393-
- source: https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-go/from-data.zip#from
393+
- source: https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-go/from-data.zip#from
394394

395-
- binary: https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d-go/to-data.zip#to
395+
- binary: https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d-go/to-data.zip#to
396396

397397
- Select and execute the "map_deploy_to_develop" pipeline, clicking on the Go option
398398

docs/source/how-to-guides/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PurlDB
2020

2121
.. code-block:: console
2222
23-
git clone https://github.com/nexB/scancode.io.git && cd scancode.io
23+
git clone https://github.com/aboutcode-org/scancode.io.git && cd scancode.io
2424
make envfile
2525
docker compose build
2626
@@ -71,7 +71,7 @@ Package Scan Worker
7171
- This should be installed on another machine, if possible.
7272

7373
- Download the latest release of ScanCode.io at
74-
https://github.com/nexB/scancode.io/releases and follow the Docker
74+
https://github.com/aboutcode-org/scancode.io/releases and follow the Docker
7575
installation instructions at
7676
https://scancodeio.readthedocs.io/en/latest/installation.html
7777

@@ -111,7 +111,7 @@ MatchCode.io
111111

112112
.. code-block:: console
113113
114-
git clone https://github.com/nexB/scancode.io.git && cd scancode.io
114+
git clone https://github.com/aboutcode-org/scancode.io.git && cd scancode.io
115115
make envfile
116116
docker compose -f docker-compose.matchcodeio.yml build
117117

docs/source/purldb/symbol_and_string_collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ See the detailed tutorial on :ref:`symbols_and_strings` in PurlDB.
5656
`Symbol and String Collection <https://scancodeio.readthedocs.io/en/latest/tutorial_web_ui_symbol_and_string_collection.html>`_.
5757

5858
For more details on these plugins refer to
59-
`source-inspector <https://github.com/nexB/source-inspector/blob/main/README.rst>`_.
59+
`source-inspector <https://github.com/aboutcode-org/source-inspector/blob/main/README.rst>`_.

matchcode-toolkit/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ MatchCode toolkit
22
=================
33

44
MatchCode toolkit is a Python library that provides the directory fingerprinting
5-
functionality for `ScanCode toolkit <https://github.com/nexB/scancode-toolkit>`_
6-
and `ScanCode.io <https://github.com/nexB/scancode.io>`_ by implementing the
5+
functionality for `ScanCode toolkit <https://github.com/aboutcode-org/scancode-toolkit>`_
6+
and `ScanCode.io <https://github.com/aboutcode-org/scancode.io>`_ by implementing the
77
HaloHash algorithm and using it in ScanCode toolkit and ScanCode.io plugins and
88
pipelines.
99

@@ -53,5 +53,5 @@ added step of computing fingerprints for directories.
5353

5454
.. note::
5555

56-
MatchCode toolkit has moved to its own repo at https://github.com/nexB/matchcode-toolkit
56+
MatchCode toolkit has moved to its own repo at https://github.com/aboutcode-org/matchcode-toolkit
5757
from its previous location https://github.com/aboutcode-org/purldb/tree/main/matchcode-toolkit

matchcode_pipeline/pipelines/matching.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
#
3-
# http://nexb.com and https://github.com/nexB/scancode.io
3+
# http://nexb.com and https://github.com/aboutcode-org/scancode.io
44
# The ScanCode.io software is licensed under the Apache License version 2.0.
55
# Data generated with ScanCode.io is provided as-is without warranties.
66
# ScanCode is a trademark of nexB Inc.
@@ -18,7 +18,7 @@
1818
# for any legal advice.
1919
#
2020
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/scancode.io for support and download.
21+
# Visit https://github.com/aboutcode-org/scancode.io for support and download.
2222

2323
from scanpipe.pipelines.load_inventory import LoadInventory
2424
from scanpipe.pipelines.scan_codebase import ScanCodebase

matchcode_pipeline/pipes/matching.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
#
3-
# http://nexb.com and https://github.com/nexB/scancode.io
3+
# http://nexb.com and https://github.com/aboutcode-org/scancode.io
44
# The ScanCode.io software is licensed under the Apache License version 2.0.
55
# Data generated with ScanCode.io is provided as-is without warranties.
66
# ScanCode is a trademark of nexB Inc.
@@ -18,7 +18,7 @@
1818
# for any legal advice.
1919
#
2020
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/scancode.io for support and download.
21+
# Visit https://github.com/aboutcode-org/scancode.io for support and download.
2222

2323
from collections import defaultdict
2424

minecode/model_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def merge_packages(existing_package, new_package_data, replace=False):
8787
existing_mapping.pop('purl')
8888

8989
# FIXME REMOVE this workaround when a ScanCode bug fixed with
90-
# https://github.com/nexB/scancode-toolkit/commit/9b687e6f9bbb695a10030a81be7b93c8b1d816c2
90+
# https://github.com/aboutcode-org/scancode-toolkit/commit/9b687e6f9bbb695a10030a81be7b93c8b1d816c2
9191
qualifiers = new_package_data.get('qualifiers')
9292
if isinstance(qualifiers, dict):
9393
# somehow we get an dict on the new value instead of a string

minecode/visitors/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def map_fetchcode_supported_package(package_url, pipelines, priority=0):
120120

121121
package_data = packages[0].to_dict()
122122

123-
# Remove obsolete Package fields see https://github.com/nexB/fetchcode/issues/108
123+
# Remove obsolete Package fields see https://github.com/aboutcode-org/fetchcode/issues/108
124124
package = packagedata_from_dict(package_data)
125125

126126
db_package, _, _, error = merge_or_create_package(package, visit_level=0)
@@ -178,7 +178,7 @@ def process_request_fetchcode_generic(purl_str, **kwargs):
178178
supported by fetchcode.
179179
180180
This involves obtaining Package information for the PURL using
181-
https://github.com/nexB/fetchcode and using it to create a new
181+
https://github.com/aboutcode-org/fetchcode and using it to create a new
182182
PackageDB entry. The package is then added to the scan queue afterwards.
183183
"""
184184
from minecode.model_utils import DEFAULT_PIPELINES

0 commit comments

Comments
 (0)