aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:10:40 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-16 18:10:40 +0000
commit3142bcc68dbef663ec74cd6d00bd19c014292e15 (patch)
tree277e40f928c59f398ca57e1b649d37702d94a5eb
parent3368895878ba68d8a32610dfceed53d799ce9794 (diff)
move FreePlayMusic files into a subdirectory, and include a license statement for them
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@75251 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile2
-rw-r--r--sounds/moh/LICENSE3
-rw-r--r--sounds/moh/fpm-calm-river.mp3 (renamed from sounds/fpm-calm-river.mp3)bin1939812 -> 1939812 bytes
-rw-r--r--sounds/moh/fpm-sunshine.mp3 (renamed from sounds/fpm-sunshine.mp3)bin2582496 -> 2582496 bytes
-rw-r--r--sounds/moh/fpm-world-mix.mp3 (renamed from sounds/fpm-world-mix.mp3)bin2217563 -> 2217563 bytes
5 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d09a42109..f49b762b2 100644
--- a/Makefile
+++ b/Makefile
@@ -795,7 +795,7 @@ samples: adsi
fi; \
done
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
- for x in sounds/*.mp3; do \
+ for x in sounds/moh/*.mp3; do \
$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTVARLIBDIR)/mohmp3 ; \
done
rm -f $(DESTDIR)$(ASTVARLIBDIR)/mohmp3/sample-hold.mp3
diff --git a/sounds/moh/LICENSE b/sounds/moh/LICENSE
new file mode 100644
index 000000000..adefcc4ad
--- /dev/null
+++ b/sounds/moh/LICENSE
@@ -0,0 +1,3 @@
+Music Provided By www.freeplaymusic.com. These sound files are provided by
+Digium under license from Freeplay Music Corporation for use in conjunction
+with the Asterisk software only.
diff --git a/sounds/fpm-calm-river.mp3 b/sounds/moh/fpm-calm-river.mp3
index 8d93b2900..8d93b2900 100644
--- a/sounds/fpm-calm-river.mp3
+++ b/sounds/moh/fpm-calm-river.mp3
Binary files differ
diff --git a/sounds/fpm-sunshine.mp3 b/sounds/moh/fpm-sunshine.mp3
index 106953307..106953307 100644
--- a/sounds/fpm-sunshine.mp3
+++ b/sounds/moh/fpm-sunshine.mp3
Binary files differ
diff --git a/sounds/fpm-world-mix.mp3 b/sounds/moh/fpm-world-mix.mp3
index 7d1e76d9f..7d1e76d9f 100644
--- a/sounds/fpm-world-mix.mp3
+++ b/sounds/moh/fpm-world-mix.mp3
Binary files differ