diff options
author | Araq <rumpf_a@web.de> | 2013-06-09 23:29:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-09 23:29:43 +0200 |
commit | 23ef565a3c2c1f83816fefbeadb0fc59e754997d (patch) | |
tree | 7a2adeeb6f3215c35ff0b7fdeeee6f9907308931 /doc/nimrodc.txt | |
parent | 2aaa8f7909e51eb3d971e197f152e247c64362e9 (diff) | |
download | Nim-23ef565a3c2c1f83816fefbeadb0fc59e754997d.tar.gz |
implemented large parts of the 'not nil' checking
Diffstat (limited to 'doc/nimrodc.txt')
-rw-r--r-- | doc/nimrodc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 7f77a50d2..339cee382 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -20,7 +20,7 @@ on the different supported platforms. It is not a definition of the Nimrod programming language (therefore is the `manual <manual.html>`_). Nimrod is free software; it is licensed under the -`GNU General Public License <gpl.html>`_. +`MIT License <http://www.opensource.org/licenses/mit-license.php>`_. Compiler Usage |