aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-07 21:10:00 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-07 21:10:00 +0000
commitaed430ada84cce07eb16d418f082f67c92b0eb9f (patch)
treeb13b3cb9ef4161648ff7fc908b3537b5bdf174c8 /packages
parentd44d52c6c0adf2b49d17fccb5b3741fe304dbecb (diff)
more info in the readme about software patents
svn path=/trunk/; revision=5499
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/Makefile b/packages/Makefile
index dce8926c..581121a0 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -604,7 +604,7 @@ endif
echo "</p>" >> $(README_FILE)
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 '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)
echo "<p>These externals are all included from the Pd CVS repository:</p>" >> $(README_FILE)
@@ -626,9 +626,16 @@ endif
echo "<li>unauthorized: `date +20%y.%m.%d`" >> $(README_FILE)
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." >> $(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)