diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-06 23:56:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-06 23:56:57 +0300 |
commit | 538261b13990ee02bbc62d9704233885b15cee04 (patch) | |
tree | bee5890c9f021f0286c88563a13c26f5f1a466dc /src/guichan/widgets | |
parent | 8e6ef0d196a2c9772225f2ac061721e11370d2e9 (diff) | |
download | plus-538261b13990ee02bbc62d9704233885b15cee04.tar.gz plus-538261b13990ee02bbc62d9704233885b15cee04.tar.bz2 plus-538261b13990ee02bbc62d9704233885b15cee04.tar.xz plus-538261b13990ee02bbc62d9704233885b15cee04.zip |
Add manaplus copyright to guichan files.
Diffstat (limited to 'src/guichan/widgets')
-rw-r--r-- | src/guichan/widgets/button.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/checkbox.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/container.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/dropdown.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/icon.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/imagebutton.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/label.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/listbox.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/radiobutton.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/scrollarea.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/slider.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/tab.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/tabbedarea.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/textbox.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/textfield.cpp | 1 | ||||
-rw-r--r-- | src/guichan/widgets/window.cpp | 1 |
16 files changed, 16 insertions, 0 deletions
diff --git a/src/guichan/widgets/button.cpp b/src/guichan/widgets/button.cpp index c27d0c8dd..6ae443705 100644 --- a/src/guichan/widgets/button.cpp +++ b/src/guichan/widgets/button.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/checkbox.cpp b/src/guichan/widgets/checkbox.cpp index 89fee153e..ab0b19e00 100644 --- a/src/guichan/widgets/checkbox.cpp +++ b/src/guichan/widgets/checkbox.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/container.cpp b/src/guichan/widgets/container.cpp index 7ab34a93b..b3edc0bcb 100644 --- a/src/guichan/widgets/container.cpp +++ b/src/guichan/widgets/container.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/dropdown.cpp b/src/guichan/widgets/dropdown.cpp index 17513931f..40abaf41f 100644 --- a/src/guichan/widgets/dropdown.cpp +++ b/src/guichan/widgets/dropdown.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/icon.cpp b/src/guichan/widgets/icon.cpp index 13a9f1309..c85ada7c3 100644 --- a/src/guichan/widgets/icon.cpp +++ b/src/guichan/widgets/icon.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/imagebutton.cpp b/src/guichan/widgets/imagebutton.cpp index feeed795d..5a0000be2 100644 --- a/src/guichan/widgets/imagebutton.cpp +++ b/src/guichan/widgets/imagebutton.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/label.cpp b/src/guichan/widgets/label.cpp index a5c967e2b..03ca04576 100644 --- a/src/guichan/widgets/label.cpp +++ b/src/guichan/widgets/label.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/listbox.cpp b/src/guichan/widgets/listbox.cpp index 80989cc72..5760025c2 100644 --- a/src/guichan/widgets/listbox.cpp +++ b/src/guichan/widgets/listbox.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/radiobutton.cpp b/src/guichan/widgets/radiobutton.cpp index 48a690767..7d0391cbe 100644 --- a/src/guichan/widgets/radiobutton.cpp +++ b/src/guichan/widgets/radiobutton.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/scrollarea.cpp b/src/guichan/widgets/scrollarea.cpp index 574308b7c..451288c77 100644 --- a/src/guichan/widgets/scrollarea.cpp +++ b/src/guichan/widgets/scrollarea.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/slider.cpp b/src/guichan/widgets/slider.cpp index f0eabd627..16f7cd8be 100644 --- a/src/guichan/widgets/slider.cpp +++ b/src/guichan/widgets/slider.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/tab.cpp b/src/guichan/widgets/tab.cpp index 768e2c695..96a347607 100644 --- a/src/guichan/widgets/tab.cpp +++ b/src/guichan/widgets/tab.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/tabbedarea.cpp b/src/guichan/widgets/tabbedarea.cpp index 4ee164778..7af00c4c4 100644 --- a/src/guichan/widgets/tabbedarea.cpp +++ b/src/guichan/widgets/tabbedarea.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/textbox.cpp b/src/guichan/widgets/textbox.cpp index 7b5b03ab8..e78ea91a3 100644 --- a/src/guichan/widgets/textbox.cpp +++ b/src/guichan/widgets/textbox.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/textfield.cpp b/src/guichan/widgets/textfield.cpp index d224e483f..c0e89cf1c 100644 --- a/src/guichan/widgets/textfield.cpp +++ b/src/guichan/widgets/textfield.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman diff --git a/src/guichan/widgets/window.cpp b/src/guichan/widgets/window.cpp index 1c46b2283..d7c5809e6 100644 --- a/src/guichan/widgets/window.cpp +++ b/src/guichan/widgets/window.cpp @@ -7,6 +7,7 @@ * \______\/ \______\/ \_\/ \_____\/ \_\/ \_\/ \_\/ \_\/ \_\/ \_\/ * * Copyright (c) 2004 - 2008 Olof Naessén and Per Larsson + * Copyright (C) 2011-2012 The ManaPlus Developers * * * Per Larsson a.k.a finalman |