Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Add support for fetching asset file licenses #1

Open
calebhailey opened this issue Mar 13, 2019 · 0 comments
Open

Add support for fetching asset file licenses #1

calebhailey opened this issue Mar 13, 2019 · 0 comments

Comments

@calebhailey
Copy link
Owner

Debian:

  • Find the package name of any file on disk:

    dkpg -S /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
    
  • Find the copyright & license information for the file (requires package name):

    cat /usr/share/doc/<package_name>/copyright 
    

Centos:

  • Find the package name of any file on disk:

    rpm -qf /usr/lib64/libssl.so.1.0.2k
    
  • Find the copyright & license information for the file (requires package name):

    cat /usr/share/licenses/<package_name>/<LICENSE|COPYING|license.txt|...> 
    
@calebhailey calebhailey changed the title Add support for fetch asset file licenses Add support for fetching asset file licenses Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant