Skip to content

Commit

Permalink
In agreement with Julian Parker, change jpverb and greyhole licences …
Browse files Browse the repository at this point in the history
…to 'MIT licence'.
  • Loading branch information
sletz committed Dec 18, 2024
1 parent ef8dbf7 commit c444775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reverbs.lib
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ jp_gh_rev = environment {
// <https://doc.sccode.org/Overviews/DEIND.html>
//------------------------------------------------------------
declare jpverb author "Julian Parker, bug fixes and minor interface changes by Till Bovermann";
declare jpverb license "GPL2+";
declare jpverb license "MIT license";

jpverb(t60, damp, size, early_diff,
mod_depth, mod_freq,
Expand Down Expand Up @@ -932,7 +932,7 @@ jpverb(t60, damp, size, early_diff,
// <https://doc.sccode.org/Overviews/DEIND.html>
//------------------------------------------------------------
declare greyhole author "Julian Parker, bug fixes and minor interface changes by Till Bovermann";
declare greyhole license "GPL2+";
declare greyhole license "MIT license";

greyhole(dt, damp, size, early_diff, feedback, mod_depth, mod_freq)
= jp_gh_rev.greyhole(dt, damp, size, early_diff, feedback, mod_depth, mod_freq);
Expand Down

0 comments on commit c444775

Please sign in to comment.