summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index ee24cd683..069863636 100644
--- a/readme.txt
+++ b/readme.txt
@@ -55,10 +55,10 @@ and you can also get help in the IRC channel
 on [Freenode](irc://irc.freenode.net/nimrod) in #nimrod.
 
 ## License
-The compiler is licensed under the GPLv2 license, the standard library is
-licensed under the LGPL license with a linking exception so that you can link
-to it statically. This means that you can use any license for your own programs 
-developed with Nimrod, allowing you to create commercial applications.
+The compiler and the standard library is licensed under the MIT license, 
+except for some modules where the documentation suggests otherwise. This means 
+that you can use any license for your own programs developed with Nimrod, 
+allowing you to create commercial applications.
 
 Read copying.txt for more details.