summaryrefslogtreecommitdiff
path: root/plugins/Clist_blind
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-09-18 17:34:05 +0000
committerDart Raiden <wowemuh@gmail.com>2015-09-18 17:34:05 +0000
commit0335163ed62061dbd09d8a81285e4d3b5ac1ddf7 (patch)
tree16dcd401d76c69c96430cd44cb6bc17832f05be5 /plugins/Clist_blind
parent66f309ee1e14779999c6a68d85e11c6ac219fbcc (diff)
replace "(c)" and "c" by ©
update years in __COPYRIGHT git-svn-id: http://svn.miranda-ng.org/main/trunk@15384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r--plugins/Clist_blind/src/Version.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Clist_blind/src/Version.h b/plugins/Clist_blind/src/Version.h
index 5801ef7378..03a373b0dc 100644
--- a/plugins/Clist_blind/src/Version.h
+++ b/plugins/Clist_blind/src/Version.h
@@ -1,14 +1,14 @@
-#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 8
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 1
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 8
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
#define __PLUGIN_NAME "BClist"
#define __FILENAME "Clist_blind.dll"
-#define __DESCRIPTION "A contact list for blind folks."
-#define __AUTHOR "Ricardo Pescuma Domenecci, based on previous work from Miranda IM project"
+#define __DESCRIPTION "A contact list for blind folks."
+#define __AUTHOR "Ricardo Pescuma Domenecci, based on previous work from Miranda IM project"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/p/Clist_blind/"
-#define __COPYRIGHT "Copyright 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013-14 Miranda NG project"
+#define __AUTHORWEB "http://miranda-ng.org/p/Clist_blind/"
+#define __COPYRIGHT "© 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013-15 Miranda NG project"