summaryrefslogtreecommitdiffstats
path: root/src/utils
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/utils
parentb0fd157aeb586e56d43d7a255934d85f2cd35d8c (diff)
downloadmanaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.gz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.tar.xz
manaserv-ba1b3946914e391bbf12f6da774cfc7dbe6cac8c.zip
Update Copyright date for Manaserv.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/encryption.cpp2
-rw-r--r--src/utils/encryption.h2
-rw-r--r--src/utils/functors.h2
-rw-r--r--src/utils/logger.cpp2
-rw-r--r--src/utils/logger.h2
-rw-r--r--src/utils/mathutils.cpp2
-rw-r--r--src/utils/mathutils.h2
-rw-r--r--src/utils/processorutils.cpp2
-rw-r--r--src/utils/processorutils.hpp2
-rw-r--r--src/utils/sha256.cpp2
-rw-r--r--src/utils/sha256.h2
-rw-r--r--src/utils/singleton.h2
-rw-r--r--src/utils/string.cpp2
-rw-r--r--src/utils/string.hpp2
-rw-r--r--src/utils/stringfilter.cpp2
-rw-r--r--src/utils/stringfilter.h2
-rw-r--r--src/utils/timer.cpp2
-rw-r--r--src/utils/timer.h2
-rw-r--r--src/utils/tokencollector.cpp2
-rw-r--r--src/utils/tokencollector.hpp2
-rw-r--r--src/utils/tokendispenser.cpp2
-rw-r--r--src/utils/tokendispenser.hpp2
-rw-r--r--src/utils/trim.hpp2
-rw-r--r--src/utils/xml.cpp2
-rw-r--r--src/utils/xml.hpp2
-rw-r--r--src/utils/zlib.cpp2
-rw-r--r--src/utils/zlib.hpp2
27 files changed, 27 insertions, 27 deletions
diff --git a/src/utils/encryption.cpp b/src/utils/encryption.cpp
index 38503bb..1a7cfb4 100644
--- a/src/utils/encryption.cpp
+++ b/src/utils/encryption.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/encryption.h b/src/utils/encryption.h
index 52d6d05..a2262ed 100644
--- a/src/utils/encryption.h
+++ b/src/utils/encryption.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/functors.h b/src/utils/functors.h
index 92edd09..ef1aa04 100644
--- a/src/utils/functors.h
+++ b/src/utils/functors.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/logger.cpp b/src/utils/logger.cpp
index cd2ed94..a8d7241 100644
--- a/src/utils/logger.cpp
+++ b/src/utils/logger.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/logger.h b/src/utils/logger.h
index 1b4c2a7..473e025 100644
--- a/src/utils/logger.h
+++ b/src/utils/logger.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/mathutils.cpp b/src/utils/mathutils.cpp
index 2977f87..3208fb5 100644
--- a/src/utils/mathutils.cpp
+++ b/src/utils/mathutils.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/mathutils.h b/src/utils/mathutils.h
index 032908b..0a53a17 100644
--- a/src/utils/mathutils.h
+++ b/src/utils/mathutils.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/processorutils.cpp b/src/utils/processorutils.cpp
index 841b15a..37db06a 100644
--- a/src/utils/processorutils.cpp
+++ b/src/utils/processorutils.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/utils/processorutils.hpp b/src/utils/processorutils.hpp
index e89e85c..05bb7c8 100644
--- a/src/utils/processorutils.hpp
+++ b/src/utils/processorutils.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/utils/sha256.cpp b/src/utils/sha256.cpp
index a5bd042..ba6a507 100644
--- a/src/utils/sha256.cpp
+++ b/src/utils/sha256.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2008-2010 The Mana World Development Team
*
* This file has been slighly modified as part of The Mana Server.
*
diff --git a/src/utils/sha256.h b/src/utils/sha256.h
index 0959888..b22ea85 100644
--- a/src/utils/sha256.h
+++ b/src/utils/sha256.h
@@ -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/utils/singleton.h b/src/utils/singleton.h
index fd3e4dd..4535439 100644
--- a/src/utils/singleton.h
+++ b/src/utils/singleton.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/string.cpp b/src/utils/string.cpp
index b1c1a05..3a2bb25 100644
--- a/src/utils/string.cpp
+++ b/src/utils/string.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/string.hpp b/src/utils/string.hpp
index 5d494b7..e09e9ab 100644
--- a/src/utils/string.hpp
+++ b/src/utils/string.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/stringfilter.cpp b/src/utils/stringfilter.cpp
index 7356514..de46491 100644
--- a/src/utils/stringfilter.cpp
+++ b/src/utils/stringfilter.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/stringfilter.h b/src/utils/stringfilter.h
index d9a648d..40eed12 100644
--- a/src/utils/stringfilter.h
+++ b/src/utils/stringfilter.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/timer.cpp b/src/utils/timer.cpp
index ba2c607..a79a546 100644
--- a/src/utils/timer.cpp
+++ b/src/utils/timer.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/timer.h b/src/utils/timer.h
index 7c445b1..d64ed54 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/tokencollector.cpp b/src/utils/tokencollector.cpp
index 12624dd..f82dcd1 100644
--- a/src/utils/tokencollector.cpp
+++ b/src/utils/tokencollector.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/utils/tokencollector.hpp b/src/utils/tokencollector.hpp
index 4481910..5e4c3f2 100644
--- a/src/utils/tokencollector.hpp
+++ b/src/utils/tokencollector.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/utils/tokendispenser.cpp b/src/utils/tokendispenser.cpp
index a05821b..9aff9e4 100644
--- a/src/utils/tokendispenser.cpp
+++ b/src/utils/tokendispenser.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/utils/tokendispenser.hpp b/src/utils/tokendispenser.hpp
index 3dfad39..dc3173c 100644
--- a/src/utils/tokendispenser.hpp
+++ b/src/utils/tokendispenser.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/utils/trim.hpp b/src/utils/trim.hpp
index 11fbcc6..ff93f93 100644
--- a/src/utils/trim.hpp
+++ b/src/utils/trim.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/utils/xml.cpp b/src/utils/xml.cpp
index 43c6c2b..ab9ba77 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/xml.hpp b/src/utils/xml.hpp
index 1ffe6fa..e6b618c 100644
--- a/src/utils/xml.hpp
+++ b/src/utils/xml.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2004 The Mana World Development Team
+ * Copyright (C) 2004-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/zlib.cpp b/src/utils/zlib.cpp
index a6d9020..e3d3c60 100644
--- a/src/utils/zlib.cpp
+++ b/src/utils/zlib.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*
diff --git a/src/utils/zlib.hpp b/src/utils/zlib.hpp
index ee6a9de..6d5347f 100644
--- a/src/utils/zlib.hpp
+++ b/src/utils/zlib.hpp
@@ -1,6 +1,6 @@
/*
* The Mana Server
- * Copyright (C) 2006 The Mana World Development Team
+ * Copyright (C) 2006-2010 The Mana World Development Team
*
* This file is part of The Mana Server.
*