Skip to content

Commit

Permalink
Update link references of ownership from nexB to aboutcode-org
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <tli@nexb.com>
  • Loading branch information
chinyeungli committed Aug 29, 2024
1 parent c7c97dd commit cec4193
Show file tree
Hide file tree
Showing 225 changed files with 1,466,725 additions and 246,416 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Contributing
Contributions are welcome and appreciated!
Every little bit helps, and credit will always be given.

.. _issue : https://github.com/nexB/deltacode/issue
.. _issue : https://github.com/aboutcode-org/deltacode/issue
__ issue_

If you are new to DeltaCode and want to find easy tickets to work on,
check `easy issues <https://github.com/nexB/deltacode/labels/easy>`_
check `easy issues <https://github.com/aboutcode-org/deltacode/labels/easy>`_

When contributing to DeltaCode (such as code, bugs, documentation, etc.) you
agree to the Developer `Certificate of Origin <http://developercertificate.org/>`_
and the DeltaCode license (see the `NOTICE <https://github.com/nexB/deltacode/blob/develop/NOTICE>`_ file).
and the DeltaCode license (see the `NOTICE <https://github.com/aboutcode-org/deltacode/blob/develop/NOTICE>`_ file).
The same approach is used by the Linux Kernel developers and several other projects.

For commits, it is best to simply add a line like this to your commit message,
Expand All @@ -22,7 +22,7 @@ with your name and email::
Signed-off-by: Jane Doe <developer@example.com>

Please try to write a good commit message, see `good commit message wiki
<https://github.com/nexB/aboutcode/wiki/Writing-good-commit-messages>`_ for
<https://github.com/aboutcode-org/aboutcode/wiki/Writing-good-commit-messages>`_ for
details. In particular use the imperative for your commit subject: think that
you are giving an order to the codebase to update itself.

Expand Down Expand Up @@ -79,7 +79,7 @@ Documentation improvements

Documentation can come in the form of wiki pages, docstrings, blog posts,
articles, etc. Even a minor typo fix is welcomed.
See also extra documentation on the `Wiki <https://github.com/nexB/deltacode/wiki>`_.
See also extra documentation on the `Wiki <https://github.com/aboutcode-org/deltacode/wiki>`_.


Development
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2017-2018 nexB Inc. and others. All rights reserved.
# http://nexb.com and https://github.com/nexB/deltacode/
# http://nexb.com and https://github.com/aboutcode-org/deltacode/
# The DeltaCode software is licensed under the Apache License version 2.0.
# Data generated with DeltaCode require an acknowledgment.
# DeltaCode is a trademark of nexB Inc.
Expand All @@ -20,7 +20,7 @@
# DeltaCode should be considered or used as legal advice. Consult an Attorney
# for any legal advice.
# DeltaCode is a free and open source software analysis tool from nexB Inc. and others.
# Visit https://github.com/nexB/deltacode/ for support and download.
# Visit https://github.com/aboutcode-org/deltacode/ for support and download.

FROM python:3.9

Expand All @@ -36,4 +36,4 @@ RUN apt-get update \
RUN mkdir /opt/deltacode/
COPY . /opt/deltacode/
WORKDIR /opt/deltacode/
RUN ./configure
RUN ./configure
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ScanCode is a trademark of nexB Inc.
# SPDX-License-Identifier: Apache-2.0
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
# See https://github.com/nexB/skeleton for support or download.
# See https://github.com/aboutcode-org/skeleton for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down Expand Up @@ -35,7 +35,7 @@ check:
@echo "-> Run pycodestyle (PEP8) validation"
@${ACTIVATE} pycodestyle --max-line-length=100 --exclude=.eggs,venv,lib,thirdparty,docs,migrations,settings.py,.cache .
@echo "-> Run isort imports ordering validation"
@${ACTIVATE} isort --sl --check-only -l 100 setup.py src tests .
@${ACTIVATE} isort --sl --check-only -l 100 setup.py src tests .
@echo "-> Run black validation"
@${ACTIVATE} black --check --check -l 100 src tests setup.py

