summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-27 01:06:18 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-31 23:38:51 +0100
commit3b391ad0b59d0a8a7547134bc3ca744c2f38acee (patch)
tree7b9b6100c8d9c94db0a3816df29a67bc96f456c6
parent0a706a6c97bd0da549e75c7a3cba4f1e831059df (diff)
downloadmana-client-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.tar.gz
mana-client-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.tar.bz2
mana-client-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.tar.xz
mana-client-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.zip
Added missing copyright notices.
Reviewed-by: Erik Schilling
-rw-r--r--src/avatar.cpp1
-rw-r--r--src/effectmanager.cpp1
-rw-r--r--src/effectmanager.h1
-rw-r--r--src/emoteshortcut.cpp1
-rw-r--r--src/emoteshortcut.h1
-rw-r--r--src/gui/recorder.cpp1
-rw-r--r--src/gui/recorder.h1
-rw-r--r--src/gui/sdlinput.cpp1
-rw-r--r--src/gui/sdlinput.h1
-rw-r--r--src/gui/setup_colors.cpp1
-rw-r--r--src/gui/setup_colors.h1
-rw-r--r--src/gui/setup_keyboard.h2
-rw-r--r--src/gui/widgets/desktop.cpp1
-rw-r--r--src/gui/widgets/desktop.h1
-rw-r--r--src/gui/widgets/emoteshortcutcontainer.cpp1
-rw-r--r--src/gui/widgets/emoteshortcutcontainer.h1
-rw-r--r--src/gui/widgets/label.cpp3
-rw-r--r--src/gui/widgets/label.h1
-rw-r--r--src/keyboardconfig.cpp2
-rw-r--r--src/keyboardconfig.h2
-rw-r--r--src/net/tmwa/partyhandler.cpp1
-rw-r--r--src/net/tmwa/partyhandler.h1
-rw-r--r--src/resources/emotedb.cpp1
-rw-r--r--src/resources/emotedb.h1
-rw-r--r--src/textmanager.cpp1
-rw-r--r--src/textmanager.h1
-rw-r--r--src/utils/copynpaste.cpp1
-rw-r--r--src/utils/copynpaste.h1
-rw-r--r--src/winver.h20
29 files changed, 52 insertions, 1 deletions
diff --git a/src/avatar.cpp b/src/avatar.cpp
index b47333b6..71f7716c 100644
--- a/src/avatar.cpp
+++ b/src/avatar.cpp
@@ -1,6 +1,7 @@
/*
* The Mana Client
* Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/effectmanager.cpp b/src/effectmanager.cpp
index 5ac1dd5a..b842245c 100644
--- a/src/effectmanager.cpp
+++ b/src/effectmanager.cpp
@@ -2,6 +2,7 @@
* An effects manager
* Copyright (C) 2008 Fate <fate.tmw@googlemail.com>
* Copyright (C) 2008 Chuck Miller <shadowmil@gmail.com>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/effectmanager.h b/src/effectmanager.h
index 8302990e..5936f633 100644
--- a/src/effectmanager.h
+++ b/src/effectmanager.h
@@ -2,6 +2,7 @@
* An effects manager
* Copyright (C) 2008 Fate <fate.tmw@googlemail.com>
* Copyright (C) 2008 Chuck Miller <shadowmil@gmail.com>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/emoteshortcut.cpp b/src/emoteshortcut.cpp
index fe8c929c..37d05647 100644
--- a/src/emoteshortcut.cpp
+++ b/src/emoteshortcut.cpp
@@ -1,6 +1,7 @@
/*
* Extended support for activating emotes
* Copyright (C) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/emoteshortcut.h b/src/emoteshortcut.h
index ea1b73c8..0d64e6da 100644
--- a/src/emoteshortcut.h
+++ b/src/emoteshortcut.h
@@ -1,6 +1,7 @@
/*
* Extended support for activating emotes
* Copyright (C) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/recorder.cpp b/src/gui/recorder.cpp
index da2ee80f..8c71c63a 100644
--- a/src/gui/recorder.cpp
+++ b/src/gui/recorder.cpp
@@ -1,6 +1,7 @@
/*
* A chat recorder
* Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/recorder.h b/src/gui/recorder.h
index a56af54b..79a2b60e 100644
--- a/src/gui/recorder.h
+++ b/src/gui/recorder.h
@@ -1,6 +1,7 @@
/*
* A chat recorder
* Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/sdlinput.cpp b/src/gui/sdlinput.cpp
index 7f753b49..4ccb7580 100644
--- a/src/gui/sdlinput.cpp
+++ b/src/gui/sdlinput.cpp
@@ -8,6 +8,7 @@
*
* Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson
* Copyright (C) 2007-2010 The Mana World Development Team
+ * Copyright (C) 2010-2012 The Mana Developers
*
* Js_./
* Per Larsson a.k.a finalman _RqZ{a<^_aa
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h
index fe4ff4bb..90f70df3 100644
--- a/src/gui/sdlinput.h
+++ b/src/gui/sdlinput.h
@@ -8,6 +8,7 @@
*
* Copyright (c) 2004, 2005, 2006, 2007 Olof Naessén and Per Larsson
* Copyright (C) 2007-2010 The Mana World Development Team
+ * Copyright (C) 2010-2012 The Mana Developers
*
* Js_./
* Per Larsson a.k.a finalman _RqZ{a<^_aa
diff --git a/src/gui/setup_colors.cpp b/src/gui/setup_colors.cpp
index 7ebf6bed..95b2000d 100644
--- a/src/gui/setup_colors.cpp
+++ b/src/gui/setup_colors.cpp
@@ -1,6 +1,7 @@
/*
* Configurable text colors
* Copyright (C) 2008 Douglas Boffey <dougaboffey@netscape.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h
index 038e03fb..e9144c73 100644
--- a/src/gui/setup_colors.h
+++ b/src/gui/setup_colors.h
@@ -1,6 +1,7 @@
/*
* Configurable text colors
* Copyright (C) 2008 Douglas Boffey <dougaboffey@netscape.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/setup_keyboard.h b/src/gui/setup_keyboard.h
index 5a455adb..14eee5b9 100644
--- a/src/gui/setup_keyboard.h
+++ b/src/gui/setup_keyboard.h
@@ -1,6 +1,8 @@
/*
* Custom keyboard shortcuts configuration
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
+ * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp
index 23dd3eb5..d0e2a498 100644
--- a/src/gui/widgets/desktop.cpp
+++ b/src/gui/widgets/desktop.cpp
@@ -1,6 +1,7 @@
/*
* Desktop widget
* Copyright (c) 2009-2010 The Mana World Development Team
+ * Copyright (C) 2010-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/desktop.h b/src/gui/widgets/desktop.h
index 6d009fa0..593c8ab0 100644
--- a/src/gui/widgets/desktop.h
+++ b/src/gui/widgets/desktop.h
@@ -1,6 +1,7 @@
/*
* Desktop widget
* Copyright (c) 2009-2010 The Mana World Development Team
+ * Copyright (C) 2010-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/emoteshortcutcontainer.cpp b/src/gui/widgets/emoteshortcutcontainer.cpp
index f7a6ca2b..73cdd27c 100644
--- a/src/gui/widgets/emoteshortcutcontainer.cpp
+++ b/src/gui/widgets/emoteshortcutcontainer.cpp
@@ -1,6 +1,7 @@
/*
* Extended support for activating emotes
* Copyright (C) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/emoteshortcutcontainer.h b/src/gui/widgets/emoteshortcutcontainer.h
index 0021d838..cc388580 100644
--- a/src/gui/widgets/emoteshortcutcontainer.h
+++ b/src/gui/widgets/emoteshortcutcontainer.h
@@ -1,6 +1,7 @@
/*
* Extended support for activating emotes
* Copyright (C) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp
index 939e9fc0..af5220ef 100644
--- a/src/gui/widgets/label.cpp
+++ b/src/gui/widgets/label.cpp
@@ -1,6 +1,7 @@
/*
* The Mana Client
- * Copyright (c) 2009 Aethyra Development Team
+ * Copyright (c) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h
index 6b9cd2a8..f30308cd 100644
--- a/src/gui/widgets/label.h
+++ b/src/gui/widgets/label.h
@@ -1,6 +1,7 @@
/*
* The Mana Client
* Copyright (c) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp
index 61e7571a..30f27e9f 100644
--- a/src/keyboardconfig.cpp
+++ b/src/keyboardconfig.cpp
@@ -1,6 +1,8 @@
/*
* Custom keyboard shortcuts configuration
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
+ * Copyright (C) 2008-2009 The Mana Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index 945011a8..34aad4c4 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -1,6 +1,8 @@
/*
* Custom keyboard shortcuts configuration
* Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
+ * Copyright (C) 2008-2009 The Mana Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/net/tmwa/partyhandler.cpp b/src/net/tmwa/partyhandler.cpp
index 47182121..65c15340 100644
--- a/src/net/tmwa/partyhandler.cpp
+++ b/src/net/tmwa/partyhandler.cpp
@@ -1,6 +1,7 @@
/*
* The Mana Client
* Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/net/tmwa/partyhandler.h b/src/net/tmwa/partyhandler.h
index 5afc8e53..bf567bb6 100644
--- a/src/net/tmwa/partyhandler.h
+++ b/src/net/tmwa/partyhandler.h
@@ -1,6 +1,7 @@
/*
* The Mana Client
* Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/resources/emotedb.cpp b/src/resources/emotedb.cpp
index c542f7d0..6a001078 100644
--- a/src/resources/emotedb.cpp
+++ b/src/resources/emotedb.cpp
@@ -1,6 +1,7 @@
/*
* Emote database
* Copyright (C) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h
index a2887a74..1324fb7e 100644
--- a/src/resources/emotedb.h
+++ b/src/resources/emotedb.h
@@ -1,6 +1,7 @@
/*
* Emote database
* Copyright (C) 2009 Aethyra Development Team
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/textmanager.cpp b/src/textmanager.cpp
index f9d0a3ce..00bdd49c 100644
--- a/src/textmanager.cpp
+++ b/src/textmanager.cpp
@@ -1,6 +1,7 @@
/*
* Support for non-overlapping floating text
* Copyright (C) 2008 Douglas Boffey <DougABoffey@netscape.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/textmanager.h b/src/textmanager.h
index 13c30b14..74428108 100644
--- a/src/textmanager.h
+++ b/src/textmanager.h
@@ -1,6 +1,7 @@
/*
* Support for non-overlapping floating text
* Copyright (C) 2008 Douglas Boffey <DougABoffey@netscape.net>
+ * Copyright (C) 2009-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 458a6d27..2bb8fb49 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -1,6 +1,7 @@
/*
* Retrieve string pasted depending on OS mechanisms.
* Copyright (C) 2001-2010 Wormux Team
+ * Copyright (C) 2010-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h
index 1a7c81d0..c2430e1c 100644
--- a/src/utils/copynpaste.h
+++ b/src/utils/copynpaste.h
@@ -1,6 +1,7 @@
/*
* Retrieve string pasted depending on OS mechanisms.
* Copyright (C) 2001-2010 Wormux Team
+ * Copyright (C) 2010-2012 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/winver.h b/src/winver.h
index 46eb942c..ce6f23ee 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -1,3 +1,23 @@
+/*
+ * The Mana Client
+ * Copyright (C) 2012 The Mana Developers
+ *
+ * This file is part of The Mana Client.
+ *
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
/* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 6