diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-01 14:22:03 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-01 14:22:03 +0000 |
commit | b164d030ace150aa292e8009d2d55c05005072b0 (patch) | |
tree | b13cae024ab290376571d4516b1905dc08c77053 /FacebookRM/process.cpp | |
parent | ed96cbca8bedc8e27c00db8ced0fa01a37c38ee1 (diff) |
FacebookRM: version bump
Reworked options
Added Photos and Links newsfeed types
Fixed setting newsfeed type
Updated copyrights.
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@267 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FacebookRM/process.cpp')
-rw-r--r-- | FacebookRM/process.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/FacebookRM/process.cpp b/FacebookRM/process.cpp index 48430df..e3d0192 100644 --- a/FacebookRM/process.cpp +++ b/FacebookRM/process.cpp @@ -3,7 +3,7 @@ Facebook plugin for Miranda Instant Messenger
_____________________________________________
-Copyright � 2009-11 Michal Zelinka
+Copyright © 2009-11 Michal Zelinka, 2011-12 Robert Pösel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,11 +18,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-File name : $HeadURL: http://eternityplugins.googlecode.com/svn/trunk/facebook/process.cpp $
-Revision : $Revision: 92 $
-Last change by : $Author: n3weRm0re.ewer $
-Last change on : $Date: 2011-01-20 21:38:59 +0100 (čt, 20 1 2011) $
-
*/
#include "common.h"
|