summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/nimrod.ini6
-rw-r--r--web/download.txt2
2 files changed, 5 insertions, 3 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini
index 9febe24aa..c78213493 100644
--- a/compiler/nimrod.ini
+++ b/compiler/nimrod.ini
@@ -35,9 +35,8 @@ Start: "doc/overview.html"
 
 
 [Other]
-Files: "readme.txt;install.txt;contributors.txt"
+Files: "readme.txt;install.txt;contributors.txt;copying.txt"
 Files: "configure;makefile"
-Files: "gpl.html"
 Files: "*.ini"
 Files: "koch.nim"
 
@@ -60,6 +59,7 @@ Files: "bin/empty.txt"
 
 [Lib]
 Files: "lib/nimbase.h"
+Files: "lib/copying.txt"
 Files: "lib/*.nim"
 Files: "lib/*.cfg"
 
@@ -137,5 +137,5 @@ flags = "-w"
 buildDepends: "gcc (>= 4:4.3.2)"
 pkgDepends: "gcc (>= 4:4.3.2)"
 shortDesc: "The Nimrod Compiler"
-licenses: "bin/nimrod,gpl2;lib/*,lgpl;"
+licenses: "bin/nimrod,MIT;lib/*,MIT;"
 
diff --git a/web/download.txt b/web/download.txt
index 765b0c79d..f638a43b2 100644
--- a/web/download.txt
+++ b/web/download.txt
@@ -3,6 +3,8 @@ Please choose your platform:
 * source-based installation: `<download/nimrod_0.9.2.zip>`_
 * installer for Windows XP/Vista/7 (i386, 32bit): `<download/nimrod_0.9.2.exe>`_
   (includes GCC and everything else you need)
+* minimal installer for Windows XP/Vista/7 (i386, 32bit): `<download/nimrod_gamera_0.9.2.exe>`_
+  ("Gamera edition": includes only a minimal GCC)
 
 The source-based installation has been tested on these systems:
 * Linux: i386, AMD64, PowerPC, ARM