1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Update license for Steve Daulton's bundled Nyquist plug-ins

Cherry-picked from upstream Audacity project as seen here:

df091bbde3

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
SteveDaulton
2021-08-30 13:21:24 +01:00
committed by Panagiotis Vasilopoulos
parent 75b90ce4be
commit e776c2f7e4
11 changed files with 34 additions and 33 deletions

View File

@@ -5,8 +5,8 @@ $name (_ "Studio Fade Out")
$manpage "Fades#studio_fadeout"
$action (_ "Applying Fade...")
$author (_ "Steve Daulton")
$release 2.3.0
$copyright (_ "Released under terms of the GNU General Public License version 2")
$release 3.0.4
$copyright (_ "GNU General Public License v2.0 or later")
;; StudioFadeOut.ny by Steve Daulton December 2012.
;;
@@ -14,7 +14,7 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
;; Applies a sinusoidal fade out with a progressive low-pass
;; filter from full spectrum at start to 100 Hz at end.
;; Released under terms of the GNU General Public License version 2:
;; Released under terms of the GNU General Public License v2.0 or later:
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
;;
;; For information about writing and modifying Nyquist plug-ins: