Skip to content

Commit

Permalink
Fixed #8 - Update link references of ownership from nexB to aboutcode…
Browse files Browse the repository at this point in the history
…-org

Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Aug 9, 2024
1 parent 451ebd9 commit 184d0ea
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

v0.0.2
------

- Update link references of ownership from nexB to aboutcode-org

v0.0.1
------
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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
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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = Apache-2.0
description = A utility to inspect ELF binary files. Designed as a ScanCode plugin.
long_description = file:README.rst
long_description_content_type = text/x-rst
url = https://github.com/nexB/elf-inspector
url = https://github.com/aboutcode-org/elf-inspector

author = nexB. Inc. and others
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/elf_inspector/dwarf.py
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 AND LicenseRef-scancode-public-domain
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
# See https://github.com/nexB/elf-inspector for support or download.
# See https://github.com/aboutcode-org/elf-inspector for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down
2 changes: 1 addition & 1 deletion src/elf_inspector/elf.py
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/elf-inspector for support or download.
# See https://github.com/aboutcode-org/elf-inspector for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down
5 changes: 3 additions & 2 deletions src/elf_inspector/plugin_dwarf.py
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/elf-inspector for support or download.
# See https://github.com/aboutcode-org/elf-inspector for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand All @@ -24,7 +24,8 @@ class DwarfScanner(ScanPlugin):
Scan a dwarf infos for URLs.
"""

resource_attributes = dict(dwarf_source_paths=attr.ib(default=attr.Factory(dict), repr=False))
resource_attributes = dict(dwarf_source_paths=attr.ib(
default=attr.Factory(dict), repr=False))

options = [
PluggableCommandLineOption(
Expand Down
2 changes: 1 addition & 1 deletion src/elf_inspector/plugin_elf.py
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/elf-inspector for support or download.
# See https://github.com/aboutcode-org/elf-inspector for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down
5 changes: 3 additions & 2 deletions tests/test_dwarf_and_elf.py
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/scancode-plugins for support or download.
# See https://github.com/aboutcode-org/scancode-plugins for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down Expand Up @@ -37,7 +37,8 @@ def get_test_file_paths(base_dir):
]


test_elf_files = get_test_file_paths(base_dir=os.path.join(test_data_dir, "dwarf_and_elf"))
test_elf_files = get_test_file_paths(
base_dir=os.path.join(test_data_dir, "dwarf_and_elf"))


def check_dwarf(test_file, regen=False):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plugin_dwarf_and_elf.py
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/scancode-plugins for support or download.
# See https://github.com/aboutcode-org/scancode-plugins for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

Expand Down

0 comments on commit 184d0ea

Please sign in to comment.