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
This commit performs a comprehensive license compliance cleanup to align
with release requirements, which are pointed out by Incubator PMC
review.
The main changes include:
1. Add License Headers: Added the standard Apache License Version 2.0
header to numerous source files that were missing it. This covers
multiple file types, including YAML, Markdown, SQL, C/C++, Python,
and shell scripts. These files are originally created by the
cloudberry community.
2. Simplify LICENSE and NOTICE:
- Restructured the root LICENSE file for better clarity.
- Cleaned up the NOTICE file by removing redundant information which
have been listed in the LICENSE.
3. Remove the unused deployment docs from the `deploy/build`, which can
help us manage the file licenses.
4. Update RAT Configuration: Updated `pom.xml` to reflect the changes of
the file license headers and attribution.
See: #1236
0 commit comments