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.
href="Help-Stu.txt">Player/Studio, meant to be stored and read on your
Archos. (Jean Boullier)
+
The GNU General Public License under which terms Rockbox may be distributed
+
@@ -36,6 +38,7 @@ Archos. (Jean Boullier)
Setting up the gnush cross compiler (Windows)
How to compile Rockbox (linux/cygwin style)
How to compile the uisimulators (linux/cygwin style)
+ How to build and debug Rockbox in the Eclipse IDE
How to flash Rockbox on your Archos
@@ -49,7 +52,6 @@ Archos. (Jean Boullier)
ID3 v2.4 frames
ID3 v2.3 specification (txt)
ID3 v2.3 Programming Guidelines
-ID3 v2.2 specification
Rockbox Design Docs
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"
+
+
+#include "license.raw"
+
+
+#include "foot.t"