diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-01-02 19:40:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-01-02 19:40:35 +0000 |
commit | e185ce0df50fa161f5ea5c89fe0edfdbabb59185 (patch) | |
tree | a9dde200742c3edbee7d1be5e88335060372cbd6 /plugins/PackUpdater/Src/Notifications.h | |
parent | 006238c7b97bd68b99667146f1b5df1f3661f470 (diff) |
fixed version compare
warning level changed to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Src/Notifications.h')
-rw-r--r-- | plugins/PackUpdater/Src/Notifications.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/PackUpdater/Src/Notifications.h b/plugins/PackUpdater/Src/Notifications.h index 17f896c003..a0467e6dbb 100644 --- a/plugins/PackUpdater/Src/Notifications.h +++ b/plugins/PackUpdater/Src/Notifications.h @@ -1,5 +1,5 @@ -/*
-Copyright (C) 2010 Mataes
+/*
+Copyright (C) 2011-2015 Mataes
This is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -14,7 +14,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
#define POPUPS 4
|