diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-27 01:06:18 +0100 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2012-01-31 23:38:51 +0100 |
commit | 3b391ad0b59d0a8a7547134bc3ca744c2f38acee (patch) | |
tree | 7b9b6100c8d9c94db0a3816df29a67bc96f456c6 /src/gui | |
parent | 0a706a6c97bd0da549e75c7a3cba4f1e831059df (diff) | |
download | mana-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.tar.gz mana-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.tar.bz2 mana-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.tar.xz mana-3b391ad0b59d0a8a7547134bc3ca744c2f38acee.zip |
Added missing copyright notices.
Reviewed-by: Erik Schilling
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/recorder.cpp | 1 | ||||
-rw-r--r-- | src/gui/recorder.h | 1 | ||||
-rw-r--r-- | src/gui/sdlinput.cpp | 1 | ||||
-rw-r--r-- | src/gui/sdlinput.h | 1 | ||||
-rw-r--r-- | src/gui/setup_colors.cpp | 1 | ||||
-rw-r--r-- | src/gui/setup_colors.h | 1 | ||||
-rw-r--r-- | src/gui/setup_keyboard.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/desktop.cpp | 1 | ||||
-rw-r--r-- | src/gui/widgets/desktop.h | 1 | ||||
-rw-r--r-- | src/gui/widgets/emoteshortcutcontainer.cpp | 1 | ||||
-rw-r--r-- | src/gui/widgets/emoteshortcutcontainer.h | 1 | ||||
-rw-r--r-- | src/gui/widgets/label.cpp | 3 | ||||
-rw-r--r-- | src/gui/widgets/label.h | 1 |
13 files changed, 15 insertions, 1 deletions
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. * |