diff --git a/compiler/ccgtypes.nim b/compiler/ccgtypes.nim index aa0b983ffb..20e6342c32 100644 --- a/compiler/ccgtypes.nim +++ b/compiler/ccgtypes.nim @@ -1,7 +1,7 @@ # # # The Nim Compiler -# (c) Copyright 2016 Andreas Rumpf +# (c) Copyright 2017 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/compiler/cgen.nim b/compiler/cgen.nim index ac0fa3598f..e478b07cb3 100644 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -852,12 +852,12 @@ proc addIntTypes(result: var Rope) {.inline.} = proc getCopyright(cfile: string): Rope = if optCompileOnly in gGlobalOptions: result = ("/* Generated by Nim Compiler v$1 */$N" & - "/* (c) 2016 Andreas Rumpf */$N" & + "/* (c) 2017 Andreas Rumpf */$N" & "/* The generated code is subject to the original license. */$N") % [rope(VersionAsString)] else: result = ("/* Generated by Nim Compiler v$1 */$N" & - "/* (c) 2016 Andreas Rumpf */$N" & + "/* (c) 2017 Andreas Rumpf */$N" & "/* The generated code is subject to the original license. */$N" & "/* Compiled for: $2, $3, $4 */$N" & "/* Command for C compiler:$n $5 */$N") % diff --git a/compiler/debuginfo.nim b/compiler/debuginfo.nim index 7729a6a515..e408a932b3 100644 --- a/compiler/debuginfo.nim +++ b/compiler/debuginfo.nim @@ -1,7 +1,7 @@ # # # The Nim Compiler -# (c) Copyright 2016 Andreas Rumpf +# (c) Copyright 2017 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/compiler/jsgen.nim b/compiler/jsgen.nim index cf681d5809..50a74464a0 100644 --- a/compiler/jsgen.nim +++ b/compiler/jsgen.nim @@ -2171,7 +2171,7 @@ proc genHeader(target: TTarget): Rope = if target == targetJS: result = ( "/* Generated by the Nim Compiler v$1 */$n" & - "/* (c) 2016 Andreas Rumpf */$n$n" & + "/* (c) 2017 Andreas Rumpf */$n$n" & "var framePtr = null;$n" & "var excHandler = 0;$n" & "var lastJSError = null;$n" & @@ -2187,7 +2187,7 @@ proc genHeader(target: TTarget): Rope = else: result = ("