all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Thorsten Wilms <t_w_@freenet.de>
Cc: 33337-done@debbugs.gnu.org
Subject: bug#33337: [PATCH] gnu: Add autotalent.
Date: Mon, 19 Nov 2018 22:32:37 +0100	[thread overview]
Message-ID: <87a7m4vjm2.fsf@gnu.org> (raw)
In-Reply-To: <20181110202227.21286-1-t_w_@freenet.de> (Thorsten Wilms's message of "Sat, 10 Nov 2018 21:22:28 +0100")

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

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 770 bytes --]

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

  reply	other threads:[~2018-11-19 21:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 20:22 [bug#33337] [PATCH] gnu: Add autotalent Thorsten Wilms
2018-11-19 21:32 ` Ludovic Courtès [this message]
     [not found]   ` <62f76551-d28d-daa8-8944-3b889878625c@freenet.de>
2018-11-20 12:45     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7m4vjm2.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33337-done@debbugs.gnu.org \
    --cc=t_w_@freenet.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.