From c95e47216f790f8aac9860a8a0deae0369a2a84f Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 28 Aug 2014 10:01:20 +0200 Subject: [PATCH] Nimrod renamed to Nim --- compiler/semexprs.nim | 2 +- compiler/semfold.nim | 2 +- compiler/semtypes.nim | 2 +- compiler/vm.nim | 2 +- compiler/vmdef.nim | 2 +- compiler/vmgen.nim | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler/semexprs.nim b/compiler/semexprs.nim index da12ec08cd..b310e08693 100644 --- a/compiler/semexprs.nim +++ b/compiler/semexprs.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2013 Andreas Rumpf # # See the file "copying.txt", included in this diff --git a/compiler/semfold.nim b/compiler/semfold.nim index 8e53fd670f..6972e3f1c6 100644 --- a/compiler/semfold.nim +++ b/compiler/semfold.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2014 Andreas Rumpf # # See the file "copying.txt", included in this diff --git a/compiler/semtypes.nim b/compiler/semtypes.nim index 53fe4e266a..c3d34f2ba9 100644 --- a/compiler/semtypes.nim +++ b/compiler/semtypes.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this diff --git a/compiler/vm.nim b/compiler/vm.nim index e40acca6ca..af0b30faa0 100644 --- a/compiler/vm.nim +++ b/compiler/vm.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2014 Andreas Rumpf # # See the file "copying.txt", included in this diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index cad48abeae..e25fd63922 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2013 Andreas Rumpf # # See the file "copying.txt", included in this diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index 94afbf008e..6a6f85d766 100644 --- a/compiler/vmgen.nim +++ b/compiler/vmgen.nim @@ -1,6 +1,6 @@ # # -# The Nimrod Compiler +# The Nim Compiler # (c) Copyright 2014 Andreas Rumpf # # See the file "copying.txt", included in this