Expand Down
10 changes: 5 additions & 5 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Copyright (c) 2017-2018 nexB Inc. and others. All rights reserved.
http://nexb.com and https://github.com/nexB/deltacode/
http://nexb.com and https://github.com/aboutcode-org/deltacode/
The DeltaCode software is licensed under the Apache License version 2.0.
Data generated with DeltaCode require an acknowledgment.
DeltaCode is a trademark of nexB Inc.
Expand All @@ -20,7 +20,7 @@ derivative work, you must accompany this data with the following acknowledgment:
DeltaCode should be considered or used as legal advice. Consult an Attorney
for any legal advice.
DeltaCode is a free software codebase-comparison tool from nexB Inc. and others.
Visit https://github.com/nexB/deltacode/ for support and download.
Visit https://github.com/aboutcode-org/deltacode/ for support and download.


Third-party software licenses
Expand All @@ -33,8 +33,8 @@ documented by .ABOUT files.

The corresponding source code for pre-compiled third-party software is available
for immediate download from the same release page where you obtained DeltaCode at:
https://github.com/nexB/deltacode/
or https://github.com/nexB/deltacode-thirdparty-src/
https://github.com/aboutcode-org/deltacode/
or https://github.com/aboutcode-org/deltacode-thirdparty-src/

You may also contact us to request the source code by email at info@nexb.com or
by postal mail at:
Expand All @@ -49,7 +49,7 @@ requesting source code.
# Copyright (c) nexB Inc. and others.
# SPDX-License-Identifier: Apache-2.0
#
# Visit https://aboutcode.org and https://github.com/nexB/ for support and download.
# Visit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.
# ScanCode is a trademark of nexB Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Deltacode
=========
DeltaCode is a simple command line utility that leverages the power
of `scancode-toolkit <https://github.com/nexB/scancode-toolkit>`_
of `scancode-toolkit <https://github.com/aboutcode-org/scancode-toolkit>`_
to determine file-level differences between two codebases.

During a typical software release cycle, development teams and software
Expand Down Expand Up @@ -78,15 +78,15 @@ Run a simple delta saved to the `output.json` file::
Then open `output.json` to view the delta results.

To get DeltaCode results for your codebase, install
`scancode-toolkit <https://github.com/nexB/scancode-toolkit>`_ and generate a
`scancode-toolkit <https://github.com/aboutcode-org/scancode-toolkit>`_ and generate a
scan for each of the codebases you wish to 'Delta'


Support
=======

If you have a problem, a suggestion or found a bug, please enter a ticket at:
https://github.com/nexB/deltacode/issues
https://github.com/aboutcode-org/deltacode/issues

For discussions and chats, we have:

Expand All @@ -105,8 +105,8 @@ For discussions and chats, we have:
Source code
===========

* https://github.com/nexB/deltacode/releases
* https://github.com/nexB/deltacode.git
* https://github.com/aboutcode-org/deltacode/releases
* https://github.com/aboutcode-org/deltacode.git
* https://pypi.org/project/deltacode/


Expand All @@ -124,4 +124,4 @@ the third-party code used in DeltaCode for more details.

.. |docs-rtd| image:: https://readthedocs.org/projects/deltacode/badge/?version=latest
:target: https://deltacode.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
:alt: Documentation Status
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (c) nexB Inc. and others. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
# See https://github.com/nexB/ for support or download.
# See https://github.com/aboutcode-org/ for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@rem Copyright (c) nexB Inc. and others. All rights reserved.
@rem SPDX-License-Identifier: Apache-2.0
@rem See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
@rem See https://github.com/nexB/ for support or download.
@rem See https://github.com/aboutcode-org/ for support or download.
@rem See https://aboutcode.org for more information about nexB OSS projects.


