Update licensing to PolyForm Noncommercial. - #22
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 transitions the repository from the MIT License to the PolyForm Noncommercial License 1.0.0, and propagates that change through source headers and user-facing documentation.
Changes:
- Replaced
LICENSEcontents with the PolyForm Noncommercial License 1.0.0 text. - Added a short license header line to C++, Python, and Makefile sources.
- Updated README and the dashboard footer to reference the new license.
Reviewed changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/train_sensor_fusion_model.py | Adds PolyForm Noncommercial license header comment. |
| examples/rest_api_client.py | Adds PolyForm Noncommercial license header comment. |
| Makefile | Adds PolyForm Noncommercial license header comment. |
| LICENSE | Replaces MIT license text with PolyForm Noncommercial License 1.0.0 text. |
| README.md | Updates badge and license section to reference PolyForm Noncommercial. |
| dashboard/ai_iv_dashboard.html | Updates footer license label to PolyForm Noncommercial. |
| tests/test_state_estimator.cpp | Adds PolyForm Noncommercial license header comment. |
| tests/test_safety_monitor.cpp | Adds PolyForm Noncommercial license header comment. |
| tests/test_neural_estimator.cpp | Adds PolyForm Noncommercial license header comment. |
| src/Utils.hpp | Adds PolyForm Noncommercial license header comment. |
| src/SystemLogger.hpp | Adds PolyForm Noncommercial license header comment. |
| src/SystemLogger.cpp | Adds PolyForm Noncommercial license header comment. |
| src/StateEstimator.hpp | Adds PolyForm Noncommercial license header comment. |
| src/StateEstimator.cpp | Adds PolyForm Noncommercial license header comment. |
| src/simulation_engine.hpp | Adds PolyForm Noncommercial license header comment. |
| src/simulation_engine.cpp | Adds PolyForm Noncommercial license header comment. |
| src/SafetyMonitor.hpp | Adds PolyForm Noncommercial license header comment. |
| src/SafetyMonitor.cpp | Adds PolyForm Noncommercial license header comment. |
| src/rest_api_server.hpp | Adds PolyForm Noncommercial license header comment. |
| src/rest_api_server.cpp | Adds PolyForm Noncommercial license header comment. |
| src/replay_logger.hpp | Adds PolyForm Noncommercial license header comment. |
| src/precision_spine/TreatmentFlow.hpp | Adds PolyForm Noncommercial license header comment. |
| src/precision_spine/PrecisionSpine.hpp | Adds PolyForm Noncommercial license header comment. |
| src/precision_spine/PrecisionSpine.cpp | Adds PolyForm Noncommercial license header comment. |
| src/NeuralStateEstimator.hpp | Adds PolyForm Noncommercial license header comment. |
| src/iv_system_types.hpp | Adds PolyForm Noncommercial license header comment. |
| src/domains/metabojoint_domain.hpp | Adds PolyForm Noncommercial license header comment. |
| src/config_defaults.hpp | Adds PolyForm Noncommercial license header comment. |
| src/AdaptiveController.hpp | Adds PolyForm Noncommercial license header comment. |
| src/AdaptiveController.cpp | Adds PolyForm Noncommercial license header comment. |
| src/adaptive_iv_therapy_control_system.cpp | Adds PolyForm Noncommercial license header comment. |
| iv_logic/vital_signal_generator.hpp | Adds PolyForm Noncommercial license header comment. |
| iv_logic/vital_signal_generator.cpp | Adds PolyForm Noncommercial license header comment. |
| iv_logic/ailee_decision_engine.hpp | Adds PolyForm Noncommercial license header comment. |
| iv_logic/ailee_decision_engine.cpp | Adds PolyForm Noncommercial license header comment. |
| iv_extensions/simulation_metrics_observer.hpp | Adds PolyForm Noncommercial license header comment. |
| iv_extensions/simulation_metrics_observer.cpp | Adds PolyForm Noncommercial license header comment. |
| iv_extensions/flow_adjustment_plugin.hpp | Adds PolyForm Noncommercial license header comment. |
| iv_extensions/flow_adjustment_plugin.cpp | Adds PolyForm Noncommercial license header comment. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Updated repository licensing from MIT to PolyForm Noncommercial License 1.0.0. Added license headers to all C++, Python, and Makefile source files. Updated README.md and conceptual dashboard to reflect the new non-commercial terms.
PR created automatically by Jules for task 10007305184213266588 started by @dfeen87