[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/kblog
From:       Mike McQuaid <mike () mikemcquaid ! com>
Date:       2010-06-30 11:31:36
Message-ID: 20100630113136.C6DA5AC8E1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1144615 by mikemcquaid:

Got married, changed my name. Update it so people can contact me.


 M  +1 -1      Mainpage.dox  
 M  +1 -1      blog.cpp  
 M  +4 -4      blog.h  
 M  +1 -1      blog_p.h  
 M  +1 -1      blogcomment.cpp  
 M  +2 -2      blogcomment.h  
 M  +1 -1      blogcomment_p.h  
 M  +1 -1      blogger1.cpp  
 M  +1 -1      blogger1.h  
 M  +1 -1      blogger1_p.h  
 M  +1 -1      blogmedia.cpp  
 M  +1 -1      blogmedia.h  
 M  +1 -1      blogpost.cpp  
 M  +1 -1      blogpost.h  
 M  +1 -1      blogpost_p.h  
 M  +1 -1      livejournal.cpp  
 M  +3 -3      livejournal.h  
 M  +1 -1      livejournal_p.h  
 M  +1 -1      metaweblog.cpp  
 M  +1 -1      metaweblog.h  
 M  +1 -1      metaweblog_p.h  
 M  +1 -1      movabletype.cpp  
 M  +3 -3      movabletype.h  
 M  +1 -1      movabletype_p.h  
 M  +1 -1      wordpressbuggy_p.h  


--- trunk/KDE/kdepimlibs/kblog/Mainpage.dox #1144614:1144615
@@ -19,7 +19,7 @@
  *  The major authors of this library are:\n
  *  Christian Weilbach \<christian_weilbach@web.de\>,
  *  Reinhold Kainhofer \<reinhold@kainhofer.com\> and
- *  Mike Arthur \<mike@mikearthur.co.uk\>
+ *  Mike McQuaid \<mike@mikemcquaid.com\>
  *
  * @maintainers Christian Weilbach \<christian_weilbach@web.de\>
  *
--- trunk/KDE/kdepimlibs/kblog/blog.cpp #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blog.h #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
@@ -36,7 +36,7 @@
 /**
   This is the main interface for blogging APIs.
   It's methods represent the core functionality of a blogging API.
-  @author Reinhold Kainhofer, Christian Weilbach and Mike Arthur.
+  @author Reinhold Kainhofer, Christian Weilbach and Mike McQuaid.
 */
 
 /**
@@ -45,7 +45,7 @@
   Blog class.
 
   @author Christian Weilbach \<christian_weilbach\@web.de\>
-  @author Mike Arthur \<reinhold\@kainhofer.com\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
   @author Reinhold Kainhofer \<reinhold\@kainhofer.com\>
 */
 
@@ -64,7 +64,7 @@
   This is the main interface to the blogging client library.
 
   @author Christian Weilbach \<christian_weilbach\@web.de\>
-  @author Mike Arthur \<reinhold\@kainhofer.com\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
   @author Reinhold Kainhofer \<reinhold\@kainhofer.com\>
 */
 
--- trunk/KDE/kdepimlibs/kblog/blog_p.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogcomment.cpp #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogcomment.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
@@ -44,7 +44,7 @@
   comment->setContent( "Here is some the content..." );
   @endcode
 
-  @author Mike Arthur \<mike\@mikearthur.co.uk\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
 */
 
 class KBLOG_EXPORT BlogComment
--- trunk/KDE/kdepimlibs/kblog/blogcomment_p.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogger1.cpp #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007-2008 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007-2008 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogger1.h #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogger1_p.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogmedia.cpp #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogmedia.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogpost.cpp #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogpost.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/blogpost_p.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/livejournal.cpp #1144614:1144615
@@ -1,7 +1,7 @@
 /*
   This file is part of the kblog library.
 
-  Copyright (c) 2007-2008 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007-2008 Mike McQuaid <mike@mikemcquaid.com>
   Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
 
   This library is free software; you can redistribute it and/or
--- trunk/KDE/kdepimlibs/kblog/livejournal.h #1144614:1144615
@@ -1,7 +1,7 @@
 /*
   This file is part of the kblog library.
 
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
@@ -33,7 +33,7 @@
   This file is part of the  for accessing Blog Servers
   and defines the LiveJournal class.
 
-  @author Mike Arthur \<mike\@mikearthur.co.uk\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
 */
 namespace KBlog {
 
@@ -52,7 +52,7 @@
   myblog->createPost( post );
   @endcode
 
-  @author Mike Arthur \<mike\@mikearthur.co.uk\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
 */
 class KBLOG_EXPORT LiveJournal : public Blog
 {
--- trunk/KDE/kdepimlibs/kblog/livejournal_p.h #1144614:1144615
@@ -1,7 +1,7 @@
 /*
   This file is part of the kblog library.
 
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
   Copyright (c) 2007 Christian Weilbach <christian_weilbach@web.de>
 
   This library is free software; you can redistribute it and/or
--- trunk/KDE/kdepimlibs/kblog/metaweblog.cpp #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/metaweblog.h #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/metaweblog_p.h #1144614:1144615
@@ -2,7 +2,7 @@
     This file is part of the kblog library.
 
     Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
-    Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+    Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/movabletype.cpp #1144614:1144615
@@ -3,7 +3,7 @@
 
   Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
   Copyright (c) 2006-2009 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007-2008 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007-2008 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/movabletype.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2007-2009 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
@@ -33,7 +33,7 @@
   and defines the MovableType class.
 
   @author Christian Weilbach \<christian_weilbach\@web.de\>
-  @author Mike Arthur \<mike\@mikearthur.co.uk\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
 */
 
 namespace KBlog {
@@ -55,7 +55,7 @@
   @endcode
 
   @author Christian Weilbach \<christian_weilbach\@web.de\>
-  @author Mike Arthur \<mike\@mikearthur.co.uk\>
+  @author Mike McQuaid \<mike\@mikemcquaid.com\>
 */
 class KBLOG_EXPORT MovableType : public MetaWeblog
 {
--- trunk/KDE/kdepimlibs/kblog/movabletype_p.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2007-2009 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
--- trunk/KDE/kdepimlibs/kblog/wordpressbuggy_p.h #1144614:1144615
@@ -2,7 +2,7 @@
   This file is part of the kblog library.
 
   Copyright (c) 2007-2009 Christian Weilbach <christian_weilbach@web.de>
-  Copyright (c) 2007 Mike Arthur <mike@mikearthur.co.uk>
+  Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic