unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license.
@ 2019-04-21 18:00 guy fleury iteriteka
  2019-04-21 18:00 ` [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint guy fleury iteriteka
  2019-05-06  9:03 ` [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license Ludovic Courtès
  0 siblings, 2 replies; 8+ messages in thread
From: guy fleury iteriteka @ 2019-04-21 18:00 UTC (permalink / raw)
  To: 35366

* [licence]: change gpl3+ to gpl2.
---
 gnu/packages/mate.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint.
  2019-04-21 18:00 [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license guy fleury iteriteka
@ 2019-04-21 18:00 ` guy fleury iteriteka
  2019-05-06  9:08   ` bug#35365: " Ludovic Courtès
  2019-05-06  9:03 ` [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license Ludovic Courtès
  1 sibling, 1 reply; 8+ messages in thread
From: guy fleury iteriteka @ 2019-04-21 18:00 UTC (permalink / raw)
  To: 35365

* [description]:improve description format.
---
 gnu/packages/mate.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index becd7ab..3801054 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -128,9 +128,9 @@ MATE applications.")
     (home-page "https://mate-desktop.org/")
     (synopsis "A Power Manager for MATE")
     (description
-     "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.")
+     "MATE Power Manager is a MATE session daemon that acts as a policy 
+agent ontop of UPower.  It listens to system events and responds with 
+user-configurable actions.")
     (license license:gpl2)))
 
 (define-public mate-icon-theme
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license.
  2019-04-21 18:00 [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license guy fleury iteriteka
  2019-04-21 18:00 ` [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint guy fleury iteriteka
@ 2019-05-06  9:03 ` Ludovic Courtès
  2019-05-06 10:57   ` Guy fleury
  1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2019-05-06  9:03 UTC (permalink / raw)
  To: guy fleury iteriteka; +Cc: 35366

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’.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#35365: [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint.
  2019-04-21 18:00 ` [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint guy fleury iteriteka
@ 2019-05-06  9:08   ` Ludovic Courtès
  2019-05-06 11:02     ` [bug#35365] " Guy fleury
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2019-05-06  9:08 UTC (permalink / raw)
  To: guy fleury iteriteka; +Cc: 35365-done

guy fleury iteriteka <hoonandon@gmail.com> skribis:

> * [description]:improve description format.

The patch didn’t apply but I fix this and other minor issues reported by
‘guix lint’.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license.
  2019-05-06  9:03 ` [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license Ludovic Courtès
@ 2019-05-06 10:57   ` Guy fleury
  2019-05-06 13:32     ` bug#35366: " Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Guy fleury @ 2019-05-06 10:57 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 35366

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

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’.
>

[-- Attachment #2: Type: text/html, Size: 1381 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint.
  2019-05-06  9:08   ` bug#35365: " Ludovic Courtès
@ 2019-05-06 11:02     ` Guy fleury
  2019-05-06 13:34       ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Guy fleury @ 2019-05-06 11:02 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 35365-done

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

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

> guy fleury iteriteka <hoonandon@gmail.com> skribis:
>
> > * [description]:improve description format.
>
> The patch didn’t apply but I fix this and other minor issues reported by
> ‘guix lint’.
>
les mirroirs de MATE ont ete ajouter plus tard  donc tous les paquets
maintenant ont
cet avertissement. Dans quelques jours je veux envoyer une serie de patch
qui va modifier
l'URL.

Thanks!
>
> Ludo’.
>

[-- Attachment #2: Type: text/html, Size: 1062 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#35366: [PATCH 1/2] gnu: mate-power-manager: Use correct license.
  2019-05-06 10:57   ` Guy fleury
@ 2019-05-06 13:32     ` Ludovic Courtès
  0 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2019-05-06 13:32 UTC (permalink / raw)
  To: Guy fleury; +Cc: 35366-done

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’.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint.
  2019-05-06 11:02     ` [bug#35365] " Guy fleury
@ 2019-05-06 13:34       ` Ludovic Courtès
  0 siblings, 0 replies; 8+ messages in thread
From: Ludovic Courtès @ 2019-05-06 13:34 UTC (permalink / raw)
  To: Guy fleury; +Cc: 35365-done

Guy fleury <hoonandon@gmail.com> skribis:

> Le lun. 6 mai 2019 à 11:08, Ludovic Courtès <ludo@gnu.org> a écrit :
>
>> guy fleury iteriteka <hoonandon@gmail.com> skribis:
>>
>> > * [description]:improve description format.
>>
>> The patch didn’t apply but I fix this and other minor issues reported by
>> ‘guix lint’.
>>
> les mirroirs de MATE ont ete ajouter plus tard  donc tous les paquets
> maintenant ont
> cet avertissement. Dans quelques jours je veux envoyer une serie de patch
> qui va modifier
> l'URL.

Très bien, pas de soucis !

Note que help-guix est multilingue, mais pour les listes de discussion
de développement (comme ici), on utilise plutôt l'anglais pour que
chaque personne puisse suivre les discussions.

À+,
Ludo'.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-06 13:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-21 18:00 [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license guy fleury iteriteka
2019-04-21 18:00 ` [bug#35365] [PATCH 2/2] gnu: mate-power-manager: remove warning reported by guix lint guy fleury iteriteka
2019-05-06  9:08   ` bug#35365: " Ludovic Courtès
2019-05-06 11:02     ` [bug#35365] " Guy fleury
2019-05-06 13:34       ` Ludovic Courtès
2019-05-06  9:03 ` [bug#35366] [PATCH 1/2] gnu: mate-power-manager: Use correct license Ludovic Courtès
2019-05-06 10:57   ` Guy fleury
2019-05-06 13:32     ` bug#35366: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).