diff options
Diffstat (limited to 'plugins/SMS')
-rw-r--r-- | plugins/SMS/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/receive.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/recvdlg.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/send.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/senddlg.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SMS/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index 5002b87b3d..1e55334bfa 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-18 Rozhuk Ivan
+Copyright (C) 2007-19 Rozhuk Ivan
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/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index 0ddd928ea3..cc47652bf5 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2002 Richard Hughes
-Copyright (C) 2007-2018 Rozhuk Ivan
+Copyright (C) 2007-18 Rozhuk Ivan
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/plugins/SMS/src/receive.cpp b/plugins/SMS/src/receive.cpp index bb4546e440..e696150a6c 100644 --- a/plugins/SMS/src/receive.cpp +++ b/plugins/SMS/src/receive.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-18 Rozhuk Ivan
+Copyright (C) 2007-19 Rozhuk Ivan
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/plugins/SMS/src/recvdlg.cpp b/plugins/SMS/src/recvdlg.cpp index 8bf10ab7a7..9dfa15f10a 100644 --- a/plugins/SMS/src/recvdlg.cpp +++ b/plugins/SMS/src/recvdlg.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-18 Rozhuk Ivan
+Copyright (C) 2007-19 Rozhuk Ivan
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/plugins/SMS/src/send.cpp b/plugins/SMS/src/send.cpp index f1a9f98653..e563d6cf52 100644 --- a/plugins/SMS/src/send.cpp +++ b/plugins/SMS/src/send.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-18 Rozhuk Ivan
+Copyright (C) 2007-19 Rozhuk Ivan
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/plugins/SMS/src/senddlg.cpp b/plugins/SMS/src/senddlg.cpp index ab495836d1..01b37171e8 100644 --- a/plugins/SMS/src/senddlg.cpp +++ b/plugins/SMS/src/senddlg.cpp @@ -1,7 +1,7 @@ /*
Miranda-IM SMS Plugin
Copyright (C) 2001-2 Richard Hughes
-Copyright (C) 2007-18 Rozhuk Ivan
+Copyright (C) 2007-19 Rozhuk Ivan
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/plugins/SMS/src/stdafx.cxx b/plugins/SMS/src/stdafx.cxx index e579779bcc..d33e44d684 100644 --- a/plugins/SMS/src/stdafx.cxx +++ b/plugins/SMS/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-19 Miranda NG team (https://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/plugins/SMS/src/version.h b/plugins/SMS/src/version.h index d8d24b2c7f..4269279f7d 100644 --- a/plugins/SMS/src/version.h +++ b/plugins/SMS/src/version.h @@ -10,4 +10,4 @@ #define __DESCRIPTION "Send SMS text messages to mobile phones through the IM networks." #define __AUTHOR "Richard Hughes, Improved by Ariel Shulman, rewritten by Rozhuk Ivan" #define __AUTHORWEB "https://miranda-ng.org/p/SMS/" -#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-18 Rozhuk Ivan" +#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-19 Rozhuk Ivan" |