diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-23 04:58:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-01-23 04:58:40 +0000 |
commit | 5ef823e3c0ec6a654d59c5995e6349e255373bef (patch) | |
tree | d7b1f79ac2f6941aba8fd59a05efd8d3d51220ee /packages | |
parent | b3f15f71cd5066bc0205dad4c41e069e28c0ad47 (diff) |
updated text on license in the readme to be more correct
svn path=/trunk/; revision=4465
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index 7cfc2c7b..ddb3bf77 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -479,7 +479,7 @@ readme_install: echo "</p>" >> $(README_FILE) echo "<h3>License</h3>" >> $(README_FILE) echo "<p>" >> $(README_FILE) - echo "The Pd core is licensed under a <a href="Pd-LICENSE.txt">BSD license</a>, almost every other part of this package is available under the <a href="http://www.gnu.org/copyleft/gpl.html" target="gpl">GNU GPL</a>. A couple packages have BSD-style licenses too." >> $(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="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) |