Update licensing to PolyForm Noncommercial - #14
Conversation
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s licensing from MIT to PolyForm Noncommercial 1.0.0 and propagates that change across repository metadata and file headers.
Changes:
- Replaced
LICENSEcontents and updated license references inREADME.md,CITATION.cff, andapi/openapi.yaml. - Added a PolyForm Noncommercial license header comment to Python source and test files.
- Updated README wording to reflect “source-available / non-commercial” usage terms.
Reviewed changes
Copilot reviewed 32 out of 32 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/schema_linter.py | Adds PolyForm Noncommercial license header comment. |
| tools/migration_helper.py | Adds PolyForm Noncommercial license header comment. |
| tests/test_validation.py | Adds PolyForm Noncommercial license header comment. |
| tests/test_security_robustness.py | Adds PolyForm Noncommercial license header comment. |
| tests/test_schema.py | Adds PolyForm Noncommercial license header comment. |
| tests/test_query.py | Adds PolyForm Noncommercial license header comment. |
| tests/test_api.py | Adds PolyForm Noncommercial license header comment. |
| tests/run_tests.py | Adds PolyForm Noncommercial license header comment (after shebang). |
| tests/api/test_endpoints.py | Adds PolyForm Noncommercial license header comment. |
| tests/init.py | Adds PolyForm Noncommercial license header comment. |
| README.md | Updates license badge/text and license section to PolyForm Noncommercial. |
| query/query_builder.py | Adds PolyForm Noncommercial license header comment. |
| query/predicates.py | Adds PolyForm Noncommercial license header comment. |
| query/filters.py | Adds PolyForm Noncommercial license header comment. |
| query/explain.py | Adds PolyForm Noncommercial license header comment. |
| query/init.py | Adds PolyForm Noncommercial license header comment. |
| LICENSE | Replaces MIT with PolyForm Noncommercial license text. |
| indexer/serialize.py | Adds PolyForm Noncommercial license header comment. |
| indexer/index_text.py | Adds PolyForm Noncommercial license header comment. |
| indexer/adapters.py | Adds PolyForm Noncommercial license header comment. |
| indexer/init.py | Adds PolyForm Noncommercial license header comment. |
| core/validate.py | Adds PolyForm Noncommercial license header comment. |
| core/normalize.py | Adds PolyForm Noncommercial license header comment. |
| core/errors.py | Adds PolyForm Noncommercial license header comment. |
| core/descriptor.py | Adds PolyForm Noncommercial license header comment. |
| core/init.py | Adds PolyForm Noncommercial license header comment. |
| CITATION.cff | Updates declared license value. |
| api/storage.py | Adds PolyForm Noncommercial license header comment. |
| api/openapi.yaml | Updates OpenAPI license name/url. |
| api/main.py | Adds PolyForm Noncommercial license header comment. |
| api/embeddings.py | Adds PolyForm Noncommercial license header comment. |
| api/config.py | Adds PolyForm Noncommercial license header comment. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| **Your licenses** are all the licenses granted to you for the | ||
| software under these terms. | ||
|
|
||
| **Use** means anything you do with the software requiring one | ||
| of your licenses. |
| given-names: Don Michael | ||
| email: dfeen87@gmail.com | ||
| license: MIT | ||
| license: PolyForm Noncommercial 1.0.0 |
Replaced the MIT License with PolyForm Noncommercial License 1.0.0, updated headers in all source python files, updated README.md and other spec and citation files, and verified that everything works perfectly.
PR created automatically by Jules for task 2271775356130476097 started by @dfeen87