summaryrefslogtreecommitdiff
path: root/src/scripting
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-07 17:29:25 +0100
committerBertram <bertram@cegetel.net>2010-02-07 17:29:25 +0100
commitba1b3946914e391bbf12f6da774cfc7dbe6cac8c (patch)
tree4c165206774cfcbc98f42a55f2dfd842b1ee06d2 /src/scripting
parentb0fd157aeb586e56d43d7a255934d85f2cd35d8c (diff)
downloadmanaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.gz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.bz2
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.xz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.zip
Update Copyright date for Manaserv.
Diffstat (limited to 'src/scripting')
-rw-r--r--src/scripting/lua.cpp2
-rw-r--r--src/scripting/luascript.cpp2
-rw-r--r--src/scripting/luascript.hpp2
-rw-r--r--src/scripting/luautil.cpp2
-rw-r--r--src/scripting/luautil.hpp2
-rw-r--r--src/scripting/script.cpp2
-rw-r--r--src/scripting/script.hpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index 004756a2..034e9b41 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/scripting/luascript.cpp b/src/scripting/luascript.cpp
index a8dab592..cb6ba3a6 100644
--- a/src/scripting/luascript.cpp
+++ b/src/scripting/luascript.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/scripting/luascript.hpp b/src/scripting/luascript.hpp
index 3bb52e3e..25fc997a 100644
--- a/src/scripting/luascript.hpp
+++ b/src/scripting/luascript.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/scripting/luautil.cpp b/src/scripting/luautil.cpp
index 804c37df..02de6adc 100644
--- a/src/scripting/luautil.cpp
+++ b/src/scripting/luautil.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/scripting/luautil.hpp b/src/scripting/luautil.hpp
index 67828a29..de138e24 100644
--- a/src/scripting/luautil.hpp
+++ b/src/scripting/luautil.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/scripting/script.cpp b/src/scripting/script.cpp
index e7f8a78d..8c3b2af5 100644
--- a/src/scripting/script.cpp
+++ b/src/scripting/script.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/scripting/script.hpp b/src/scripting/script.hpp
index ecff0a49..e11e5cc1 100644
--- a/src/scripting/script.hpp
+++ b/src/scripting/script.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2007 The Mana World Development Team
+ * Copyright (C) 2007-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*