[wp-trac] [WordPress Trac] #15584: Importers Specify Specific GPL version, should they?
WordPress Trac
wp-trac at lists.automattic.com
Fri Nov 26 00:18:11 UTC 2010
#15584: Importers Specify Specific GPL version, should they?
--------------------------------+-------------------------------------------
Reporter: lloydbudd | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: Awaiting Review
Component: WordPress.org site | Version: 3.1
Severity: minor | Keywords:
--------------------------------+-------------------------------------------
Description changed by lloydbudd:
Old description:
> Importers Specify Specific GPL version, should they?
>
> Before WordPress 3.0 the importers were in core, and did not include
> licensing information. It looks like when the GPL licensing info was
> added to WP & MT importer at least the versioning became explicit. This
> could affect future compatibility.
>
> {{{
> $ ack "GPL v2"
>
> wp-content/plugins/movabletype-importer/movabletype-importer.php
> 10:License: GPL v2 - http://www.gnu.org/licenses/old-
> licenses/gpl-2.0.html
>
> wp-content/plugins/wordpress-importer/wordpress-importer.php
> 9:License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
> }}}
>
> Should those be updated to
>
> {{{
> @license: GPL - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
> }}}
New description:
Importers Specify Specific GPL version, should they?
Before WordPress 3.0 the importers were in core, and did not include
licensing information. It looks like when the GPL licensing info was added
to WP & MT importer at least the versioning became explicit. This could
affect future compatibility.
{{{
$ ack "GPL v2"
wp-content/plugins/movabletype-importer/movabletype-importer.php
10:License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
wp-content/plugins/wordpress-importer/wordpress-importer.php
9:License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
}}}
Should those be updated to
{{{
@license GPL - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
}}}
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15584#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list