[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33337: [PATCH] gnu: Add autotalent.
From: |
Ludovic Courtès |
Subject: |
bug#33337: [PATCH] gnu: Add autotalent. |
Date: |
Mon, 19 Nov 2018 22:32:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Thorsten Wilms <address@hidden> skribis:
> * gnu/packages/audio.scm (autotalent): New variable.
I changed the license as shown below and applied.
Thanks!
Ludo’.
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