summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-22 08:26:05 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-22 08:26:05 -0700
commitb643164b08597190ba136643c5ffe555dcab7a23 (patch)
treeb03389e03856a7fc99d987b6bcf48ecccfa5a8f1 /src
parent6316da171a41307911b2a0d5a2d1fb22f26c2b80 (diff)
downloadMana-b643164b08597190ba136643c5ffe555dcab7a23.tar.gz
Mana-b643164b08597190ba136643c5ffe555dcab7a23.tar.bz2
Mana-b643164b08597190ba136643c5ffe555dcab7a23.tar.xz
Mana-b643164b08597190ba136643c5ffe555dcab7a23.zip
Fix more copyright headers
Diffstat (limited to 'src')
-rw-r--r--src/gui/widgets/avatarlistbox.cpp2
-rw-r--r--src/gui/widgets/avatarlistbox.h2
-rw-r--r--src/party.cpp2
-rw-r--r--src/party.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/widgets/avatarlistbox.cpp b/src/gui/widgets/avatarlistbox.cpp
index cf6dd6f5..f5a9ea18 100644
--- a/src/gui/widgets/avatarlistbox.cpp
+++ b/src/gui/widgets/avatarlistbox.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Client
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2010 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/gui/widgets/avatarlistbox.h b/src/gui/widgets/avatarlistbox.h
index 0e210b22..4843bda6 100644
--- a/src/gui/widgets/avatarlistbox.h
+++ b/src/gui/widgets/avatarlistbox.h
@@ -1,6 +1,6 @@
/*
* The Mana Client
- * Copyright (C) 2008 The Mana World Development Team
+ * Copyright (C) 2010 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/party.cpp b/src/party.cpp
index f7bb0467..8dc6dd38 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -1,6 +1,6 @@
/*
* The Mana Client
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2010 The Mana Developers
*
* This file is part of The Mana Client.
*
diff --git a/src/party.h b/src/party.h
index 9ab518c3..b1aec179 100644
--- a/src/party.h
+++ b/src/party.h
@@ -1,6 +1,6 @@
/*
* The Mana Client
- * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2010 The Mana Developers
*
* This file is part of The Mana Client.
*
@@ -162,7 +162,7 @@ private:
static PartyMap parties;
/**
- * Constructor with guild id passed to it.
+ * Constructor with party id passed to it.
*/
Party(short id);