You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of our .go files are missing required Apache 2.0 boilerplate text required by the Kubernetes project standards. Proposed solution:
Add the text.
Look at a kubernetes project like cluster-api and add the boilerplate verification scripts they use to this project to ensure future commits have the required text.
The text was updated successfully, but these errors were encountered:
The EMLB openapitools-cli generated SDK files (#476) may stand as an exception to the Apache licenses that would be applied on the files in this project (also relevant for CAPP). This generated SDK has been artifacted in other projects ahead of and alongside CPEM and CAPP, including https://github.com/equinix/metal-cli/pull/362/files and private repos in my personal GitHub org under an MIT license - https://github.com/displague/metal-lbaas-go (not published to avoid dependency).
The long-term intent with the ELMB SDK files is that they would be imported into this project from an outside repository where the files are licensed under a compatible license (very likely MIT, following the equinix-sdk-go pattern).
If necessary, the files can be dual licensed AS MIT and Apache. Or, until these files are sources from equinix-sdk-go (or similar) the Copyright may be assigned to Equinix SDK Authors primarily and Kubernetes Authors secondarily for the SDK files modified within CAPP and CPEM.
Many of our .go files are missing required Apache 2.0 boilerplate text required by the Kubernetes project standards. Proposed solution:
The text was updated successfully, but these errors were encountered: