aboutsummaryrefslogtreecommitdiff
path: root/packages/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-27 00:07:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-27 00:07:22 +0000
commitd1f91adf2fd4c1c5eb8fc6f708aef4fb6652c4a0 (patch)
treec712e8236758851044b1dbb549dcbd7bb0b9d588 /packages/Makefile
parent358f2d2215b171630054c1c59676ce705ca9b67e (diff)
switching Pd-extended to GPL v3 this (lack of) discussion ;) http://lists.puredata.info/pipermail/pd-dev/2008-11/012456.html
svn path=/trunk/; revision=10657
Diffstat (limited to 'packages/Makefile')
-rw-r--r--packages/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 9364cb30..13373982 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -291,9 +291,9 @@ license_install:
touch $(LICENSE_FILE)
echo "<html><body>" >> "$(LICENSE_FILE)"
echo "<h3>(Parts of this package can be used under " >> "$(LICENSE_FILE)"
- echo "<a href="Pd-LICENSE.txt">Pd&quot;s BSD license</a>)</h3>" >> "$(LICENSE_FILE)"
+ echo "<a href="Pd-LICENSE.txt">Pd&#146;s BSD license</a>)</h3>" >> "$(LICENSE_FILE)"
echo "<font size=\"-1\">" >> "$(LICENSE_FILE)"
- cat "$(externals_src)/creb/COPYING" | sed -e 's/^$$/\<P\>/g' >> "$(LICENSE_FILE)"
+ cat "$(packages_src)/gpl-3.0.txt" | sed -e 's/^$$/\<P\>/g' >> "$(LICENSE_FILE)"
echo "</font></body></html>" >> $(LICENSE_FILE)
# Pd's license file
install -p "$(pd_src)/LICENSE.txt" "$(manualsdir)/$(PD_NAME)/Pd-LICENSE.txt"