[beast] scripts: fix script registration license to match source code -> AS-IS
- From: Stefan Westerfeld <stw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] scripts: fix script registration license to match source code -> AS-IS
- Date: Thu, 16 Sep 2010 09:08:41 +0000 (UTC)
commit 16b7ee3e09162aaa743b19cdfa15a7f48bffe09d
Author: Stefan Westerfeld <stefan space twc de>
Date: Thu Sep 16 11:04:20 2010 +0200
scripts: fix script registration license to match source code -> AS-IS
library/scripts/mixer-splitup-by-track.scm | 2 +-
library/scripts/part-harmonic-transposer.scm | 2 +-
library/scripts/song-parts-operations.scm | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/library/scripts/mixer-splitup-by-track.scm b/library/scripts/mixer-splitup-by-track.scm
index bc0e331..08f7c35 100644
--- a/library/scripts/mixer-splitup-by-track.scm
+++ b/library/scripts/mixer-splitup-by-track.scm
@@ -26,7 +26,7 @@
(N_ "This script creates a new Mixer Bus for each track in the "
"song that is currently using the Master Bus as output.")
"Stefan Westerfeld"
- "GNU General Public License"
+ "Provided \"as is\", WITHOUT ANY WARRANTY"
(bse-param-song (N_ "Song")))
;; function to get song for a track (improves readability)
diff --git a/library/scripts/part-harmonic-transposer.scm b/library/scripts/part-harmonic-transposer.scm
index c9c3958..2e25425 100644
--- a/library/scripts/part-harmonic-transposer.scm
+++ b/library/scripts/part-harmonic-transposer.scm
@@ -46,7 +46,7 @@
"down (all harmonies below this will be transposed up). It is possible "
"to omit this value. Then all notes will be transposed up.")
"Stefan Westerfeld"
- "GNU General Public License"
+ "Provided \"as is\", WITHOUT ANY WARRANTY"
(bse-param-part (N_ "Part"))
(bse-param-string (N_ "Harmony Sequence") "C,Amin,F,G")
(bse-param-string (N_ "Transpose down starting at") "F"))
diff --git a/library/scripts/song-parts-operations.scm b/library/scripts/song-parts-operations.scm
index f461a02..24a3ee8 100644
--- a/library/scripts/song-parts-operations.scm
+++ b/library/scripts/song-parts-operations.scm
@@ -26,7 +26,7 @@
(N_ "Crops all parts within the loop range "
"and moves parts after the loop range backwards accordingly.")
"Stefan Westerfeld"
- "GNU General Public License"
+ "Provided \"as is\", WITHOUT ANY WARRANTY"
(bse-param-song (N_ "Song")))
(bse-script-register 'song-parts-duplicate
@@ -35,7 +35,7 @@
(N_ "Duplicate all parts within the loop range "
"and moves parts after the loop range forward accordingly.")
"Stefan Westerfeld"
- "GNU General Public License"
+ "Provided \"as is\", WITHOUT ANY WARRANTY"
(bse-param-song (N_ "Song")))
;; common code for duplicate & crop:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]