Extensions and GPL

From Joomla! Documentation

This page contains changes which are not marked for translation.
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français

GPL License[edit]

GPL stands for General Public License. The most widespread such license is the GNU General Public License or GNU GPL for short. This can be further shortened to GPL, when it is understood that the GNU GPL is the one intended. See also What does "GPL" stand for?

About Joomla! and the GPL[edit]

What GPL version is Joomla! licensed under? Joomla! is licensed under GPL version 2 or later.

The Joomla! Extensions Directory and the GPL[edit]

The Joomla! Extensions Directory (JED) is important for many reasons: it makes it easier for users to find extensions, and it helps support the development of a vibrant and healthy commercial and non-commercial development community around Joomla. However, it may also be unintentionally undermining our support of the GPL by including extensions and other applications that run counter to it. The Joomla! Project has determined that the Joomla! Extensions Directory (JED) should be a community resource that fully embodies the project's values, especially freedom as embodied by the GPL license.

  • Since March 31 2009 the Joomla! Extensions Directory (JED) no longer accepts non-GPL extensions and since July 1 2009, only GPL extensions are allowed to be listed there.
  • These changes were designed to strengthen the project's commitment to its core mission, vision and values as articulated in September 2008.

GPL License Required[edit]

Extensions must be licensed as GPL in order to be listed. Additional restrictions may not be placed on top of the GPL.

Extensions Pack - General Requirements[edit]

JED needs to be able to monitor files and make it easier for users to understand the terms under which they download and purchase extensions. To be listed at JED, you need to comply with additional terms that will improve directory maintenance and trust from directory users.

  1. Publish under a GPL license - See: Versions of the license
  2. Include GPL notices on XML and PHP files - See: Examples and how-to.
  3. Provide a copy of the GPL license within your package:
    1. This file doesn't need to be installed with the extension, just included with the package as a text file.
    2. There is a text available to copy and save has text file: [1]
  4. Copyright notice in all files as required by GPL license. [2].
  5. Encrypted or encoded extensions, whether or not they are GPL licensed, will also be excluded.

Forked Extensions[edit]

We support the original project developer whenever possible to maintain the integrity of the listings and also support developers who are building and innovating on the Joomla! platform.

Forked projects must represent a significant code improvement, either in features or security and structure.

Quick Q&A[edit]

  1. Who will you intend to support developers? The Joomla! team is strongly committed to supporting both commercial and non-commercial Joomla! developers. We have implemented some policy changes to enhance our support for developers. Therefore we will not link to collections of GPL extensions that are not submitted by the original developer.
  2. Does this mean there will be no more commercial extensions in the JED? No! Commercial extensions with the GNU GPL license and that are not encrypted are welcomed and encouraged in the JED.
  3. Who will be able to submit extensions? Only the original developer! We think that the best place to get an extension is from the original developer of that extension.
  4. What if I think my extension doesn't violate the Joomla! license? This is a policy in favor of software freedom and the mission, vision and values of the Joomla! Project, not one about technical issues in licensing.
  5. Can I use a GPL-compatible license? No! The JED will only list extensions licensed using the GNU GPL. The only license that truly embodies the spirit of the GPL is the GPL.
  6. Can I use libraries in my GPL extension that are GPL-compatible? Yes!

Additional Reading[edit]

To know more about licensing your software:

Before submitting an extension to JED, please read:

References[edit]

  1. GPLv3 http://www.gnu.org/licenses/gpl-3.0.txt
  2. Why does the GPL require including a copy of the GPL with every copy of the program? https://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude