From 9c47bb9cc0fda686ca403f5abd0ae2f06d364c74 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 7 Jan 2017 22:35:09 +0100 Subject: [PATCH] happy new year --- compiler/ccgtypes.nim | 2 +- compiler/cgen.nim | 4 ++-- compiler/debuginfo.nim | 2 +- compiler/jsgen.nim | 6 +++--- compiler/modulegraphs.nim | 2 +- compiler/packagehandling.nim | 2 +- compiler/pbraces.nim | 2 +- compiler/semdata.nim | 2 +- compiler/sighashes.nim | 2 +- koch.nim | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) 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 = ("