[PD-cvs] packages Makefile,1.38,1.39

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Aug 7 23:10:02 CEST 2006


Update of /cvsroot/pure-data/packages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1000

Modified Files:
	Makefile 
Log Message:
more info in the readme about software patents

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Makefile	6 Aug 2006 03:03:29 -0000	1.38
--- Makefile	7 Aug 2006 21:10:00 -0000	1.39
***************
*** 605,609 ****
  	echo "<h3>License</h3>" >> $(README_FILE)	
  	echo "<p>" >> $(README_FILE)
! 	echo "This package is released under the <a href="http://www.gnu.org/copyleft/gpl.html" target="gpl">GNU GPL</a>.  The Pd core and some other included code is originally available with a <a href="http://pure-data.cvs.sourceforge.net/pure-data/pd/LICENSE.txt">BSD license</a> from the Pd CVS on SourceForge." >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "<h3>Included Versions</h3>" >> $(README_FILE)	
--- 605,609 ----
  	echo "<h3>License</h3>" >> $(README_FILE)	
  	echo "<p>" >> $(README_FILE)
! 	echo 'This package is released under the <a href="http://www.gnu.org/copyleft/gpl.html" target="gpl">GNU GPL</a>.  The Pd core and some other included code is originally available with a <a href="http://pure-data.cvs.sourceforge.net/pure-data/pd/LICENSE.txt">BSD license</a> from the Pd CVS on SourceForge.' >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "<h3>Included Versions</h3>" >> $(README_FILE)	
***************
*** 627,633 ****
  	echo "<li>zexy: $(ZEXY_VERSION)" >> $(README_FILE)
  	echo "</ul>" >> $(README_FILE)
  	echo "<p>" >> $(README_FILE)
! 	echo "This package may contain software that is covered by patents in certain countries.  In order to use this software you must have the proper license." >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "(this package was built on `date`) <BR>" >> $(README_FILE)
  	echo "</body></html>" >> $(README_FILE)
--- 627,640 ----
  	echo "<li>zexy: $(ZEXY_VERSION)" >> $(README_FILE)
  	echo "</ul>" >> $(README_FILE)
+ 	echo "<h3>Patented Algorithms</h3>" >> $(README_FILE)
  	echo "<p>" >> $(README_FILE)
! 	echo "This package may contain software that is covered by patents in certain countries.  In order to use this software you must have the proper license.  Below is a list of the known software packages that are covered by patents in some countries:" >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
+ 	echo "<ul>" >> $(README_FILE)
+ 	echo '<li><a href="http://en.wikipedia.org/wiki/MP3" target="license">MP3 aka MPEG-1 Part 3 Layer 3</a></li>' >> $(README_FILE)
+ 	echo '<li><a href="http://en.wikipedia.org/wiki/MPEG-2" target="license">MPEG-2</a></li>' >> $(README_FILE)
+ 	echo '<li><a href="http://en.wikipedia.org/wiki/MPEG-4#Licensing" target="license">MPEG-4</a></li>' >> $(README_FILE)
+ 	echo "</ul>" >> $(README_FILE)
+ 	echo '<p>Please consider trying to get rid of software patents in your country: <a href="http://www.nosoftwarepatents.com" target="nsp">http://www.nosoftwarepatents.com</a></p>' >> $(README_FILE)
  	echo "(this package was built on `date`) <BR>" >> $(README_FILE)
  	echo "</body></html>" >> $(README_FILE)





More information about the Pd-cvs mailing list