Expand Down
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (c) 2017-2018 nexB Inc. and others. All rights reserved.
# http://nexb.com and https://github.com/nexB/deltacode/
# http://nexb.com and https://github.com/aboutcode-org/deltacode/
# The DeltaCode software is licensed under the Apache License version 2.0.
# Data generated with DeltaCode require an acknowledgment.
# DeltaCode is a trademark of nexB Inc.
Expand All @@ -20,11 +20,11 @@
# DeltaCode should be considered or used as legal advice. Consult an Attorney
# for any legal advice.
# DeltaCode is a free and open source software analysis tool from nexB Inc. and others.
# Visit https://github.com/nexB/deltacode/ for support and download.
# Visit https://github.com/aboutcode-org/deltacode/ for support and download.

version: "3"
version: '3'
services:
code:
build: .
volumes:
- .:/opt/deltacode/
code:
build: .
volumes:
- .:/opt/deltacode/
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# This points to aboutcode.readthedocs.io
# In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot
# Link was created at commit - https://github.com/nexB/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83
# Link was created at commit - https://github.com/aboutcode-org/aboutcode/commit/faea9fcf3248f8f198844fe34d43833224ac4a83

intersphinx_mapping = {
"aboutcode": ("https://aboutcode.readthedocs.io/en/latest/", None),
Expand Down Expand Up @@ -105,4 +105,4 @@

latex_elements = {
'classoptions': ',openany,oneside'
}
}
14 changes: 7 additions & 7 deletions docs/source/deltacode/GSOC_2021_report.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ I have completed all the tasks that were in the scope of this GSoC project.
Pull Requests
-------------

- https://github.com/nexB/deltacode/pull/167 [Merged]
- https://github.com/nexB/deltacode/pull/176 [Open]
- https://github.com/nexB/deltacode/pull/171 [Open]
- https://github.com/nexB/deltacode/pull/178 [Open]
- https://github.com/nexB/deltacode/pull/168 [Open]
- https://github.com/aboutcode-org/deltacode/pull/167 [Merged]
- https://github.com/aboutcode-org/deltacode/pull/176 [Open]
- https://github.com/aboutcode-org/deltacode/pull/171 [Open]
- https://github.com/aboutcode-org/deltacode/pull/178 [Open]
- https://github.com/aboutcode-org/deltacode/pull/168 [Open]

Links
-----
Expand All @@ -53,8 +53,8 @@ Links
- `Project Details <https://summerofcode.withgoogle.com/archive/2021/projects/6580434925780992>`_
- `Proposal <https://docs.google.com/document/d/19btijAja6x8hbD_X-dGor1RiiEGF3-1gEHYkzqzC3xQ/edit>`_
- `ScanCode Toolkit <https://github.com/nexB/scancode-toolkit>`_
- `DeltaCode <https://github.com/nexB/deltacode>`_
- `ScanCode Toolkit <https://github.com/aboutcode-org/scancode-toolkit>`_
- `DeltaCode <https://github.com/aboutcode-org/deltacode>`_

------------

Expand Down
6 changes: 3 additions & 3 deletions docs/source/deltacode/comprehensive_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Installation on Linux and Mac
-----------------------------

Download and extract the latest DeltaCode release from:
https://github.com/nexB/deltacode/releases/latest
https://github.com/aboutcode-org/deltacode/releases/latest

Check whether the :ref:`install_prerequisites` are installed. Open a terminal
in the extracted directory and run::
Expand All @@ -91,7 +91,7 @@ Installation on Windows
-----------------------

Download the latest DeltaCode release zip file from:
https://github.com/nexB/deltacode/releases/latest
https://github.com/aboutcode-org/deltacode/releases/latest

- In the File Explorer, select the downloaded DeltaCode zip and right-click.

Expand Down Expand Up @@ -182,7 +182,7 @@ Download the DeltaCode Source Code

