diff options
author | Araq <rumpf_a@web.de> | 2013-05-21 00:26:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-21 00:26:03 +0200 |
commit | 51c6356ea7e3e8c560b11d028dfc3a21c3c45c97 (patch) | |
tree | 5927cf443a41c11b83abf22b07b3c32600925ec1 /compiler | |
parent | 220d35d9e19b0eae9e7cd1f1cac6e77e798dbc72 (diff) | |
download | Nim-51c6356ea7e3e8c560b11d028dfc3a21c3c45c97.tar.gz |
added gamera edition to the website
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nimrod.ini | 6 |
1 files changed, 3 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;" |