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

chore(contracts): inherit license for externally imported libraries #219

Open
Tracked by #259
merklefruit opened this issue Sep 9, 2024 · 0 comments
Open
Tracked by #259
Labels
C: smart-contracts Component: smart contracts T: chore Type: Chore

Comments

@merklefruit
Copy link
Collaborator

Some libraries such as BLS12_381.sol have been imported and their status is UNLICENSED for the time being.
We should keep track of licensing updates and reflect them in our codebase.

Example:

// ======================================================
// Code below is copied from:
// https://github.com/NethermindEth/Taiko-Preconf-AVS/blob/caf9fbbde0dd84947af5a7b26610ffd38525d932/SmartContracts/src/libraries/BLS12381.sol
//
// If/when a license will be added to the original code, it will be added here as well.
// ======================================================

@merklefruit merklefruit added C: smart-contracts Component: smart contracts T: chore Type: Chore labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: smart-contracts Component: smart contracts T: chore Type: Chore
Projects
None yet
Development

No branches or pull requests

1 participant