Skip to content

Commit 2dd0784

Browse files
authored
1350 owner migration (#1362)
* #1350 - Update link references under aboutcode and docs Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Apply Ruff formatting Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Update partial link references Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - update link references for init.py and scan.NOTICE in scancodeio Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Restore the nexB owner in scan.NOTICE Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Updated expected link in test_scanpipe_run_model_set_scancodeio_version Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Apply Ruff format Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Apply Ruff format Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Update link references in scanpipe # Visit https://github.com/nexB/scancode.io for support and download. * #1350 - Apply Ruff format Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - update link references for Dockerfile, pipeline-pyproject.toml and scan.NOTICE Signed-off-by: Chin Yeung Li <tli@nexb.com> * #1350 - Updated CHANGELOG.rst Signed-off-by: Chin Yeung Li <tli@nexb.com> --------- Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 11d5c46 commit 2dd0784

File tree

108 files changed

+253
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+253
-246
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ v34.7.2 (unreleased)
4444
- Move the BasePipeline class to a new `aboutcode.pipeline` module.
4545
https://github.com/nexB/scancode.io/issues/1351
4646

47+
- Update link references of ownership from nexB to aboutcode-org
48+
https://github.com/aboutcode-org/scancode.io/issues/1350
49+
4750
v34.7.1 (2024-07-15)
4851
--------------------
4952

Dockerfile

Lines changed: 3 additions & 3 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,11 +18,11 @@
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 python:3.12-slim
2424

25-
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode.io"
25+
LABEL org.opencontainers.image.source="https://github.com/aboutcode-org/scancode.io"
2626
LABEL org.opencontainers.image.description="ScanCode.io"
2727
LABEL org.opencontainers.image.licenses="Apache-2.0"
2828

Makefile

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
# Python version can be specified with `$ PYTHON_EXE=python3.x make conf`
2424
PYTHON_EXE?=python3

NOTICE

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,4 +18,4 @@ ScanCode.io should be considered or used as legal advice. Consult an Attorney
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.

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The ScanCode.io documentation is available here: https://scancodeio.readthedocs.
1414
If you have questions that are not covered by our
1515
`Documentation <https://scancodeio.readthedocs.io/en/latest/faq.html>`_ or
1616
`FAQs <https://scancodeio.readthedocs.io/en/latest/faq.html>`_,
17-
please ask them in `Discussions <https://github.com/nexB/scancode.io/discussions>`_.
17+
please ask them in `Discussions <https://github.com/aboutcode-org/scancode.io/discussions>`_.
1818

1919
If you want to contribute to ScanCode.io, start with our
2020
`Contributing <https://scancodeio.readthedocs.io/en/latest/contributing.html>`_ page.
2121

2222
A new GitHub action is now available at
23-
`scancode-action <https://github.com/nexB/scancode-action>`_
23+
`scancode-action <https://github.com/aboutcode-org/scancode-action>`_
2424
to run ScanCode.io pipelines from your GitHub Workflows.
2525
Visit https://scancodeio.readthedocs.io/en/latest/automation.html to learn more
2626
about automation.
@@ -56,8 +56,8 @@ ScanCode.io should be considered or used as legal advice. Consult an Attorney
5656
for any legal advice.
5757

5858

59-
.. |ci-tests| image:: https://github.com/nexB/scancode.io/actions/workflows/ci.yml/badge.svg?branch=main
60-
:target: https://github.com/nexB/scancode.io/actions/workflows/ci.yml
59+
.. |ci-tests| image:: https://github.com/aboutcode-org/scancode.io/actions/workflows/ci.yml/badge.svg?branch=main
60+
:target: https://github.com/aboutcode-org/scancode.io/actions/workflows/ci.yml
6161
:alt: CI Tests Status
6262

6363
.. |docs-rtd| image:: https://readthedocs.org/projects/scancodeio/badge/?version=latest

aboutcode/pipeline/__init__.py

Lines changed: 4 additions & 3 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
import logging
2424
import traceback
@@ -204,7 +204,8 @@ def execute(self):
204204
step_run_time = timer() - step_start_time
205205
self.log(f"Step [{step_name}] completed in {humanize_time(step_run_time)}")
206206

207-
self.set_current_step("") # Reset the `current_step` field on completion
207+
# Reset the `current_step` field on completion
208+
self.set_current_step("")
208209
pipeline_run_time = timer() - pipeline_start_time
209210
self.log(f"Pipeline completed in {humanize_time(pipeline_run_time)}")
210211

docs/application-settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ VULNERABLECODE
304304
^^^^^^^^^^^^^^
305305

306306
You have the option to either deploy your instance of
307-
`VulnerableCode <https://github.com/nexB/vulnerablecode/>`_
307+
`VulnerableCode <https://github.com/aboutcode-org/vulnerablecode/>`_
308308
or connect to the `public instance <https://public.vulnerablecode.io/>`_.
309309

310310
To configure your local environment, set the ``VULNERABLECODE_URL`` in your ``.env``

docs/automation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ automation methods such as a cron job or a git hook::
2424
# Configure the following variables to your needs
2525
PROJECT_NAME = f"scan-{datetime.now().isoformat()}"
2626
INPUT_URLS = [
27-
"https://github.com/nexB/scancode.io/archive/refs/tags/v32.4.0.zip",
27+
"https://github.com/aboutcode-org/scancode.io/archive/refs/tags/v32.4.0.zip",
2828
]
2929
PIPELINES = [
3030
"inspect_packages",

docs/command-line-interface.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ copy ``~/docker/alpine-base.tar`` to the foo project :guilabel:`input/` director
179179
You can also provide URLs of files to be downloaded to the foo project
180180
:guilabel:`input/` directory::
181181

182-
$ scanpipe add-input --project foo --input-url https://github.com/nexB/scancode.io-tutorial/releases/download/sample-images/30-alpine-nickolashkraus-staticbox-latest.tar
182+
$ scanpipe add-input --project foo --input-url https://github.com/aboutcode-org/scancode.io-tutorial/releases/download/sample-images/30-alpine-nickolashkraus-staticbox-latest.tar
183183

184184
.. note:: Docker images can be provided as input using their Docker reference
185185
with the ``docker://docker-reference`` syntax. For example::
@@ -194,7 +194,7 @@ You can also provide URLs of files to be downloaded to the foo project
194194
.. note:: Git repositories are supported as input using their Git clone URL in the
195195
``https://<host>[:<port>]/<path-to-git-repo>.git`` syntax. For example::
196196

197-
$ [...] --input-url https://github.com/nexB/scancode.io.git
197+
$ [...] --input-url https://github.com/aboutcode-org/scancode.io.git
198198

199199

200200
`$ scanpipe add-pipeline --project PROJECT PIPELINE_NAME [PIPELINE_NAME ...]`

docs/contributing.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Do Your Homework
1717
----------------
1818

1919
Before adding a contribution or create a new issue, take a look at the project’s
20-
`README <https://github.com/nexB/scancode.io#readme>`_, read through our
20+
`README <https://github.com/aboutcode-org/scancode.io#readme>`_, read through our
2121
`documentation <https://scancodeio.readthedocs.io/en/latest/>`_,
22-
and browse existing `issues <https://github.com/nexB/scancode.io/issues>`_,
22+
and browse existing `issues <https://github.com/aboutcode-org/scancode.io/issues>`_,
2323
to develop some understanding of the project and confirm whether a given
2424
issue/feature has previously been discussed.
2525

@@ -34,7 +34,7 @@ First Timers
3434

3535
You are here to help, but you're a new contributor! No worries, we always
3636
welcome newcomer contributors. We maintain some
37-
`good first issues <https://github.com/nexB/scancode.io/labels/good%20first%20issue>`_
37+
`good first issues <https://github.com/aboutcode-org/scancode.io/labels/good%20first%20issue>`_
3838
and encourage new contributors to work on those issues for a smooth start.
3939

4040
.. warning::
@@ -55,15 +55,15 @@ and encourage new contributors to work on those issues for a smooth start.
5555
Report Issues
5656
^^^^^^^^^^^^^
5757

58-
- Report a new `bug <https://github.com/nexB/scancode.io/issues>`_; just remember to be
58+
- Report a new `bug <https://github.com/aboutcode-org/scancode.io/issues>`_; just remember to be
5959
as specific as possible.
60-
- Create a `new issue <https://github.com/nexB/scancode.io/issues>`_ to request a
60+
- Create a `new issue <https://github.com/aboutcode-org/scancode.io/issues>`_ to request a
6161
feature, submit a feedback, or ask a question.
62-
- Look into existing `bugs <https://github.com/nexB/scancode.io/labels/bug>`_,
62+
- Look into existing `bugs <https://github.com/aboutcode-org/scancode.io/labels/bug>`_,
6363
try to reproduce the issue on your side, and discuss solutions in the comments.
6464

6565
.. note::
66-
Make sure to check existing `issues <https://github.com/nexB/scancode.io/issues>`_,
66+
Make sure to check existing `issues <https://github.com/aboutcode-org/scancode.io/issues>`_,
6767
and :ref:`faq` to confirm whether a given issue or a question has previously been
6868
discussed.
6969

@@ -72,7 +72,7 @@ Code Contributions
7272

7373
Code is contributed to the codebase using **pull requests**.
7474
A pull request should always be attached to an existing issue.
75-
When there is no existing issues, start by `creating one <https://github.com/nexB/scancode.io/issues>`_
75+
When there is no existing issues, start by `creating one <https://github.com/aboutcode-org/scancode.io/issues>`_
7676
to discuss potential solutions and implementation details before writing any code.
7777

7878
We use several conventions to ensure code quality regarding format, testing, and
@@ -98,7 +98,7 @@ attribution.
9898
3. **Commit messages and Developer Certificate of Origin**
9999

100100
Follow the instructions at `Writing good Commit Messages <https://aboutcode.readthedocs.io/en/latest/contributing/writing_good_commit_messages.html>`_
101-
and `check some examples <https://github.com/nexB/scancode.io/commits/main>`_.
101+
and `check some examples <https://github.com/aboutcode-org/scancode.io/commits/main>`_.
102102

103103
**You must include a "Signed-off-by" to your commit messages**::
104104

0 commit comments

Comments
 (0)