-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Cleanup 6] Doc: update the NOTICE and LICENSE files #812
base: main
Are you sure you want to change the base?
Conversation
Notes for your information:
|
|
They are used in codes too. |
If you make any modifications to the C code, it's important to note that you typically cannot use the "skip CI" flag. Even small changes, like adjustments to the output text, may result in regression differences. |
Ok. I want to confirm that if these three project codes are included in the repo, or just link them dynamically? |
yes, correct. Will remove the tag to trigger the CI again. |
fe61fc8
to
1c4d0c8
Compare
After confirmation, these dependencies are only linked dynamically, not shipped in the codebase. |
Before donating Cloudberry to the Apache Incubator, we made some adjustments to LICENSE and NOTICE files, as reflected in the git blame history. However, those changes introduced unnecessary entries that didn't fully align with Apache guidelines. This commit refines these files to better comply with Apache standards and reflects the latest changes in the project source code. The COPYRIGHT file, inherited from the PostgreSQL upstream, served a similar purpose as the NOTICE file. As it is redundant, it has been removed from this commit. And introducing one new dir named `licenses` for a clearer licenses management.
07dbd62
to
2fb9ba9
Compare
For the files src/include/port/win32_msvc/glob.h & src/port/glob.c under BSD-4-Caluse ((University of California-Specific)), seems are listed on CatX1, maybe we need to pay attention to this? Footnotes |
Hi dear mentors, @WillemJiang @yaooqinn @rvs could you please help take a look? Thanks! |
Fixes #ISSUE_Number
What does this PR do?
Before donating Cloudberry to the Apache Incubator, we made some adjustments to LICENSE and NOTICE files, as reflected in the git blame history. However, those changes introduced unnecessary entries that didn't fully align with Apache guidelines. This commit refines these files to better comply with Apache standards and reflects the latest changes in the project source code.
The COPYRIGHT file, inherited from the PostgreSQL upstream, served a similar purpose as the NOTICE file. As it is redundant, it has been removed from this commit.
Type of Change
Breaking Changes
Test Plan
make installcheck
make -C src/test installcheck-cbdb-parallel
Impact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions