]> err.no Git - sope/commitdiff
Id fixes
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 21 Oct 2004 10:52:40 +0000 (10:52 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 21 Oct 2004 10:52:40 +0000 (10:52 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@288 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/SaxObjC/SaxDefaultHandler.h
sope-xml/samples/rss2plist2.m
sope-xml/samples/rssparse.m

index 946218c0b6906c300f7f2096bc8f4319ce48f0ba..f4390b4281a96fb4aee8cbdf6594f55b9f5165db 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __SaxDefaultHandler_H__
 #define __SaxDefaultHandler_H__
index 5bff621752ba0a55745d73d195254c9080c427b0..aacef3651493861a61155439e4110d7e3054984b 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 /*
   A small demonstration program to show how to write a SAX handler
 
 int main(int argc, char **argv, char **env) {
   NSAutoreleasePool *pool;
+  
+  pool = [[NSAutoreleasePool alloc] init];
 #if LIB_FOUNDATION_LIBRARY
   [NSProcessInfo initializeWithArguments:argv count:argc environment:env];
 #endif
   
-  pool = [[NSAutoreleasePool alloc] init];
-
   if ([[[NSProcessInfo processInfo] arguments] count] < 2) {
     fprintf(stderr, "usage: %s <rssfile>\n",
            [[[[NSProcessInfo processInfo] arguments] lastObject] cString]);
index 9ac89ff64a8907685fff58bc1539626483f4a913..24db29c9e617dac61db15509739fdae95d55d0d5 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 /*
   A small demonstration program to show how to use SaxObjectDecoder