diff options
Diffstat (limited to 'protocols/MinecraftDynmap/src')
-rw-r--r-- | protocols/MinecraftDynmap/src/chat.cpp | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/communication.cpp | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/constants.h | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/dialogs.cpp | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/dialogs.h | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/proto.cpp | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/proto.h | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/utils.h | 2 | ||||
-rw-r--r-- | protocols/MinecraftDynmap/src/version.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/protocols/MinecraftDynmap/src/chat.cpp b/protocols/MinecraftDynmap/src/chat.cpp index b9ca698088..9da4b85703 100644 --- a/protocols/MinecraftDynmap/src/chat.cpp +++ b/protocols/MinecraftDynmap/src/chat.cpp @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/communication.cpp b/protocols/MinecraftDynmap/src/communication.cpp index 612369dad7..f61bc9d5af 100644 --- a/protocols/MinecraftDynmap/src/communication.cpp +++ b/protocols/MinecraftDynmap/src/communication.cpp @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/constants.h b/protocols/MinecraftDynmap/src/constants.h index 5bb5837c00..5bd2e5d25b 100644 --- a/protocols/MinecraftDynmap/src/constants.h +++ b/protocols/MinecraftDynmap/src/constants.h @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/dialogs.cpp b/protocols/MinecraftDynmap/src/dialogs.cpp index 3a32f77553..7fd8b0d3bc 100644 --- a/protocols/MinecraftDynmap/src/dialogs.cpp +++ b/protocols/MinecraftDynmap/src/dialogs.cpp @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/dialogs.h b/protocols/MinecraftDynmap/src/dialogs.h index 2c1af20317..d6f86e9eb0 100644 --- a/protocols/MinecraftDynmap/src/dialogs.h +++ b/protocols/MinecraftDynmap/src/dialogs.h @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/main.cpp b/protocols/MinecraftDynmap/src/main.cpp index 634248f87d..910a7562ff 100644 --- a/protocols/MinecraftDynmap/src/main.cpp +++ b/protocols/MinecraftDynmap/src/main.cpp @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/proto.cpp b/protocols/MinecraftDynmap/src/proto.cpp index 34a097827f..e57fa44308 100644 --- a/protocols/MinecraftDynmap/src/proto.cpp +++ b/protocols/MinecraftDynmap/src/proto.cpp @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/proto.h b/protocols/MinecraftDynmap/src/proto.h index 65f67cc25b..ce2e4eac8d 100644 --- a/protocols/MinecraftDynmap/src/proto.h +++ b/protocols/MinecraftDynmap/src/proto.h @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/stdafx.cxx b/protocols/MinecraftDynmap/src/stdafx.cxx index 3968e037fa..c4dcf13c38 100644 --- a/protocols/MinecraftDynmap/src/stdafx.cxx +++ b/protocols/MinecraftDynmap/src/stdafx.cxx @@ -1,5 +1,5 @@ /* -Copyright (C) 2012-16 Miranda NG project (http://miranda-ng.org) +Copyright (C) 2012-17 Miranda NG project (http://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/protocols/MinecraftDynmap/src/stdafx.h b/protocols/MinecraftDynmap/src/stdafx.h index 87d077f546..252b2e2ac9 100644 --- a/protocols/MinecraftDynmap/src/stdafx.h +++ b/protocols/MinecraftDynmap/src/stdafx.h @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/utils.h b/protocols/MinecraftDynmap/src/utils.h index ac947ec552..247ac1f13b 100644 --- a/protocols/MinecraftDynmap/src/utils.h +++ b/protocols/MinecraftDynmap/src/utils.h @@ -3,7 +3,7 @@ Minecraft Dynmap plugin for Miranda Instant Messenger _____________________________________________ -Copyright © 2015-16 Robert Pösel +Copyright © 2015-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/MinecraftDynmap/src/version.h b/protocols/MinecraftDynmap/src/version.h index 73abb87710..5635118cd2 100644 --- a/protocols/MinecraftDynmap/src/version.h +++ b/protocols/MinecraftDynmap/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Robert P\xf6" "sel" #define __AUTHOREMAIL "robyer@seznam.cz" #define __AUTHORWEB "http://miranda-ng.org/p/MinecraftDynmap/" -#define __COPYRIGHT "© 2015-16 Robert P\xf6" "sel" +#define __COPYRIGHT "© 2015-17 Robert P\xf6" "sel" |