chore: remove references to Plugin SDK and update licensing#8
Merged
kristinaquinones merged 2 commits intomainfrom Dec 28, 2025
Merged
chore: remove references to Plugin SDK and update licensing#8kristinaquinones merged 2 commits intomainfrom
kristinaquinones merged 2 commits intomainfrom
Conversation
…n documentation - Removed all mentions of the Plugin SDK and its GPLv3 licensing from various documentation files. - Updated licensing information to reflect the proprietary source-available model for the core framework. - Revised documentation to enhance clarity regarding the licensing structure and compliance. - Adjusted project planning documents to remove references to the plugin system, focusing on stabilization and version detection instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request removes the Plugin SDK (GPLv3) and plugin system from the EmberDocs project, consolidating the licensing model to a proprietary source-available license for the core framework. All references to the Plugin SDK, plugin system, and related extensibility features have been removed from documentation, changelogs, architecture decisions, and project plans. The project now focuses solely on the proprietary core, with no separate open-source SDK or plugin extensibility in the current release phases.
Licensing Model Changes:
Removed all references to the Plugin SDK (GPLv3) and its separate license from documentation, including
README.md,LICENSE,DEVELOPMENT-STANDARDS.md,docs/EMBERDOCS-LICENSING.md, and brand guidelines. The licensing model is now solely a proprietary source-available license for the core framework. [1] [2] [3] [4] [5] [6] [7]Updated architecture decision records to remove the Plugin SDK boundary, plugin system hooks, and the dual-license context. The ADL-013 decision now only describes the proprietary core license, and the previously accepted ADL-006 and ADL-008 plugin-related decisions have been removed. [1] [2] [3] [4]
Feature & Roadmap Adjustments:
These changes clarify the project's licensing and scope, ensuring all documentation and planning accurately reflect the removal of the Plugin SDK and plugin system.- Removed all mentions of the Plugin SDK and its GPLv3 licensing from various documentation files.