From e38a7d523ce0510854672f26fa6c71a94682765b Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 16 Jul 2007 18:10:40 +0000 Subject: [PATCH] move FreePlayMusic files into a subdirectory, and include a license statement for them git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@75251 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- sounds/moh/LICENSE | 3 +++ sounds/{ => moh}/fpm-calm-river.mp3 | Bin sounds/{ => moh}/fpm-sunshine.mp3 | Bin sounds/{ => moh}/fpm-world-mix.mp3 | Bin 5 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 sounds/moh/LICENSE rename sounds/{ => moh}/fpm-calm-river.mp3 (100%) rename sounds/{ => moh}/fpm-sunshine.mp3 (100%) rename sounds/{ => moh}/fpm-world-mix.mp3 (100%) diff --git a/Makefile b/Makefile index d09a42109f..f49b762b2d 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 0000000000..adefcc4ad3 --- /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 similarity index 100% rename from sounds/fpm-calm-river.mp3 rename to sounds/moh/fpm-calm-river.mp3 diff --git a/sounds/fpm-sunshine.mp3 b/sounds/moh/fpm-sunshine.mp3 similarity index 100% rename from sounds/fpm-sunshine.mp3 rename to sounds/moh/fpm-sunshine.mp3 diff --git a/sounds/fpm-world-mix.mp3 b/sounds/moh/fpm-world-mix.mp3 similarity index 100% rename from sounds/fpm-world-mix.mp3 rename to sounds/moh/fpm-world-mix.mp3 -- 2.47.2