Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#4823 closed defect (fixed)

Please use license GPL v2 or later in plugin validator

Reported by: mascellani@… Owned by: team
Priority: normal Component: Core validator
Version: Keywords: license
Cc:

Description

Hi.

I am a maintainer of the josm-plugins package in Debian. I would like to
include your plugin in our package, but there are some legal reasons.

You do not specify any license for your plugin, just include the GPL-2
text. Moreover, in the plugins there are files under an Apache-2.0
license, which is _not_ GPL-2 compatible (but it is GPL-3 compatible[1]).

[1] http://www.gnu.org/licenses/license-list.html#apache2

The result is that the compiled binary is not distributable (because
there is no legal way to put Apache-2.0 and GPL-2 together). Could you
please add a file in the pluin repository, stating that the plugin is
distributed under a GPL-2 _or later_ license? This would enable the
users (and Debian) to use your precious plugin under a GPL-3+ license.

Francisco Santos and Gabriel Ebner (contributor to the plugin) already
agreed to use GPL v2 or later.

Giovanni Mascellani

Attachments (0)

Change History (6)

comment:1 Changed 3 years ago by anonymous

  • Summary changed from Please use license GPL v2 or later to Please use license GPL v2 or later in plugin validator

comment:2 Changed 3 years ago by anonymous

Sorry, copy and paste made me forget to specify that I'm talking of the validator plugin.

Of course, making clear copyright and licensing status is a good thing for all the plugins! :-)

comment:3 follow-up: Changed 3 years ago by bastiK

Hi Giovanni,

If you can identify the developers with substantial contributions to this plugin, I'm sure we can resolve this quickly.

comment:4 in reply to: ↑ 3 Changed 3 years ago by mascellani@…

Replying to bastiK:

Hi Giovanni,

If you can identify the developers with substantial contributions to this plugin, I'm sure we can resolve this quickly.

Hi, thank you very much for the answer.

The CONTRIBUTION file lists Francisco R. Santos <frsantos@…>, Gabriel Ebner <ge@…>
and Joerg Ostertag <openstreetmap@…>, but could be out-of-date.

Searching for SVN commits:

$ svn log | grep '^r[0-9][0-9]*' | cut -d'|' -f2 | sort | uniq -c | sort -n
      1  avar 
      1  bastik 
      1  imi 
      1  jrreid 
      1  ulf 
      2  daeron 
      2  pieren 
      2  twalraet 
      3  dmuecke 
      4  dhansen 
      7  joerg 
      8  frederik 
      8  skela 
     11  stotz 
     15  jttt 
     22  gabriel 
     24  guggis 
     54  frsantos 
    100  stoecker


(given from inside the validator directory)

Can this help?

Giovanni.

comment:5 Changed 3 years ago by bastiK

  • Resolution set to fixed
  • Status changed from new to closed

OK, I got the consent of the remaining authors and updated the license inforation. (See [o20828].)

comment:6 Changed 3 years ago by mascellani@…

Thank you very much. Giovanni.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.