Skip to content

Commit

Permalink
remove obsolete URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Jun 14, 2023
1 parent 84489e4 commit d03532d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions license_tools/scancode_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ def __post_init__(self):


def check_shared_objects(path: Path, short_path: str) -> str:
# https://opensource.stackexchange.com/questions/13060/linking-closed-source-with-linux-vdso-so-1
# https://github.com/torvalds/linux/blob/master/LICENSES/exceptions/Linux-syscall-note
# https://github.com/torvalds/linux/blob/master/COPYING
# https://www.kernel.org/doc/html/v4.18/process/license-rules.html
if path.suffix != '.so' and not (path.suffixes and path.suffixes[0] == '.so'):
return
output = subprocess.check_output(['ldd', path], stderr=subprocess.PIPE)
Expand Down

0 comments on commit d03532d

Please sign in to comment.