Hello 2017
diff --git a/bin/metalua b/bin/metalua
index 7ea1f3a..d245591 100644
--- a/bin/metalua
+++ b/bin/metalua
@@ -1,7 +1,7 @@
 #!/usr/bin/env lua51
 --*-lua-*----------------------------------------------------------------------
 --
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
diff --git a/metalua/compiler.lua b/metalua/compiler.lua
index 63f4114..ad0d39d 100644
--- a/metalua/compiler.lua
+++ b/metalua/compiler.lua
@@ -1,5 +1,5 @@
 ---------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
@@ -180,4 +180,4 @@
 	return self
 end
 
-return M
\ No newline at end of file
+return M
diff --git a/metalua/compiler/parser/annot/generator.lua b/metalua/compiler/parser/annot/generator.lua
index 29b1fe8..25426b4 100644
--- a/metalua/compiler/parser/annot/generator.lua
+++ b/metalua/compiler/parser/annot/generator.lua
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
diff --git a/metalua/extension/match.mlua b/metalua/extension/match.mlua
index a96c418..0ceeb5e 100644
--- a/metalua/extension/match.mlua
+++ b/metalua/extension/match.mlua
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
@@ -400,4 +400,4 @@
                   builder = |x| match_builder{ x[1], x[3] } }
 end
 
-return extend
\ No newline at end of file
+return extend
diff --git a/metalua/grammar/generator.lua b/metalua/grammar/generator.lua
index ecdb277..c29bcb9 100644
--- a/metalua/grammar/generator.lua
+++ b/metalua/grammar/generator.lua
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
diff --git a/metalua/grammar/lexer.lua b/metalua/grammar/lexer.lua
index 64eb081..082f3d0 100644
--- a/metalua/grammar/lexer.lua
+++ b/metalua/grammar/lexer.lua
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
diff --git a/metalua/loader.lua b/metalua/loader.lua
index 84489f7..bc855e3 100644
--- a/metalua/loader.lua
+++ b/metalua/loader.lua
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
diff --git a/metalua/repl.mlua b/metalua/repl.mlua
index 18cf518..82e60c3 100644
--- a/metalua/repl.mlua
+++ b/metalua/repl.mlua
@@ -1,5 +1,5 @@
 -------------------------------------------------------------------------------
--- Copyright (c) 2006-2015 Fabien Fleutot and others.
+-- Copyright (c) 2006-2017 Fabien Fleutot and others.
 --
 -- All rights reserved.
 --
@@ -57,7 +57,7 @@
 
 function M.run()
     pp.printf ("Metalua, interactive REPLoop.\n"..
-            "(c) 2006-2015 <metalua@gmail.com>")
+            "(c) 2006-2017 <metalua@gmail.com>")
    local lines = { }
    while true do
       local src, lx, ast, f, results, success
@@ -105,4 +105,4 @@
    end
 end
 
-return M
\ No newline at end of file
+return M