-
Notifications
You must be signed in to change notification settings - Fork 124
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
(refactor): Update LICENSE indicators to GNU AGPLv3 #690
Conversation
WalkthroughThe changes primarily involve a license update across the project. The license has been changed from Business Source License 1.1 to GNU Affero General Public License v3. This change is reflected in the license files and the license badges in the README files of the project and its subdirectories. Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to filter (20)
- indexer/package.json
- indexer/packages/base/package.json
- indexer/packages/compliance/package.json
- indexer/packages/dev/package.json
- indexer/packages/example-package/package.json
- indexer/packages/kafka/package.json
- indexer/packages/postgres/package.json
- indexer/packages/redis/package.json
- indexer/packages/v4-proto-parser/package.json
- indexer/packages/v4-protos/package.json
- indexer/services/auxo/package.json
- indexer/services/bazooka/package.json
- indexer/services/comlink/package.json
- indexer/services/ender/package.json
- indexer/services/roundtable/package.json
- indexer/services/scripts/package.json
- indexer/services/socks/package.json
- indexer/services/vulcan/package.json
- v4-proto-js/package-lock.json
- v4-proto-js/package.json
Files selected for processing (3)
- README.md (1 hunks)
- v4-proto-js/README.md (1 hunks)
- v4-proto-py/README.md (1 hunks)
Files skipped from review due to trivial changes (3)
- README.md
- v4-proto-js/README.md
- v4-proto-py/README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (6)
- LICENSE (1 hunks)
- indexer/LICENSE (1 hunks)
- proto/LICENSE (1 hunks)
- protocol/LICENSE (1 hunks)
- v4-proto-js/LICENSE (1 hunks)
- v4-proto-py/LICENSE (1 hunks)
Files skipped from review due to trivial changes (6)
- LICENSE
- indexer/LICENSE
- proto/LICENSE
- protocol/LICENSE
- v4-proto-js/LICENSE
- v4-proto-py/LICENSE
@@ -1,45 +1,3 @@ | |||
Subject to your compliance with applicable law, you are granted the right to use the Licensed Work (defined below) under the terms of the below licenses; provided, however, that if you violate any such applicable law in your use of the Licensed Work, all of your rights and licenses to use (including any rights to reproduce, distribute, install or modify) the Licensed Work will automatically and immediately terminate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to confirm, do we want to remove this entire section?
I see that we have things like: Change License: GNU Affero GPL License v3
below so I am wondering
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed - removing the BSL license portion is a clarifying change since the GNU AGPLv3 license is already in effect
Changelist
[Describe or list the changes made in this PR]
Test Plan
[Describe how this PR was tested (if applicable)]
Author/Reviewer Checklist
state-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.