diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-11-20 14:12:08 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-11-20 14:12:08 +0000 |
commit | b422238ba5a2aa70ea44b6b884990f16da020078 (patch) | |
tree | a14276dce927ef55636239dcbe333991935be8b3 /www | |
parent | fae9011c6188a1a81f668ba45a852486749647b7 (diff) | |
download | rockbox-b422238ba5a2aa70ea44b6b884990f16da020078.tar.gz rockbox-b422238ba5a2aa70ea44b6b884990f16da020078.zip |
Added the GPL
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4060 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r-- | www/docs/Makefile | 6 | ||||
-rw-r--r-- | www/docs/index.t | 4 | ||||
-rw-r--r-- | www/docs/license.t | 8 |
3 files changed, 17 insertions, 1 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index 4ec3bf890c..8394504264 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -67,5 +67,11 @@ credits.raw: $(DOCS)/CREDITS $(TXT2HTML) credits.html: credits.t credits.raw $(TXT2HTML) $(ACTION) $< +license.raw: $(DOCS)/COPYING $(TXT2HTML) + $(TXT2HTML) < $< > $@ + +license.html: license.t license.raw $(TXT2HTML) + $(ACTION) $< + %.html : %.t $(ACTION) $< diff --git a/www/docs/index.t b/www/docs/index.t index 739c8b9667..104091b880 100644 --- a/www/docs/index.t +++ b/www/docs/index.t @@ -22,6 +22,8 @@ yahoo</a>. href="Help-Stu.txt">Player/Studio</a>, meant to be stored and read on your Archos. (Jean Boullier) +<li><a href="license.html">The GNU General Public License</a> under which terms Rockbox may be distributed + </ul> <h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2> @@ -36,6 +38,7 @@ Archos. (Jean Boullier) <li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows) <li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style) <li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style) +<li> <a href="http://www.mcintoshfamily.pwp.blueyonder.co.uk/rockbox/buildingInEclipse.htm">How to build and debug Rockbox in the Eclipse IDE</a> <li> <a href="flash.html">How to flash Rockbox on your Archos</a> </ul> @@ -49,7 +52,6 @@ Archos. (Jean Boullier) <li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a> <li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>) <li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a> -<li><a href="id3v2.2.0.html">ID3 v2.2 specification</a> </ul> <h3>Rockbox Design Docs</h3> diff --git a/www/docs/license.t b/www/docs/license.t new file mode 100644 index 0000000000..8d4f722763 --- /dev/null +++ b/www/docs/license.t @@ -0,0 +1,8 @@ +#define _PAGE_ GNU General Public License +#include "head.t" + +<pre> +#include "license.raw" +</pre> + +#include "foot.t" |