Run the following once you have `Git <https://git-scm.com/>`_ installed::

git clone https://github.com/nexB/deltacode.git
git clone https://github.com/aboutcode-org/deltacode.git
cd deltacode


Expand Down
2 changes: 1 addition & 1 deletion docs/source/deltacode/deltacode_output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ in the ``deltas`` key/value pair -- in this case, an excerpt from the ``JSON`` o
DeltaCode comparison of ``zlib-1.2.11`` and ``zlib-1.2.9``:::

{
"deltacode_notice": "Generated with DeltaCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nDeltaCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nDeltaCode is a free software codebase-comparison tool from nexB Inc. and others.\nVisit https://github.com/nexB/deltacode/ for support and download.",
"deltacode_notice": "Generated with DeltaCode and provided on an \"AS IS\" BASIS, WITHOUT WARRANTIES\nOR CONDITIONS OF ANY KIND, either express or implied. No content created from\nDeltaCode should be considered or used as legal advice. Consult an Attorney\nfor any legal advice.\nDeltaCode is a free software codebase-comparison tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/deltacode/ for support and download.",
"deltacode_options": {
"--new": "C:/scans/zlib-1.2.11.json",
"--old": "C:/scans/zlib-1.2.9.json",
Expand Down
6 changes: 3 additions & 3 deletions docs/source/deltacode/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TL;DR:
- We use DCO signoff in commit messages, like Linux does.

See CONTRIBUTING.rst for details:
https://github.com/nexB/deltacode/blob/develop/CONTRIBUTING.rst
https://github.com/aboutcode-org/deltacode/blob/develop/CONTRIBUTING.rst

.. _contrib_code_conven:

Expand Down Expand Up @@ -111,13 +111,13 @@ directory of released app archives; this is done at build time.
These dependencies are stored as pre-built wheels. These wheels are sometimes
built by us when there is no wheel available upstream on PyPI. We store all
these prebuilt wheels with corresponding .ABOUT and .LICENSE files in
https://github.com/nexB/thirdparty-packages/tree/main/pypi which is published
https://github.com/aboutcode-org/thirdparty-packages/tree/main/pypi which is published
for download at https://thirdparty.aboutcode.org/pypi/

Because this is used by the configure script, all the thirdparty dependencies
used in DeltaCode MUST be available there first. Therefore adding a new
dependency means requesting a merge/PR in
https://github.com/nexB/thirdparty-packages/ first that contains all the
https://github.com/aboutcode-org/thirdparty-packages/ first that contains all the
recursive dependencies.

There are utility scripts in ``etc/release`` that can help with the dependencies
Expand Down
4 changes: 2 additions & 2 deletions etc/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

def unsupported(platform):
print('Unsupported OS/platform %r.' % platform)
print('See https://github.com/nexB/scancode-toolkit/ for supported OS/platforms.')
print('Enter a ticket https://github.com/nexB/scancode-toolkit/issues asking for support of your OS/platform combo.')
print('See https://github.com/aboutcode-org/scancode-toolkit/ for supported OS/platforms.')
print('Enter a ticket https://github.com/aboutcode-org/scancode-toolkit/issues asking for support of your OS/platform combo.')
sys.exit(1)


Expand Down
5 changes: 3 additions & 2 deletions etc/scripts/check_thirdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ScanCode is a trademark of nexB Inc.
# SPDX-License-Identifier: Apache-2.0
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
# See https://github.com/nexB/skeleton for support or download.
# See https://github.com/aboutcode-org/skeleton for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#
import click
Expand All @@ -17,7 +17,8 @@
@click.option(
"-d",
"--dest",
type=click.Path(exists=True, readable=True, path_type=str, file_okay=False),
type=click.Path(exists=True, readable=True,
path_type=str, file_okay=False),
required=True,
help="Path to the thirdparty directory to check.",
)
Expand Down
Loading

0 comments on commit cec4193

Please sign in to comment.