Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Should license types be formalized? #9

@luxe

Description

@luxe
cat bazel-bin/buildfarm-server.bom.yaml | grep license | sort | uniq -c | sort -rn | grep Apache 
     21   license: The Apache Software License, Version 2.0
     13   license: Apache License, Version 2.0
     11   license: Apache 2.0
      1   license: The Apache License, Version 2.0
      1   license: MPL 1.1;LGPL 2.1;Apache License 2.0
      1   license: Apache 2.0 License
      1   license: Apache-2.0
      1   license: Apache 2

Most of these are the same license. Are they extracted from source code? Or does maven allow people to annotate the license in their own format?

Has there been any discussion on formalizing license types? It will make other static analysis easier. For example, in the future, I'd like to error the build based on discovered license type (similar to what we do now with library names).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions