1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: remove sourceforge-logo from docs
the footer of each doxygen-generate documentation file included an
image hosted at sourceforge. thus accessing the documentation would
potentially breach the privacy of the user
Author: IOhannes m zmölnig
Last-Update: 2014-02-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jacktrip.orig/documentation/html_footer.html
+++ jacktrip/documentation/html_footer.html
@@ -13,7 +13,7 @@
<a href="http://www.stanford.edu/" title="Stanford home">Stanford University</a>
</font>
<p>
-<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=236811&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
+<a href="http://sourceforge.net">SourceForge</a>
</p>
</center>
</footer>
|