summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-22 01:45:00 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-06-22 01:45:00 +0200
commit9df3e20a9f82e965ba8c0add8ba3bd772c132da6 (patch)
treeed0e851e52e350c58abe358d4e6b5ff9ea013f66
parent3a137ca0a746e80208da62493892695a2e8fe51b (diff)
Bumping copyright.
-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