-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Removed the Acceptable Usage Policy #6204
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
Conversation
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.
Pull request overview
This PR clarifies the scope of the Acceptable Usage Policy to explicitly state that it applies only to Block-hosted services and does not restrict use of the Apache 2.0 licensed software itself.
Key Changes:
- Added a disclaimer section at the top of the AUP to clarify its scope and relationship to the Apache License 2.0
1fa6fc5 to
4c4d079
Compare
|
I'd prefer that we remove this usage policy altogether. Goose is community-owned. Any usage policy for Block-hosted services should reside with said Block-hosted services, and not here. |
I agree, @maniksurtani. Are you reviewing this PR? If so, I'm happy to convert it from an edit to a deletion. If not, who is the right reviewer -- and do they agree? |
|
@alejandro5042 pls feel free to do the deletion |
We remove this usage policy altogether. Goose is community-owned. Any usage policy for Block-hosted services should reside with said Block-hosted services, and not here. Signed-off-by: Alejandro Barreto <[email protected]>
4c4d079 to
257ff0f
Compare
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
ACCEPTABLE_USAGE.md:1
- The PR description states "Clarified the scope of the Acceptable Usage Policy" but the actual change is complete removal of the AUP file. Consider updating the description to accurately reflect that the AUP is being removed entirely rather than clarified.
|
@zanesq, I've removed the file in a new commit rebased on top of main. Also, I did a quick check of the repo: I did not find references to the acceptable usage policy anywhere else. The file was standalone and not linked from any documentation, README files, or other markdown files. |
|
Great, thank you!
…On Tue, 27 Jan 2026 at 07:27, Zane ***@***.***> wrote:
Merged #6204 <#6204> into main.
—
Reply to this email directly, view it on GitHub
<#6204 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALQKUQMVM6ZNRZENBGPOT4IZ2CHAVCNFSM6AAAAACPSPTA7WVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMRSGI4TSMJUHEYTOMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…upport * origin/main: (79 commits) fix[format/openai]: return error on empty msg. (#6511) Fix: ElevenLabs API Key Not Persisting (#6557) Logging uplift for model training purposes (command injection model) [Small change] (#6330) fix(goose): only send agent-session-id when a session exists (#6657) BERT-based command injection detection in tool calls (#6599) chore: [CONTRIBUTING.md] add Hermit to instructions (#6518) fix: update Gemini context limits (#6536) Document r slash command (#6724) Upgrade GitHub Actions to latest versions (#6700) fix: Manual compaction does not update context window. (#6682) Removed the Acceptable Usage Policy (#6204) Document spellcheck toggle (#6721) fix: docs workflow cleanup and prevent cancellations (#6713) Docs: file bug directly (#6718) fix: dispatch ADD_ACTIVE_SESSION event before navigating from "View All" (#6679) Speed up Databricks provider init by removing fetch of supported models (#6616) fix: correct typos in documentation and Justfile (#6686) docs: frameDomains and baseUriDomains for mcp apps (#6684) docs: add Remotion video creation tutorial (#6675) docs: export recipe and copy yaml (#6680) ... # Conflicts: # ui/desktop/src/hooks/useChatStream.ts
…ovider * 'main' of github.com:block/goose: fix: Manual compaction does not update context window. (#6682) Removed the Acceptable Usage Policy (#6204) Document spellcheck toggle (#6721) fix: docs workflow cleanup and prevent cancellations (#6713) Docs: file bug directly (#6718) fix: dispatch ADD_ACTIVE_SESSION event before navigating from "View All" (#6679) Speed up Databricks provider init by removing fetch of supported models (#6616) fix: correct typos in documentation and Justfile (#6686) docs: frameDomains and baseUriDomains for mcp apps (#6684)
* 'main' of github.com:block/goose: Create default gooseignore file when missing (#6498) fix slash and @ keyboard navigation popover background color (#6550) fix[format/openai]: return error on empty msg. (#6511) Fix: ElevenLabs API Key Not Persisting (#6557) Logging uplift for model training purposes (command injection model) [Small change] (#6330) fix(goose): only send agent-session-id when a session exists (#6657) BERT-based command injection detection in tool calls (#6599) chore: [CONTRIBUTING.md] add Hermit to instructions (#6518) fix: update Gemini context limits (#6536) Document r slash command (#6724) Upgrade GitHub Actions to latest versions (#6700) fix: Manual compaction does not update context window. (#6682) Removed the Acceptable Usage Policy (#6204) Document spellcheck toggle (#6721) fix: docs workflow cleanup and prevent cancellations (#6713) Docs: file bug directly (#6718)
Summary
Removed the Acceptable Usage Policy to avoid conflicts with the Apache License 2.0, and because any usage policies should reside with hosted services rather than in the core project.
Type of Change
Policy update.
AI Assistance
Used AI to delete the file and do all the Git operations.
Testing
Not applicable.
Related Issues
Relates to #6200