summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lua-interface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua-interface.cpp b/src/lua-interface.cpp
index a72b366..8b31f59 100644
--- a/src/lua-interface.cpp
+++ b/src/lua-interface.cpp
@@ -1,6 +1,6 @@
/*
* lua-interface
- * Copyright (C) 2002-2009 Nicolas "Pixel" Noble
+ * Copyright (C) 2002-2010 Nicolas "Pixel" Noble
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -557,7 +557,7 @@ Lua * start_full_lua(void) {
void showbanner() {
printm(M_BARE,
-"Lua-Interface" LIGHT " version " LUA_INTERFACE_VERSION " (c) 2003-2009 Nicolas \"Pixel\" Noble\n"
+"Lua-Interface" LIGHT " version " LUA_INTERFACE_VERSION " (c) 2003-2010 Nicolas \"Pixel\" Noble\n"
LUA_RELEASE " " LUA_COPYRIGHT "\n"
LUAJIT_VERSION " -- " LUAJIT_COPYRIGHT ". " LUAJIT_URL "\n"
#ifdef WIP