openssl/openssl

Introduce new tests to capture the licensing discrepancies in the source

Open

#23,604 opened on Feb 15, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (11,262 forks)batch import
help wantedtriaged: feature

Repository metrics

Stars
 (30,157 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The existing source code was having multiple files with openssl license instead of apache license 2.0 which is getting fixed via PR - https://github.com/openssl/openssl/pull/23576

But, this doesn't guarantee that all files in our code base will be future proof and comply to it. Also, there is high probability that newer files getting added may also miss such cases.

Contributor guide