Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions docs/how-ubuntu-is-made/concepts/package-archive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ For example, if you look into any of the :ref:`archive-pockets` of the ``devel``
main
~~~~

This component contains open source software packages for a given series that are supported and maintained by Canonical.
This component contains :term:`open source <Open Source Software>` packages for a given series that are supported and maintained by Canonical.


.. _archive-components-restricted:
Expand All @@ -209,16 +209,32 @@ This component contains closed source software packages for a given series that
universe
~~~~~~~~

This component contains open source software packages for a given series that are supported and maintained by the Ubuntu community.
This component contains :term:`open source <Open Source Software>` packages for a given series that are supported and maintained by the Ubuntu community.


.. _archive-components-multiverse:

multiverse
~~~~~~~~~~

This component contains packages (for a given series) of closed source software, or open source software restricted by copyright or legal issues. These packages are maintained and supported by the Ubuntu community, but because of the restrictions, patching bugs or updates may not be possible.
This component contains packages (for a given series) that do not meet all the requirements to be :term:`open source <Open Source Software>`. This does not just mean software that is closed source, it can also be software where the source is available but one or more of the rights that make up the definition of open source software is not available.

In particular, from the `OSI's definition of open source <https://opensource.org/osd>`__, any or all of the following may be the case for software in multiverse:

* Access to source code may not be available
* You may not have the right to make modifications and derived works
* You may not have the right to distribute modified versions of the source
* The license of the software may discriminate against persons or groups
* The license of the software may discriminate against fields of endeavor
* The license may be specific to using the software as part of Ubuntu
* The license may not be technology-neutral

Certain rights *are* required for software to be part of multiverse:

* The software must be redistributable as an aggregate software distribution without payment of royalties or other fees
* The license must not place restrictions on other software that is distributed along with it

These packages are maintained and supported by the Ubuntu community, but because of the restrictions, patching bugs or updates may not be possible.

.. _archive-mirrors:

Expand Down
Loading