summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-09 23:51:29 +0200
committerAraq <rumpf_a@web.de>2013-06-09 23:51:29 +0200
commitbe4fd48ab8456bb9f814dbae1e919e535b87b54f (patch)
treed4781f76aa2b5525a03d6fc58b7ed3500f703788
parentc5e07af9028172226a89d402e47d2c101df23e10 (diff)
downloadNim-be4fd48ab8456bb9f814dbae1e919e535b87b54f.tar.gz
fixes 465
-rw-r--r--compiler/nimrod.ini1
-rw-r--r--lib/copying.txt24
2 files changed, 0 insertions, 25 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini
index bc2f775b6..49dcd25ba 100644
--- a/compiler/nimrod.ini
+++ b/compiler/nimrod.ini
@@ -64,7 +64,6 @@ Files: "bin/empty.txt"
 
 [Lib]
 Files: "lib/nimbase.h"
-Files: "lib/copying.txt"
 Files: "lib/*.nim"
 Files: "lib/*.cfg"
 
diff --git a/lib/copying.txt b/lib/copying.txt
deleted file mode 100644
index 0ff6b7d87..000000000
--- a/lib/copying.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-===============================================================================
-Nimrod -- a Compiler for Nimrod. http://nimrod-code.org/
- 
-Copyright (C) 2004-2013 Andreas Rumpf. All rights reserved.
- 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
- 
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
- 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-[ MIT license: http://www.opensource.org/licenses/mit-license.php ]
\ No newline at end of file