diff options
Diffstat (limited to 'plugins/!Deprecated/Db3x/src')
-rw-r--r-- | plugins/!Deprecated/Db3x/src/commonheaders.h | 5 | ||||
-rw-r--r-- | plugins/!Deprecated/Db3x/src/dbcache3x.cpp | 9 | ||||
-rw-r--r-- | plugins/!Deprecated/Db3x/src/dbintf3x.cpp | 2 | ||||
-rw-r--r-- | plugins/!Deprecated/Db3x/src/dbintf3x.h | 2 | ||||
-rw-r--r-- | plugins/!Deprecated/Db3x/src/init.cpp | 2 | ||||
-rw-r--r-- | plugins/!Deprecated/Db3x/src/stdafx.cpp | 2 | ||||
-rw-r--r-- | plugins/!Deprecated/Db3x/src/version.h | 2 |
7 files changed, 13 insertions, 11 deletions
diff --git a/plugins/!Deprecated/Db3x/src/commonheaders.h b/plugins/!Deprecated/Db3x/src/commonheaders.h index 562cea5b7f..b97a18157f 100644 --- a/plugins/!Deprecated/Db3x/src/commonheaders.h +++ b/plugins/!Deprecated/Db3x/src/commonheaders.h @@ -1,8 +1,9 @@ /*
-Miranda IM: the free IM client for Microsoft* Windows*
+Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2000-2003 Miranda ICQ/IM project,
+Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (ñ) 2000-03 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/!Deprecated/Db3x/src/dbcache3x.cpp b/plugins/!Deprecated/Db3x/src/dbcache3x.cpp index 5688ce0a53..aeebdf033d 100644 --- a/plugins/!Deprecated/Db3x/src/dbcache3x.cpp +++ b/plugins/!Deprecated/Db3x/src/dbcache3x.cpp @@ -1,9 +1,10 @@ /*
-Miranda IM: the free IM client for Microsoft* Windows*
+Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2000-2003 Miranda ICQ/IM project,
-all portions of this codebase are copyrighted to the people
+Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (ñ) 2000-03 Miranda ICQ/IM project,
+all portions of this codebase are copyrighted to the people
listed in contributors.txt.
This program is free software; you can redistribute it and/or
@@ -37,7 +38,7 @@ int CDb3x::FindLRUSection(void) DWORD lowestLastUse = cacheSectionInfo[0].lastUsed;
for (int i = 1; i < CACHESECTIONCOUNT; i++)
if (cacheSectionInfo[i].lastUsed < lowestLastUse) {
- lru = i;
+ lru = i;
lowestLastUse = cacheSectionInfo[i].lastUsed;
}
return lru;
diff --git a/plugins/!Deprecated/Db3x/src/dbintf3x.cpp b/plugins/!Deprecated/Db3x/src/dbintf3x.cpp index 4deeed332a..c1b629599d 100644 --- a/plugins/!Deprecated/Db3x/src/dbintf3x.cpp +++ b/plugins/!Deprecated/Db3x/src/dbintf3x.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2012-13 Miranda NG project,
+Copyright 2012-14 Miranda NG project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/!Deprecated/Db3x/src/dbintf3x.h b/plugins/!Deprecated/Db3x/src/dbintf3x.h index eaeb80b167..caf5ecf9d5 100644 --- a/plugins/!Deprecated/Db3x/src/dbintf3x.h +++ b/plugins/!Deprecated/Db3x/src/dbintf3x.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2012-13 Miranda NG project,
+Copyright 2012-14 Miranda NG project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/!Deprecated/Db3x/src/init.cpp b/plugins/!Deprecated/Db3x/src/init.cpp index 9b0e5d81be..e3a01ab40d 100644 --- a/plugins/!Deprecated/Db3x/src/init.cpp +++ b/plugins/!Deprecated/Db3x/src/init.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2012-13 Miranda NG project,
+Copyright 2012-14 Miranda NG project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/plugins/!Deprecated/Db3x/src/stdafx.cpp b/plugins/!Deprecated/Db3x/src/stdafx.cpp index e7e41dae3c..0edf9e36e6 100644 --- a/plugins/!Deprecated/Db3x/src/stdafx.cpp +++ b/plugins/!Deprecated/Db3x/src/stdafx.cpp @@ -1,5 +1,5 @@ /*
-Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
+Copyright (C) 2012-14 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/plugins/!Deprecated/Db3x/src/version.h b/plugins/!Deprecated/Db3x/src/version.h index 3c8bef20fa..d64f0213d2 100644 --- a/plugins/!Deprecated/Db3x/src/version.h +++ b/plugins/!Deprecated/Db3x/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG project"
#define __AUTHOREMAIL "ghazan@miranda.im"
#define __AUTHORWEB "http://miranda-ng.org/p/Dbx_3x/"
-#define __COPYRIGHT "© 2012-13 Miranda NG project"
+#define __COPYRIGHT "© 2012-14 Miranda NG project"
|