Skip to content

Update licensing to MIT License. - #21

Merged
dfeen87 merged 1 commit into
mainfrom
update-license-to-mit-4434556081894325537
Aug 12, 2026
Merged

Update licensing to MIT License.#21
dfeen87 merged 1 commit into
mainfrom
update-license-to-mit-4434556081894325537

Conversation

@dfeen87

@dfeen87 dfeen87 commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Replaced PolyForm Noncommercial licensing with the MIT License across the repository, updated LICENSE file, added headers to all 88 python source files, and updated references in README.md and CITATION.cff.


PR created automatically by Jules for task 4434556081894325537 started by @dfeen87

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Copilot AI lite review requested due to automatic review settings August 12, 2026 20:57

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the repository’s licensing from PolyForm Noncommercial to MIT, aligning top-level license text and documentation/metadata with the new license and adding MIT license headers across Python sources.

Changes:

  • Replaced the root LICENSE contents with the MIT License text.
  • Updated licensing references in README.md and CITATION.cff.
  • Added MIT license header comments to Python modules/scripts across the codebase (including tests and examples).

Reviewed changes

Copilot reviewed 91 out of 93 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
ufo_cli.py Added MIT license header comment.
README.md Updated license badge and License section text to MIT.
radial_membrane_ai/workloads/workload.py Added MIT license header comment.
radial_membrane_ai/workloads/engine.py Added MIT license header comment.
radial_membrane_ai/workloads/init.py Added MIT license header comment.
radial_membrane_ai/visualization/visualizer.py Added MIT license header comment.
radial_membrane_ai/visualization/snapshots.py Added MIT license header comment.
radial_membrane_ai/visualization/dashboard.py Added MIT license header comment.
radial_membrane_ai/visualization/init.py Added MIT license header comment.
radial_membrane_ai/utils.py Added MIT license header comment.
radial_membrane_ai/ufo_engine/single_agent.py Added MIT license header comment.
radial_membrane_ai/ufo_engine/serialization.py Added MIT license header comment.
radial_membrane_ai/ufo_engine/multi_cluster.py Added MIT license header comment.
radial_membrane_ai/ufo_engine/multi_agent.py Added MIT license header comment.
radial_membrane_ai/ufo_engine/config.py Added MIT license header comment.
radial_membrane_ai/ufo_engine/init.py Added MIT license header comment.
radial_membrane_ai/tests/test_workloads.py Added MIT license header comment.
radial_membrane_ai/tests/test_visualization.py Added MIT license header comment.
radial_membrane_ai/tests/test_ufo_engine.py Added MIT license header comment.
radial_membrane_ai/tests/test_ufo_cli.py Added MIT license header comment.
radial_membrane_ai/tests/test_temporal_governance.py Added MIT license header comment.
radial_membrane_ai/tests/test_simulation_main.py Added MIT license header comment.
radial_membrane_ai/tests/test_semantic_memory.py Added MIT license header comment.
radial_membrane_ai/tests/test_saopromotion.py Added MIT license header comment.
radial_membrane_ai/tests/test_pythagorean.py Added MIT license header comment.
radial_membrane_ai/tests/test_pre_launch_sweep.py Added MIT license header comment.
radial_membrane_ai/tests/test_multi_cluster.py Added MIT license header comment.
radial_membrane_ai/tests/test_multi_agent.py Added MIT license header comment.
radial_membrane_ai/tests/test_model.py Added MIT license header comment.
radial_membrane_ai/tests/test_lde_visualizer.py Added MIT license header comment.
radial_membrane_ai/tests/test_lde_pipeline.py Added MIT license header comment.
radial_membrane_ai/tests/test_kernel_regimes.py Added MIT license header comment.
radial_membrane_ai/tests/test_governance_layers.py Added MIT license header comment.
radial_membrane_ai/tests/test_federated_mesh.py Added MIT license header comment.
radial_membrane_ai/tests/test_envelope.py Added MIT license header comment.
radial_membrane_ai/tests/test_coverage_gaps.py Added MIT license header comment.
radial_membrane_ai/tests/test_collective_reasoning.py Added MIT license header comment.
radial_membrane_ai/tests/test_architectural_governance.py Added MIT license header comment.
radial_membrane_ai/tests/init.py Added MIT license header comment.
radial_membrane_ai/temporal.py Added MIT license header comment.
radial_membrane_ai/simulation.py Added MIT license header comment.
radial_membrane_ai/shard.py Added MIT license header comment.
radial_membrane_ai/semantic_memory/policy.py Added MIT license header comment.
radial_membrane_ai/semantic_memory/integration.py Added MIT license header comment.
radial_membrane_ai/semantic_memory/curvature.py Added MIT license header comment.
radial_membrane_ai/semantic_memory/core.py Added MIT license header comment.
radial_membrane_ai/semantic_memory/init.py Added MIT license header comment.
radial_membrane_ai/saopromotion.py Added MIT license header comment.
radial_membrane_ai/routing.py Added MIT license header comment.
radial_membrane_ai/residuals.py Added MIT license header comment.
radial_membrane_ai/projection.py Added MIT license header comment.
radial_membrane_ai/multi_agent/simulation.py Added MIT license header comment.
radial_membrane_ai/multi_agent/hierarchical_governance.py Added MIT license header comment.
radial_membrane_ai/multi_agent/governance.py Added MIT license header comment.
radial_membrane_ai/multi_agent/cross_channels.py Added MIT license header comment.
radial_membrane_ai/multi_agent/coupling.py Added MIT license header comment.
radial_membrane_ai/multi_agent/cluster.py Added MIT license header comment.
radial_membrane_ai/multi_agent/agent.py Added MIT license header comment.
radial_membrane_ai/multi_agent/init.py Added MIT license header comment.
radial_membrane_ai/mesh.py Added MIT license header comment.
radial_membrane_ai/membrane.py Added MIT license header comment.
radial_membrane_ai/lde/workload.py Added MIT license header comment.
radial_membrane_ai/lde/visualizer.py Added MIT license header comment.
radial_membrane_ai/lde/pipeline.py Added MIT license header comment.
radial_membrane_ai/lde/models.py Added MIT license header comment.
radial_membrane_ai/lde/init.py Added MIT license header comment.
radial_membrane_ai/kernels.py Added MIT license header comment.
radial_membrane_ai/kernel_regimes/regime.py Added MIT license header comment.
radial_membrane_ai/kernel_regimes/manager.py Added MIT license header comment.
radial_membrane_ai/kernel_regimes/init.py Added MIT license header comment.
radial_membrane_ai/holistic.py Added MIT license header comment.
radial_membrane_ai/governor.py Added MIT license header comment.
radial_membrane_ai/facet.py Added MIT license header comment.
radial_membrane_ai/exceptions.py Added MIT license header comment.
radial_membrane_ai/envelope.py Added MIT license header comment.
radial_membrane_ai/cost.py Added MIT license header comment.
radial_membrane_ai/collective_reasoning/policy_envelope.py Added MIT license header comment.
radial_membrane_ai/collective_reasoning/mesh_correctness.py Added MIT license header comment.
radial_membrane_ai/collective_reasoning/collective_sao.py Added MIT license header comment.
radial_membrane_ai/collective_reasoning/collective_admissibility.py Added MIT license header comment.
radial_membrane_ai/collective_reasoning/coherence.py Added MIT license header comment.
radial_membrane_ai/collective_reasoning/init.py Added MIT license header comment.
radial_membrane_ai/coherence.py Added MIT license header comment.
radial_membrane_ai/channels.py Added MIT license header comment.
radial_membrane_ai/boundary.py Added MIT license header comment.
radial_membrane_ai/admissibility.py Added MIT license header comment.
radial_membrane_ai/init.py Added MIT license header comment.
logs/governance_halts.log Updated log content (timestamped entry).
LICENSE Replaced PolyForm Noncommercial text with MIT License text.
examples/validate_release_readiness.py Added MIT license header comment.
examples/run_simulation.py Added MIT license header comment.
CITATION.cff Updated license field to MIT and adjusted author name fields.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CITATION.cff
Comment on lines 19 to 23
type: article
authors:
- family-names: "Feeney"
given-names: "Don Michael Jr."
- family-names: "Feeney Jr."
given-names: "Don Michael"
orcid: "https://orcid.org/0009-0003-1350-4160"
@dfeen87
dfeen87 merged commit a10ece9 into main Aug 12, 2026
2 checks passed
@dfeen87
dfeen87 deleted the update-license-to-mit-4434556081894325537 branch August 12, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants