Skip to content

Commit cec4193

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

File tree

225 files changed

+1466725
-246416
lines changed

Some content is hidden

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

225 files changed

+1466725
-246416
lines changed

CONTRIBUTING.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Contributing
55
Contributions are welcome and appreciated!
66
Every little bit helps, and credit will always be given.
77

8-
.. _issue : https://github.com/nexB/deltacode/issue
8+
.. _issue : https://github.com/aboutcode-org/deltacode/issue
99
__ issue_
1010

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

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

1919
For commits, it is best to simply add a line like this to your commit message,
@@ -22,7 +22,7 @@ with your name and email::
2222
Signed-off-by: Jane Doe <[email protected]>
2323

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

@@ -79,7 +79,7 @@ Documentation improvements
7979

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

8484

8585
Development

Dockerfile

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

2525
FROM python:3.9
2626

@@ -36,4 +36,4 @@ RUN apt-get update \
3636
RUN mkdir /opt/deltacode/
3737
COPY . /opt/deltacode/
3838
WORKDIR /opt/deltacode/
39-
RUN ./configure
39+
RUN ./configure

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ScanCode is a trademark of nexB Inc.
55
# SPDX-License-Identifier: Apache-2.0
66
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7-
# See https://github.com/nexB/skeleton for support or download.
7+
# See https://github.com/aboutcode-org/skeleton for support or download.
88
# See https://aboutcode.org for more information about nexB OSS projects.
99
#
1010

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

NOTICE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

2525

2626
Third-party software licenses
@@ -33,8 +33,8 @@ documented by .ABOUT files.
3333

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

3939
You may also contact us to request the source code by email at [email protected] or
4040
by postal mail at:
@@ -49,7 +49,7 @@ requesting source code.
4949
# Copyright (c) nexB Inc. and others.
5050
# SPDX-License-Identifier: Apache-2.0
5151
#
52-
# Visit https://aboutcode.org and https://github.com/nexB/ for support and download.
52+
# Visit https://aboutcode.org and https://github.com/aboutcode-org/ for support and download.
5353
# ScanCode is a trademark of nexB Inc.
5454
#
5555
# Licensed under the Apache License, Version 2.0 (the "License");

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Deltacode
22
=========
33
DeltaCode is a simple command line utility that leverages the power
4-
of `scancode-toolkit <https://github.com/nexB/scancode-toolkit>`_
4+
of `scancode-toolkit <https://github.com/aboutcode-org/scancode-toolkit>`_
55
to determine file-level differences between two codebases.
66

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

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

8484

8585
Support
8686
=======
8787

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

9191
For discussions and chats, we have:
9292

@@ -105,8 +105,8 @@ For discussions and chats, we have:
105105
Source code
106106
===========
107107

108-
* https://github.com/nexB/deltacode/releases
109-
* https://github.com/nexB/deltacode.git
108+
* https://github.com/aboutcode-org/deltacode/releases
109+
* https://github.com/aboutcode-org/deltacode.git
110110
* https://pypi.org/project/deltacode/
111111

112112

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

125125
.. |docs-rtd| image:: https://readthedocs.org/projects/deltacode/badge/?version=latest
126126
:target: https://deltacode.readthedocs.io/en/latest/?badge=latest
127-
:alt: Documentation Status
127+
:alt: Documentation Status

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

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@rem Copyright (c) nexB Inc. and others. All rights reserved.
55
@rem SPDX-License-Identifier: Apache-2.0
66
@rem See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7-
@rem See https://github.com/nexB/ for support or download.
7+
@rem See https://github.com/aboutcode-org/ for support or download.
88
@rem See https://aboutcode.org for more information about nexB OSS projects.
99

1010

docker-compose.yml

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

25-
version: "3"
25+
version: '3'
2626
services:
27-
code:
28-
build: .
29-
volumes:
30-
- .:/opt/deltacode/
27+
code:
28+
build: .
29+
volumes:
30+
- .:/opt/deltacode/

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

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

4343
intersphinx_mapping = {
4444
"aboutcode": ("https://aboutcode.readthedocs.io/en/latest/", None),
@@ -105,4 +105,4 @@
105105

106106
latex_elements = {
107107
'classoptions': ',openany,oneside'
108-
}
108+
}

docs/source/deltacode/GSOC_2021_report.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ I have completed all the tasks that were in the scope of this GSoC project.
3939
Pull Requests
4040
-------------
4141

42-
- https://github.com/nexB/deltacode/pull/167 [Merged]
43-
- https://github.com/nexB/deltacode/pull/176 [Open]
44-
- https://github.com/nexB/deltacode/pull/171 [Open]
45-
- https://github.com/nexB/deltacode/pull/178 [Open]
46-
- https://github.com/nexB/deltacode/pull/168 [Open]
42+
- https://github.com/aboutcode-org/deltacode/pull/167 [Merged]
43+
- https://github.com/aboutcode-org/deltacode/pull/176 [Open]
44+
- https://github.com/aboutcode-org/deltacode/pull/171 [Open]
45+
- https://github.com/aboutcode-org/deltacode/pull/178 [Open]
46+
- https://github.com/aboutcode-org/deltacode/pull/168 [Open]
4747

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

5959
------------
6060

0 commit comments

Comments
 (0)