From 055d4460e17344248c7364afc5d19deeda39d644 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Jan 2014 12:32:05 +0000 Subject: copyright update for year 2014 git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!Deprecated/Db3x/src/commonheaders.h | 5 +++-- plugins/!Deprecated/Db3x/src/dbcache3x.cpp | 9 +++++---- plugins/!Deprecated/Db3x/src/dbintf3x.cpp | 2 +- plugins/!Deprecated/Db3x/src/dbintf3x.h | 2 +- plugins/!Deprecated/Db3x/src/init.cpp | 2 +- plugins/!Deprecated/Db3x/src/stdafx.cpp | 2 +- plugins/!Deprecated/Db3x/src/version.h | 2 +- plugins/!Deprecated/FingerPrintModPlus/src/stdafx.cpp | 2 +- plugins/!Deprecated/MagneticWindows/src/stdafx.cpp | 2 +- plugins/!Deprecated/W7UI/src/headers.h | 7 ++++--- plugins/!Deprecated/W7UI/src/main.cpp | 2 +- 11 files changed, 20 insertions(+), 17 deletions(-) (limited to 'plugins/!Deprecated') 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" diff --git a/plugins/!Deprecated/FingerPrintModPlus/src/stdafx.cpp b/plugins/!Deprecated/FingerPrintModPlus/src/stdafx.cpp index 199436b7ed..c54e72861c 100644 --- a/plugins/!Deprecated/FingerPrintModPlus/src/stdafx.cpp +++ b/plugins/!Deprecated/FingerPrintModPlus/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/MagneticWindows/src/stdafx.cpp b/plugins/!Deprecated/MagneticWindows/src/stdafx.cpp index 5fe904d242..7115a9db5e 100644 --- a/plugins/!Deprecated/MagneticWindows/src/stdafx.cpp +++ b/plugins/!Deprecated/MagneticWindows/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/W7UI/src/headers.h b/plugins/!Deprecated/W7UI/src/headers.h index 7d28902466..560e326e0d 100644 --- a/plugins/!Deprecated/W7UI/src/headers.h +++ b/plugins/!Deprecated/W7UI/src/headers.h @@ -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 diff --git a/plugins/!Deprecated/W7UI/src/main.cpp b/plugins/!Deprecated/W7UI/src/main.cpp index 4eca2bde5a..17c810d2ea 100644 --- a/plugins/!Deprecated/W7UI/src/main.cpp +++ b/plugins/!Deprecated/W7UI/src/main.cpp @@ -1,7 +1,7 @@ /* Miranda core extensions -Copyright 2000-2007 Miranda ICQ/IM project, +Copyright (c) 2000-07 Miranda ICQ/IM project, all portions of this codebase are copyrighted to the people listed in contributors.txt. -- cgit v1.2.3