all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30836] [PATCH 2/3] guix import elpa: use #f for license
@ 2018-03-16 13:53 Konrad Hinsen
  2018-03-17 21:29 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Hinsen @ 2018-03-16 13:53 UTC (permalink / raw)
  To: 30836

Elpa doesn't supply license information. The current importer pretends that
everything is GPL3, which is not true. The importer should not invent license
information.
---
 guix/import/elpa.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 7f76a13ad..cae10eb1c 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -234,7 +234,7 @@ type '<elpa-package>'."
        (home-page ,(elpa-package-home-page pkg))
        (synopsis ,(elpa-package-synopsis pkg))
        (description ,(elpa-package-description pkg))
-       (license license:gpl3+))))
+       (license #f))))
 
 (define* (elpa->guix-package name #:optional (repo 'gnu))
   "Fetch the package NAME from REPO and produce a Guix package S-expression."
-- 
2.16.2

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

* [bug#30836] [PATCH 2/3] guix import elpa: use #f for license
  2018-03-16 13:53 [bug#30836] [PATCH 2/3] guix import elpa: use #f for license Konrad Hinsen
@ 2018-03-17 21:29 ` Ludovic Courtès
  2018-03-18  8:27   ` Konrad Hinsen
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2018-03-17 21:29 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 30836

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> Elpa doesn't supply license information. The current importer pretends that
> everything is GPL3, which is not true. The importer should not invent license
> information.

Do you have examples of packages on ELPA that are not GPLv3+?  I don’t
know if this is the case, but I wouldn’t be surprised if it had a policy
of requiring GPLv3+ given that Emacs itself is GPLv3+.

Thanks,
Ludo’.

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

* [bug#30836] [PATCH 2/3] guix import elpa: use #f for license
  2018-03-17 21:29 ` Ludovic Courtès
@ 2018-03-18  8:27   ` Konrad Hinsen
  2018-03-18 22:25     ` bug#30836: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Hinsen @ 2018-03-18  8:27 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 30836

ludo@gnu.org (Ludovic Courtès) writes:

> Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:
>
>> Elpa doesn't supply license information. The current importer pretends that
>> everything is GPL3, which is not true. The importer should not invent license
>> information.
>
> Do you have examples of packages on ELPA that are not GPLv3+?  I don’t
> know if this is the case, but I wouldn’t be surprised if it had a policy
> of requiring GPLv3+ given that Emacs itself is GPLv3+.

The ELPA importer is also used for MELPA, which has no license
requirements. The package that motivated this patch is Deft, which is
MIT-licensed:

   https://jblevins.org/projects/deft/

If GNU ELPA guarantees GPL3, we could keep the old behavior for that
but use #f for MELPA and stable MELPA.

Konrad.

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

* bug#30836: [PATCH 2/3] guix import elpa: use #f for license
  2018-03-18  8:27   ` Konrad Hinsen
@ 2018-03-18 22:25     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-03-18 22:25 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 30836-done

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:
>>
>>> Elpa doesn't supply license information. The current importer pretends that
>>> everything is GPL3, which is not true. The importer should not invent license
>>> information.
>>
>> Do you have examples of packages on ELPA that are not GPLv3+?  I don’t
>> know if this is the case, but I wouldn’t be surprised if it had a policy
>> of requiring GPLv3+ given that Emacs itself is GPLv3+.
>
> The ELPA importer is also used for MELPA, which has no license
> requirements. The package that motivated this patch is Deft, which is
> MIT-licensed:
>
>    https://jblevins.org/projects/deft/
>
> If GNU ELPA guarantees GPL3, we could keep the old behavior for that
> but use #f for MELPA and stable MELPA.

Good idea.  Commit 9bb1838c3f982dfb84ba24eb2f727cb39ee5805c does that.

Thanks!

Ludo’.

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

end of thread, other threads:[~2018-03-18 22:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 13:53 [bug#30836] [PATCH 2/3] guix import elpa: use #f for license Konrad Hinsen
2018-03-17 21:29 ` Ludovic Courtès
2018-03-18  8:27   ` Konrad Hinsen
2018-03-18 22:25     ` bug#30836: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.