diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
commit | 28317a5f7331e1910811e6e37ee7c327ee42cafd (patch) | |
tree | f4762a7fde822c343ed4f67ea715bf8ac5fe1640 /plugins/Weather | |
parent | 9682ce6e05865f2267f4bed4d74f0e1e890baccc (diff) |
massive copyright update
Diffstat (limited to 'plugins/Weather')
-rw-r--r-- | plugins/Weather/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Weather/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Weather/src/version.h | 4 | ||||
-rw-r--r-- | plugins/Weather/src/weather.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_addstn.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_contacts.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_conv.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_data.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_http.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_icons.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_info.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_ini.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_mwin.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_opt.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_popup.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_svcs.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_update.cpp | 2 | ||||
-rw-r--r-- | plugins/Weather/src/weather_userinfo.cpp | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/plugins/Weather/src/stdafx.cxx b/plugins/Weather/src/stdafx.cxx index b05ed73bc5..e579779bcc 100644 --- a/plugins/Weather/src/stdafx.cxx +++ b/plugins/Weather/src/stdafx.cxx @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
+Copyright (C) 2012-18 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/Weather/src/stdafx.h b/plugins/Weather/src/stdafx.h index 6c4a8082bb..6242d93cae 100644 --- a/plugins/Weather/src/stdafx.h +++ b/plugins/Weather/src/stdafx.h @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda NG
-Copyright (c) 2012-2014 Miranda NG Team
+Copyright (c) 2012-18 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h index ed24bd5ae8..6c6e8e3b7d 100644 --- a/plugins/Weather/src/version.h +++ b/plugins/Weather/src/version.h @@ -8,6 +8,6 @@ #define __PLUGIN_NAME "Weather"
#define __FILENAME "Weather.dll"
#define __DESCRIPTION "Retrieves weather information and displays it in your contact list."
-#define __AUTHOR "Miranda NG Team"
+#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/Weather/"
-#define __COPYRIGHT "© 2002-2005 NoName, 2005-2010 Boris Krasnovskiy, 2012-17 Miranda NG Team"
+#define __COPYRIGHT "© 2002-2005 NoName, 2005-2010 Boris Krasnovskiy, 2012-18 Miranda NG team"
diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index 3b89d9a4c1..fad7fa65aa 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_addstn.cpp b/plugins/Weather/src/weather_addstn.cpp index 20b93fcecd..0393364663 100644 --- a/plugins/Weather/src/weather_addstn.cpp +++ b/plugins/Weather/src/weather_addstn.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_contacts.cpp b/plugins/Weather/src/weather_contacts.cpp index 6d8bd85541..17a2708092 100644 --- a/plugins/Weather/src/weather_contacts.cpp +++ b/plugins/Weather/src/weather_contacts.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_conv.cpp b/plugins/Weather/src/weather_conv.cpp index ab9f85a26f..88822b98bc 100644 --- a/plugins/Weather/src/weather_conv.cpp +++ b/plugins/Weather/src/weather_conv.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_data.cpp b/plugins/Weather/src/weather_data.cpp index 5e1a794efa..dfcfc642d2 100644 --- a/plugins/Weather/src/weather_data.cpp +++ b/plugins/Weather/src/weather_data.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_http.cpp b/plugins/Weather/src/weather_http.cpp index 8b5995926b..1209648d64 100644 --- a/plugins/Weather/src/weather_http.cpp +++ b/plugins/Weather/src/weather_http.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_icons.cpp b/plugins/Weather/src/weather_icons.cpp index 12f40ebaa3..e9b4c52174 100644 --- a/plugins/Weather/src/weather_icons.cpp +++ b/plugins/Weather/src/weather_icons.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
This program is free software; you can redistribute it and/or
diff --git a/plugins/Weather/src/weather_info.cpp b/plugins/Weather/src/weather_info.cpp index 6f7ca4c1c7..525b473b57 100644 --- a/plugins/Weather/src/weather_info.cpp +++ b/plugins/Weather/src/weather_info.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_ini.cpp b/plugins/Weather/src/weather_ini.cpp index 717e7e1fd3..f60d68359b 100644 --- a/plugins/Weather/src/weather_ini.cpp +++ b/plugins/Weather/src/weather_ini.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_mwin.cpp b/plugins/Weather/src/weather_mwin.cpp index a87517a9b4..c7377821ef 100644 --- a/plugins/Weather/src/weather_mwin.cpp +++ b/plugins/Weather/src/weather_mwin.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2006-2009 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2006 Calvin Che
diff --git a/plugins/Weather/src/weather_opt.cpp b/plugins/Weather/src/weather_opt.cpp index e7b1566672..8f4ec006ef 100644 --- a/plugins/Weather/src/weather_opt.cpp +++ b/plugins/Weather/src/weather_opt.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_popup.cpp b/plugins/Weather/src/weather_popup.cpp index c48e4c37c3..6ab96255b2 100644 --- a/plugins/Weather/src/weather_popup.cpp +++ b/plugins/Weather/src/weather_popup.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2009 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_svcs.cpp b/plugins/Weather/src/weather_svcs.cpp index 58d2dcfca9..83521bb0d5 100644 --- a/plugins/Weather/src/weather_svcs.cpp +++ b/plugins/Weather/src/weather_svcs.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_update.cpp b/plugins/Weather/src/weather_update.cpp index d64786e53c..07e69e5b5b 100644 --- a/plugins/Weather/src/weather_update.cpp +++ b/plugins/Weather/src/weather_update.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
diff --git a/plugins/Weather/src/weather_userinfo.cpp b/plugins/Weather/src/weather_userinfo.cpp index cfba17d431..32b4dbf87b 100644 --- a/plugins/Weather/src/weather_userinfo.cpp +++ b/plugins/Weather/src/weather_userinfo.cpp @@ -1,6 +1,6 @@ /*
Weather Protocol plugin for Miranda IM
-Copyright (c) 2012 Miranda NG Team
+Copyright (c) 2012 Miranda NG team
Copyright (c) 2005-2011 Boris Krasnovskiy All Rights Reserved
Copyright (c) 2002-2005 Calvin Che
|