diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-21 09:25:56 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-21 09:25:56 -0700 |
commit | 204a14c91bbe4436eb3b26bebf30cbe5669bdd1a (patch) | |
tree | 39edfd90700fc914ba2a2e24226acd100995da2a /src/gui/widgets | |
parent | 2a00aa99e2ed4a635a85624729adb0a424742630 (diff) | |
download | mana-204a14c91bbe4436eb3b26bebf30cbe5669bdd1a.tar.gz mana-204a14c91bbe4436eb3b26bebf30cbe5669bdd1a.tar.bz2 mana-204a14c91bbe4436eb3b26bebf30cbe5669bdd1a.tar.xz mana-204a14c91bbe4436eb3b26bebf30cbe5669bdd1a.zip |
Do some more copyright header cleanups
Fix "(C) 2009-2009" to just "(C) 2009"
Fix "(C) 2010 TMW" to "(C) 2010 Mana"
Remove TMW compyright on (hopefully all) files added after 0.0.29.1
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/channeltab.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/chattab.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/flowcontainer.cpp | 1 | ||||
-rw-r--r-- | src/gui/widgets/flowcontainer.h | 1 | ||||
-rw-r--r-- | src/gui/widgets/itemlinkhandler.cpp | 2 | ||||
-rw-r--r-- | src/gui/widgets/itemlinkhandler.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/layouthelper.cpp | 2 | ||||
-rw-r--r-- | src/gui/widgets/layouthelper.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/progressindicator.cpp | 2 | ||||
-rw-r--r-- | src/gui/widgets/progressindicator.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/setuptab.cpp | 2 | ||||
-rw-r--r-- | src/gui/widgets/vertcontainer.cpp | 1 | ||||
-rw-r--r-- | src/gui/widgets/vertcontainer.h | 1 | ||||
-rw-r--r-- | src/gui/widgets/whispertab.cpp | 2 | ||||
-rw-r--r-- | src/gui/widgets/whispertab.h | 2 |
15 files changed, 11 insertions, 15 deletions
diff --git a/src/gui/widgets/channeltab.h b/src/gui/widgets/channeltab.h index ee2d139b..842b80f7 100644 --- a/src/gui/widgets/channeltab.h +++ b/src/gui/widgets/channeltab.h @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index b1057e14..8fa0ab71 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/flowcontainer.cpp b/src/gui/widgets/flowcontainer.cpp index 357d667c..64e2a18d 100644 --- a/src/gui/widgets/flowcontainer.cpp +++ b/src/gui/widgets/flowcontainer.cpp @@ -1,6 +1,5 @@ /* * The Mana Client - * Copyright (C) 2007-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/flowcontainer.h b/src/gui/widgets/flowcontainer.h index 16e2ee15..a0e8dbf5 100644 --- a/src/gui/widgets/flowcontainer.h +++ b/src/gui/widgets/flowcontainer.h @@ -1,6 +1,5 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/itemlinkhandler.cpp b/src/gui/widgets/itemlinkhandler.cpp index 037275c2..0baa4d1e 100644 --- a/src/gui/widgets/itemlinkhandler.cpp +++ b/src/gui/widgets/itemlinkhandler.cpp @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/itemlinkhandler.h b/src/gui/widgets/itemlinkhandler.h index 075d9c86..ac8ed0e8 100644 --- a/src/gui/widgets/itemlinkhandler.h +++ b/src/gui/widgets/itemlinkhandler.h @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/layouthelper.cpp b/src/gui/widgets/layouthelper.cpp index a6d526c2..0008403e 100644 --- a/src/gui/widgets/layouthelper.cpp +++ b/src/gui/widgets/layouthelper.cpp @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h index 7d7fb1f1..cf966029 100644 --- a/src/gui/widgets/layouthelper.h +++ b/src/gui/widgets/layouthelper.h @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/progressindicator.cpp b/src/gui/widgets/progressindicator.cpp index df926814..d1b6bb87 100644 --- a/src/gui/widgets/progressindicator.cpp +++ b/src/gui/widgets/progressindicator.cpp @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2010 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/progressindicator.h b/src/gui/widgets/progressindicator.h index 8ceba104..b990d8be 100644 --- a/src/gui/widgets/progressindicator.h +++ b/src/gui/widgets/progressindicator.h @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2010 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/setuptab.cpp b/src/gui/widgets/setuptab.cpp index 7c6217c0..d26a4550 100644 --- a/src/gui/widgets/setuptab.cpp +++ b/src/gui/widgets/setuptab.cpp @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/vertcontainer.cpp b/src/gui/widgets/vertcontainer.cpp index ff2cee74..74e81be2 100644 --- a/src/gui/widgets/vertcontainer.cpp +++ b/src/gui/widgets/vertcontainer.cpp @@ -1,6 +1,5 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/vertcontainer.h b/src/gui/widgets/vertcontainer.h index 25e741e4..1b5b203a 100644 --- a/src/gui/widgets/vertcontainer.h +++ b/src/gui/widgets/vertcontainer.h @@ -1,6 +1,5 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 7bb4aa10..9707953e 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2008-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. diff --git a/src/gui/widgets/whispertab.h b/src/gui/widgets/whispertab.h index 93a9fc66..146ea5c5 100644 --- a/src/gui/widgets/whispertab.h +++ b/src/gui/widgets/whispertab.h @@ -1,6 +1,6 @@ /* * The Mana Client - * Copyright (C) 2009-2009 The Mana World Development Team + * Copyright (C) 2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * * This file is part of The Mana Client. |