bug#33337: [PATCH] gnu: Add autotalent.

Message ID 87a7m4vjm2.fsf@gnu.org
State Accepted
Headers show
Series bug#33337: [PATCH] gnu: Add autotalent. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Ludovic Courtès Nov. 19, 2018, 9:32 p.m. UTC
Hello,

Thorsten Wilms <t_w_@freenet.de> skribis:

> * gnu/packages/audio.scm (autotalent): New variable.

I changed the license as shown below and applied.

Thanks!

Ludo’.

Comments

Ludovic Courtès Nov. 20, 2018, 12:45 p.m. UTC | #1
Hi!

(+Cc.)

Thorsten Wilms <t_w_@freenet.de> skribis:

> On 19/11/2018 22.32, Ludovic Courtès wrote:
>
>>> * gnu/packages/audio.scm (autotalent): New variable.
>>
>> I changed the license as shown below and applied.
>
> Thanks for checking and applying, but this surely shouldn't end with
> (license (list license:gpl2+))?

Oh right, I’ll remove ‘list’, though both forms are equivalent.

Thanks,
Ludo’.

Patch

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 64dcf29560..1f83c49f4d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -464,10 +464,9 @@  tools.")
      "Autotalent is a LADSPA plugin for real-time pitch-correction.  Among its
 controls are allowable notes, strength of correction, LFO for vibrato and
 formant warp.")
-    ;; All code except the FFT routine is licensed under GPL2.
-    ;; The FFT routine is licensed under a Pure Data license.
-    (license (list license:gpl2
-                   (license:non-copyleft "file://COPYING-mayer_fft")))))
+    ;; All code except the FFT routine is licensed under GPLv2+.
+    ;; The FFT routine is under BSD-3.
+    (license (list license:gpl2+))))
 
 (define-public azr3
   (package