I am fine if we have a requirement to include a Copyright for any submission. But it makes the assumption that all work submitted must have an NVIDIA copyright on it.
|
LICENSE_PATTERN="Copyright \(c\) .*?${CURRENT_YEAR},? NVIDIA CORPORATION." |
If we are truly an open source project we will get contributions from other individuals and companies. We cannot enforce that they include an NVIDIA copyright in their files or in patches that they contribute. We either need to make this generic enough that it can work for anyone or we need to run it only for github accounts that are marked as NVIDIA employees.
I am fine if we have a requirement to include a Copyright for any submission. But it makes the assumption that all work submitted must have an NVIDIA copyright on it.
spark-rapids-common/license-header-check/action.yml
Line 37 in 03b010f
If we are truly an open source project we will get contributions from other individuals and companies. We cannot enforce that they include an NVIDIA copyright in their files or in patches that they contribute. We either need to make this generic enough that it can work for anyone or we need to run it only for github accounts that are marked as NVIDIA employees.