diff mbox series

[bug#35366,1/2] gnu: mate-power-manager: Use correct license.

Message ID 20190421180030.20142-1-hoonandon@gmail.com
State Accepted
Headers show
Series [bug#35366,1/2] gnu: mate-power-manager: Use correct license. | expand

Checks

Context Check Description
cbaines/applying patch success Successfully applied
cbaines/applying patch success Successfully applied

Commit Message

guy fleury iteriteka April 21, 2019, 6 p.m. UTC
* [licence]: change gpl3+ to gpl2.
---
 gnu/packages/mate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès May 6, 2019, 9:03 a.m. UTC | #1
guy fleury iteriteka <hoonandon@gmail.com> skribis:

> * [licence]: change gpl3+ to gpl2.

Hi guy,

AFAICS mate-power-manager is GPLv2+ (not GPLv2) because its license
headers carry the “or any later version” wording.

Or did I miss something?

Thanks,
Ludo’.
guy fleury iteriteka May 6, 2019, 10:57 a.m. UTC | #2
hello,

Le lun. 6 mai 2019 à 11:03, Ludovic Courtès <ludo@gnu.org> a écrit :

> guy fleury iteriteka <hoonandon@gmail.com> skribis:
>
> > * [licence]: change gpl3+ to gpl2.
>
> Hi guy,
>
> AFAICS mate-power-manager is GPLv2+ (not GPLv2) because its license
> headers carry the “or any later version” wording.

je n'est pas vu Ca (attention les accents: J'ai un clavier qwert).
Dans l'entete du fichier COPYING : on dit
-------------------
GNU GENERAL PUBLIC LICENSE
                       Version 2, June 1991
-------------------

> Or did I miss something?

Thanks,
> Ludo’.
>
Ludovic Courtès May 6, 2019, 1:32 p.m. UTC | #3
Hi Guy,

Guy fleury <hoonandon@gmail.com> skribis:

> Le lun. 6 mai 2019 à 11:03, Ludovic Courtès <ludo@gnu.org> a écrit :
>
>> guy fleury iteriteka <hoonandon@gmail.com> skribis:
>>
>> > * [licence]: change gpl3+ to gpl2.
>>
>> Hi guy,
>>
>> AFAICS mate-power-manager is GPLv2+ (not GPLv2) because its license
>> headers carry the “or any later version” wording.
>
> je n'est pas vu Ca (attention les accents: J'ai un clavier qwert).
> Dans l'entete du fichier COPYING : on dit
> -------------------
> GNU GENERAL PUBLIC LICENSE
>                        Version 2, June 1991
> -------------------

True, but source file headers are authoritative here: since they
explicitly allow for “any later versions”, then it’s GPLv2+ (“version 2
or any later version.”)

I’ll make that change, then.

Thank you!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0b668b4..becd7ab 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -131,7 +131,7 @@  MATE applications.")
      "MATE Power Manager is a MATE session daemon that acts as a policy agent on
 top of UPower. It listens to system events and responds with user-configurable
 actions.")
-    (license license:gpl3+)))
+    (license license:gpl2)))
 
 (define-public mate-icon-theme
   (package