Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace proprietary/confidential copyright notices with Apache 2.0 license, if Intel owns copyright on the relevant files #16

Open
jafingerhut opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jafingerhut
Copy link
Contributor

I see many files mentioning the words "confidential" or "proprietary", or both:

cd open-p4studio
find . ! -type d -print0 | xargs -0 grep -i confidential
find . ! -type d -print0 | xargs -0 grep -i proprietary

If Intel owns the copyright on those files, and approves of releasing them under Apache 2.0 license, it would be good to change the license on those files to Apache 2.0, or some compatible license like BSD/MIT. If they can be released under an Apache 2.0 license, please add a comment line like this to the file, with appropriate comment syntax for the source language:

# SPDX-License-Identifier: Apache-2.0

If Intel does not own the copyright on those files, or cannot release them under an Apache 2.0 or other similar license, please list which problematic those files are so we can consider more carefully what to do about them.

@fruffy fruffy transferred this issue from another repository Jan 11, 2025
@fruffy fruffy added the enhancement New feature or request label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants