diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-01-04 07:12:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-01-04 07:12:38 +0300 |
commit | 4d2e202ee0954f130c8533af3a8dd0fa571e5150 (patch) | |
tree | 0a4cabd31d83145395dc1eda95ccd02b98c21601 /src/progs/dyecmd | |
parent | 1e256866ba95984d62e006c07bdee042d82441ba (diff) | |
download | plus-4d2e202ee0954f130c8533af3a8dd0fa571e5150.tar.gz plus-4d2e202ee0954f130c8533af3a8dd0fa571e5150.tar.bz2 plus-4d2e202ee0954f130c8533af3a8dd0fa571e5150.tar.xz plus-4d2e202ee0954f130c8533af3a8dd0fa571e5150.zip |
Update copyrights year.
Diffstat (limited to 'src/progs/dyecmd')
-rw-r--r-- | src/progs/dyecmd/actions/actions.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/chat.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/commands.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/move.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/pets.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/statusbar.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/tabs.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/target.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/actions/windows.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/client.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/client.h | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/dyemain.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/gui/viewport.cpp | 2 | ||||
-rw-r--r-- | src/progs/dyecmd/gui/viewport.h | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/src/progs/dyecmd/actions/actions.cpp b/src/progs/dyecmd/actions/actions.cpp index 58353b699..35a4e33c7 100644 --- a/src/progs/dyecmd/actions/actions.cpp +++ b/src/progs/dyecmd/actions/actions.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/chat.cpp b/src/progs/dyecmd/actions/chat.cpp index ece0e42b9..4fe6ed8d4 100644 --- a/src/progs/dyecmd/actions/chat.cpp +++ b/src/progs/dyecmd/actions/chat.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/commands.cpp b/src/progs/dyecmd/actions/commands.cpp index 7f50ab20c..37ec379b3 100644 --- a/src/progs/dyecmd/actions/commands.cpp +++ b/src/progs/dyecmd/actions/commands.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/move.cpp b/src/progs/dyecmd/actions/move.cpp index c3f82cd3a..452b3ae32 100644 --- a/src/progs/dyecmd/actions/move.cpp +++ b/src/progs/dyecmd/actions/move.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/pets.cpp b/src/progs/dyecmd/actions/pets.cpp index 96a7e5393..fbe964aa2 100644 --- a/src/progs/dyecmd/actions/pets.cpp +++ b/src/progs/dyecmd/actions/pets.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/statusbar.cpp b/src/progs/dyecmd/actions/statusbar.cpp index ed53ef8b0..a868bcb54 100644 --- a/src/progs/dyecmd/actions/statusbar.cpp +++ b/src/progs/dyecmd/actions/statusbar.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/tabs.cpp b/src/progs/dyecmd/actions/tabs.cpp index 3c795c2ab..dab201afc 100644 --- a/src/progs/dyecmd/actions/tabs.cpp +++ b/src/progs/dyecmd/actions/tabs.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/target.cpp b/src/progs/dyecmd/actions/target.cpp index 80b34a7fb..67062a75a 100644 --- a/src/progs/dyecmd/actions/target.cpp +++ b/src/progs/dyecmd/actions/target.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/actions/windows.cpp b/src/progs/dyecmd/actions/windows.cpp index ce5c72ce2..0ebbaaa7b 100644 --- a/src/progs/dyecmd/actions/windows.cpp +++ b/src/progs/dyecmd/actions/windows.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2012-2017 The ManaPlus Developers + * Copyright (C) 2012-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/client.cpp b/src/progs/dyecmd/client.cpp index d63e16a90..d4e93eb7f 100644 --- a/src/progs/dyecmd/client.cpp +++ b/src/progs/dyecmd/client.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/client.h b/src/progs/dyecmd/client.h index 08406ce64..88522e49a 100644 --- a/src/progs/dyecmd/client.h +++ b/src/progs/dyecmd/client.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/dyemain.cpp b/src/progs/dyecmd/dyemain.cpp index 915d0e580..383bb2495 100644 --- a/src/progs/dyecmd/dyemain.cpp +++ b/src/progs/dyecmd/dyemain.cpp @@ -1,6 +1,6 @@ /* * The ManaPlus Client - * Copyright (C) 2013-2017 The ManaPlus Developers + * Copyright (C) 2013-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/gui/viewport.cpp b/src/progs/dyecmd/gui/viewport.cpp index b25ec796e..d20c57538 100644 --- a/src/progs/dyecmd/gui/viewport.cpp +++ b/src/progs/dyecmd/gui/viewport.cpp @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * diff --git a/src/progs/dyecmd/gui/viewport.h b/src/progs/dyecmd/gui/viewport.h index 07b86b145..b7571e5f1 100644 --- a/src/progs/dyecmd/gui/viewport.h +++ b/src/progs/dyecmd/gui/viewport.h @@ -2,7 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2017 The ManaPlus Developers + * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * |