[asterisk-commits] kpfleming: branch 1.2 r75251 - in /branches/1.2: ./ sounds/ sounds/moh/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jul 16 13:10:41 CDT 2007


Author: kpfleming
Date: Mon Jul 16 13:10:40 2007
New Revision: 75251

URL: http://svn.digium.com/view/asterisk?view=rev&rev=75251
Log:
move FreePlayMusic files into a subdirectory, and include a license statement for them

Added:
    branches/1.2/sounds/moh/
    branches/1.2/sounds/moh/LICENSE   (with props)
    branches/1.2/sounds/moh/fpm-calm-river.mp3
      - copied unchanged from r75250, branches/1.2/sounds/fpm-calm-river.mp3
    branches/1.2/sounds/moh/fpm-sunshine.mp3
      - copied unchanged from r75250, branches/1.2/sounds/fpm-sunshine.mp3
    branches/1.2/sounds/moh/fpm-world-mix.mp3
      - copied unchanged from r75250, branches/1.2/sounds/fpm-world-mix.mp3
Removed:
    branches/1.2/sounds/fpm-calm-river.mp3
    branches/1.2/sounds/fpm-sunshine.mp3
    branches/1.2/sounds/fpm-world-mix.mp3
Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/Makefile?view=diff&rev=75251&r1=75250&r2=75251
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Mon Jul 16 13:10:40 2007
@@ -795,7 +795,7 @@
 		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

Added: branches/1.2/sounds/moh/LICENSE
URL: http://svn.digium.com/view/asterisk/branches/1.2/sounds/moh/LICENSE?view=auto&rev=75251
==============================================================================
--- branches/1.2/sounds/moh/LICENSE (added)
+++ branches/1.2/sounds/moh/LICENSE Mon Jul 16 13:10:40 2007
@@ -1,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.

Propchange: branches/1.2/sounds/moh/LICENSE
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: branches/1.2/sounds/moh/LICENSE
------------------------------------------------------------------------------
    svn:keywords = Author Id Date Revision

Propchange: branches/1.2/sounds/moh/LICENSE
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list