Skip to content

update licnese from BSD to MIT#74

Open
harikt wants to merge 1 commit into
6.xfrom
license
Open

update licnese from BSD to MIT#74
harikt wants to merge 1 commit into
6.xfrom
license

Conversation

@harikt

@harikt harikt commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Documentation
    • Updated the project licensing from BSD to MIT.
    • Revised copyright and license notices throughout the package.
    • Updated package metadata to identify the MIT license.
    • No runtime behavior or public APIs were changed.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 39127eec-8768-40eb-a628-618c3d1c1eed

📥 Commits

Reviewing files that changed from the base of the PR and between 4f26489 and e107184.

📒 Files selected for processing (48)
  • LICENSE
  • composer.json
  • src/Escaper.php
  • src/Escaper/AbstractEscaper.php
  • src/Escaper/AttrEscaper.php
  • src/Escaper/CssEscaper.php
  • src/Escaper/HtmlEscaper.php
  • src/Escaper/JsEscaper.php
  • src/EscaperFactory.php
  • src/Exception.php
  • src/Exception/EncodingNotSupported.php
  • src/Exception/ExtensionNotInstalled.php
  • src/Exception/HelperNotFound.php
  • src/Exception/InvalidArgument.php
  • src/Exception/InvalidUtf8.php
  • src/Helper/AbstractElement.php
  • src/Helper/AbstractHelper.php
  • src/Helper/AbstractList.php
  • src/Helper/AbstractSeries.php
  • src/Helper/Anchor.php
  • src/Helper/AnchorRaw.php
  • src/Helper/Base.php
  • src/Helper/Element.php
  • src/Helper/ElementRaw.php
  • src/Helper/Form.php
  • src/Helper/Img.php
  • src/Helper/Input.php
  • src/Helper/Input/AbstractChecked.php
  • src/Helper/Input/AbstractInput.php
  • src/Helper/Input/Checkbox.php
  • src/Helper/Input/Generic.php
  • src/Helper/Input/Radio.php
  • src/Helper/Input/Select.php
  • src/Helper/Input/Textarea.php
  • src/Helper/Label.php
  • src/Helper/Links.php
  • src/Helper/Metas.php
  • src/Helper/Ol.php
  • src/Helper/Scripts.php
  • src/Helper/Structure.php
  • src/Helper/StructureRaw.php
  • src/Helper/Styles.php
  • src/Helper/Tag.php
  • src/Helper/Title.php
  • src/Helper/Ul.php
  • src/Helper/VoidTag.php
  • src/HelperLocator.php
  • src/HelperLocatorFactory.php

Walkthrough

The project’s license changed from BSD to MIT across the canonical license text, Composer metadata, and PHP source headers. No executable logic or public API behavior changed.

Changes

MIT license alignment

Layer / File(s) Summary
Canonical license and package metadata
LICENSE, composer.json
The license text and Composer package license were changed to MIT, with the copyright line updated to Aura for PHP (2011–2026).
PHP source license headers
src/Escaper*, src/Exception*, src/Helper*, src/HelperLocator*
BSD license references in PHPDoc headers were replaced with MIT references without changing runtime code or APIs.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Poem

I’m a bunny with a license bright,
MIT hops into every file tonight.
BSD tags vanish from view,
Aura’s headers wear something new.
No code changed—just paperwork cheer!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: updating the project license from BSD to MIT.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch license

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant