summaryrefslogtreecommitdiff
path: root/plugins/Import
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-31 22:00:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-31 22:00:02 +0000
commit813851def848b52b92f59c379706ada6bebceba9 (patch)
treea60f502a2ca1c19a23c24070bbfa9fdbb4c675d6 /plugins/Import
parent02e2ae2b77585b4f2726d9528ceea9ce4d99b453 (diff)
Year 2015 version update
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import')
-rw-r--r--plugins/Import/src/import.cpp6
-rw-r--r--plugins/Import/src/import.h2
-rw-r--r--plugins/Import/src/main.cpp6
-rw-r--r--plugins/Import/src/miranda.cpp2
-rw-r--r--plugins/Import/src/progress.cpp2
-rw-r--r--plugins/Import/src/stdafx.cpp2
-rw-r--r--plugins/Import/src/utils.cpp2
-rw-r--r--plugins/Import/src/wizard.cpp2
8 files changed, 12 insertions, 12 deletions
diff --git a/plugins/Import/src/import.cpp b/plugins/Import/src/import.cpp
index fc479769b2..fe4ee8f943 100644
--- a/plugins/Import/src/import.cpp
+++ b/plugins/Import/src/import.cpp
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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
@@ -381,10 +381,10 @@ static bool FindDestAccount(const char *szProto)
if (!strcmp(pam.pa->szModuleName, szProto))
return true;
}
-
+
return false;
}
-
+
static PROTOACCOUNT* FindMyAccount(const char *szProto, const char *szBaseProto, const TCHAR *ptszName, bool bStrict)
{
int destProtoCount;
diff --git a/plugins/Import/src/import.h b/plugins/Import/src/import.h
index 42335132e0..2679c16bdb 100644
--- a/plugins/Import/src/import.h
+++ b/plugins/Import/src/import.h
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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/Import/src/main.cpp b/plugins/Import/src/main.cpp
index 571f55060f..a1c4824b14 100644
--- a/plugins/Import/src/main.cpp
+++ b/plugins/Import/src/main.cpp
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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
@@ -113,7 +113,7 @@ extern "C" __declspec(dllexport) int Load(void)
hImportService = CreateServiceFunction(IMPORT_SERVICE, ImportCommand);
RegisterIcons();
-
+
// menu item
CLISTMENUITEM mi = { 0 };
mi.cbSize = sizeof(mi);
@@ -125,7 +125,7 @@ extern "C" __declspec(dllexport) int Load(void)
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
HookEvent(ME_SYSTEM_OKTOEXIT, OnExit);
-
+
INITCOMMONCONTROLSEX icex;
icex.dwSize = sizeof(icex);
icex.dwICC = ICC_DATE_CLASSES;
diff --git a/plugins/Import/src/miranda.cpp b/plugins/Import/src/miranda.cpp
index ad253f3f92..1b6a3a0b6a 100644
--- a/plugins/Import/src/miranda.cpp
+++ b/plugins/Import/src/miranda.cpp
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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/Import/src/progress.cpp b/plugins/Import/src/progress.cpp
index 4c3f821f08..21d310c6c8 100644
--- a/plugins/Import/src/progress.cpp
+++ b/plugins/Import/src/progress.cpp
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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/Import/src/stdafx.cpp b/plugins/Import/src/stdafx.cpp
index 2162ae3bc5..1c1fbececc 100644
--- a/plugins/Import/src/stdafx.cpp
+++ b/plugins/Import/src/stdafx.cpp
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (C) 2012-15 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/Import/src/utils.cpp b/plugins/Import/src/utils.cpp
index de6deb1c76..afb7250145 100644
--- a/plugins/Import/src/utils.cpp
+++ b/plugins/Import/src/utils.cpp
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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/Import/src/wizard.cpp b/plugins/Import/src/wizard.cpp
index 2bbde58e64..907ecbbe48 100644
--- a/plugins/Import/src/wizard.cpp
+++ b/plugins/Import/src/wizard.cpp
@@ -2,7 +2,7 @@
Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 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