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 licenes with Apache 2.0 or other compatible license, if possible #138

Closed
jafingerhut opened this issue Dec 30, 2024 · 2 comments

Comments

@jafingerhut
Copy link
Contributor

$ git clone https://github.com/p4lang/tdi

$ git log -n 1 | head -n 3
commit 1abebddc55ecc163a19bcb12d4e878ffea60b73c
Author: ruchitg <ruchit.gupta@intel.com>
Date:   Mon Jul 22 12:24:36 2024 +0530

$ find . \! -type d | xargs grep -i proprietary
./src/targets/dummy/tdi_dummy_table.hpp: * BAREFOOT NETWORKS CONFIDENTIAL & PROPRIETARY
./src/targets/dummy/tdi_dummy_table.hpp: * technical concepts contained herein are proprietary to Barefoot Networks,

$ find . \! -type d | xargs grep -i confidential
./src/targets/dummy/tdi_dummy_table.hpp: * BAREFOOT NETWORKS CONFIDENTIAL & PROPRIETARY

For these files, and ideally all source files in this repository that are released under and Apache 2.0 license, please add a comment line near the beginning of the file with exactly this text in it (plus any characters required to make it a comment):

SPDX-License-Identifier: Apache-2.0
@jafingerhut
Copy link
Contributor Author

@saynb You made the commit that contains the proprietary license, so pinging you in hopes that you know, or can find out, whether that file can be relicensed to Apache 2.0.

@satish153 @swaroopsarma Pinging you since you have made many commits to this repository.

@jafingerhut
Copy link
Contributor Author

Closing this issue, as it is fixed after this PR was merged: #139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant