8000 Improved the Symfony License pages by javiereguiluz · Pull Request #9767 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Improved the Symfony License pages #9767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 11 additions & 15 deletions contributing/code/license.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
.. _symfony2-license:

Symfony License
===============
Symfony Code License
====================

Symfony is released under the MIT license.

According to `Wikipedia`_:

"It is a permissive license, meaning that it permits reuse within
proprietary software on the condition that the license is distributed with
that software. The license is also GPL-compatible, meaning that the GPL
permits combination and redistribution with software that uses the MIT
License."

The License
-----------
Symfony code is released under `the MIT license`_:

Copyright (c) 2004-2018 Fabien Potencier

Expand All @@ -36,4 +25,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

.. _Wikipedia: https://en.wikipedia.org/wiki/MIT_License
Other Symfony Licenses
----------------------

Check out the :doc:`license of the Symfony documentation </contributing/documentation/license>`
and other `Symfony licenses and trademarks`_.

.. _`the MIT license`: https://en.wikipedia.org/wiki/MIT_License
.. _`Symfony licenses and trademarks`: https://symfony.com/license
7 changes: 7 additions & 0 deletions contributing/documentation/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@ Attribution-Share Alike 3.0 Unported License (`CC BY-SA 3.0`_).

This is a human-readable summary of the `Legal Code (the full license)`_.

Other Symfony Licenses
----------------------

Check out the :doc:`license of the Symfony code </contributing/code/license>`
and other `Symfony licenses and trademarks`_.

.. _`CC BY-SA 3.0`: http://creativecommons.org/licenses/by-sa/3.0/
.. _Legal Code (the full license): http://creativecommons.org/licenses/by-sa/3.0/legalcode
.. _`Symfony licenses and trademarks`: https://symfony.com/license
0