From dbbf3f05ee778d7015672260ad26d868a4d4b00a Mon Sep 17 00:00:00 2001 From: helge Date: Sat, 6 Nov 2004 16:14:27 +0000 Subject: [PATCH] Id fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@344 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGXmlRpc/NGXmlRpcClient.h | 2 +- sope-appserver/SoOFS/OFSBaseObject.h | 1 - sope-appserver/SoOFS/OFSBaseObject.m | 5 ++--- sope-appserver/SoOFS/OFSChangeLog.h | 5 ++--- sope-appserver/SoOFS/OFSChangeLog.m | 5 ++--- sope-appserver/SoOFS/OFSFactoryContext.h | 5 ++--- sope-appserver/SoOFS/OFSFactoryContext.m | 5 ++--- sope-appserver/SoOFS/OFSFactoryRegistry.h | 5 ++--- sope-appserver/SoOFS/OFSFactoryRegistry.m | 5 ++--- sope-appserver/SoOFS/OFSFile.h | 5 ++--- sope-appserver/SoOFS/OFSFile.m | 1 - sope-appserver/SoOFS/OFSFileRenderer.h | 5 ++--- sope-appserver/SoOFS/OFSFileRenderer.m | 5 ++--- sope-appserver/SoOFS/OFSFolder+SoDAV.m | 5 ++--- sope-appserver/SoOFS/OFSFolder.h | 5 ++--- sope-appserver/SoOFS/OFSFolder.m | 5 ++--- .../SoOFS/OFSFolderClassDescription.h | 5 ++--- .../SoOFS/OFSFolderClassDescription.m | 5 ++--- sope-appserver/SoOFS/OFSFolderDataSource.h | 21 ++++++++++++++++++- sope-appserver/SoOFS/OFSFolderDataSource.m | 21 ++++++++++++++++++- 20 files changed, 71 insertions(+), 50 deletions(-) diff --git a/sope-appserver/NGXmlRpc/NGXmlRpcClient.h b/sope-appserver/NGXmlRpc/NGXmlRpcClient.h index 203bc8de..dd7c66a5 100644 --- a/sope-appserver/NGXmlRpc/NGXmlRpcClient.h +++ b/sope-appserver/NGXmlRpc/NGXmlRpcClient.h @@ -28,7 +28,7 @@ NGXmlRpcClient This class is a raw XML-RPC client based on WOHTTPConnection. To see how - it works, take a look at the xmlrpc_call.m tool included in SOPE 4.3. + it works, take a look at the xmlrpc_call.m tool included in SOPE 4.5. XML-RPC over Unix domain sockets. NGXmlRpcClient (will) support XML-RPC over a Unix domain socket, as used in the ximian_xmlrpclib.py. The transport diff --git a/sope-appserver/SoOFS/OFSBaseObject.h b/sope-appserver/SoOFS/OFSBaseObject.h index bab0fd52..5e6721d8 100644 --- a/sope-appserver/SoOFS/OFSBaseObject.h +++ b/sope-appserver/SoOFS/OFSBaseObject.h @@ -18,7 +18,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: OFSBaseObject.h 4 2004-08-20 17:04:31Z helge $ #ifndef __OFS_OFSBaseObject_H__ #define __OFS_OFSBaseObject_H__ diff --git a/sope-appserver/SoOFS/OFSBaseObject.m b/sope-appserver/SoOFS/OFSBaseObject.m index 42218e3c..07ba5b71 100644 --- a/sope-appserver/SoOFS/OFSBaseObject.m +++ b/sope-appserver/SoOFS/OFSBaseObject.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSBaseObject.m 4 2004-08-20 17:04:31Z helge $ #include "OFSBaseObject.h" #include "OFSFactoryContext.h" diff --git a/sope-appserver/SoOFS/OFSChangeLog.h b/sope-appserver/SoOFS/OFSChangeLog.h index b868f81b..b6e2c653 100644 --- a/sope-appserver/SoOFS/OFSChangeLog.h +++ b/sope-appserver/SoOFS/OFSChangeLog.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSChangeLog.h 4 2004-08-20 17:04:31Z helge $ #ifndef __SoOFS_OFSChangeLog_H__ #define __SoOFS_OFSChangeLog_H__ diff --git a/sope-appserver/SoOFS/OFSChangeLog.m b/sope-appserver/SoOFS/OFSChangeLog.m index 1b5b46a8..9976beb8 100644 --- a/sope-appserver/SoOFS/OFSChangeLog.m +++ b/sope-appserver/SoOFS/OFSChangeLog.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSChangeLog.m 4 2004-08-20 17:04:31Z helge $ #include "OFSChangeLog.h" #include "common.h" diff --git a/sope-appserver/SoOFS/OFSFactoryContext.h b/sope-appserver/SoOFS/OFSFactoryContext.h index 3892bb06..89314598 100644 --- a/sope-appserver/SoOFS/OFSFactoryContext.h +++ b/sope-appserver/SoOFS/OFSFactoryContext.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFactoryContext.h 4 2004-08-20 17:04:31Z helge $ #ifndef __OFS_OFSFactoryContext_H__ #define __OFS_OFSFactoryContext_H__ diff --git a/sope-appserver/SoOFS/OFSFactoryContext.m b/sope-appserver/SoOFS/OFSFactoryContext.m index 6cb4c37a..0ac7d448 100644 --- a/sope-appserver/SoOFS/OFSFactoryContext.m +++ b/sope-appserver/SoOFS/OFSFactoryContext.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFactoryContext.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFactoryContext.h" #include "OFSFolder.h" diff --git a/sope-appserver/SoOFS/OFSFactoryRegistry.h b/sope-appserver/SoOFS/OFSFactoryRegistry.h index ba41e887..6094dcdc 100644 --- a/sope-appserver/SoOFS/OFSFactoryRegistry.h +++ b/sope-appserver/SoOFS/OFSFactoryRegistry.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFactoryRegistry.h 4 2004-08-20 17:04:31Z helge $ #ifndef __OFS_OFSFactoryRegistry_H__ #define __OFS_OFSFactoryRegistry_H__ diff --git a/sope-appserver/SoOFS/OFSFactoryRegistry.m b/sope-appserver/SoOFS/OFSFactoryRegistry.m index 844d5008..8512135a 100644 --- a/sope-appserver/SoOFS/OFSFactoryRegistry.m +++ b/sope-appserver/SoOFS/OFSFactoryRegistry.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFactoryRegistry.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFactoryRegistry.h" #include "OFSFolder.h" diff --git a/sope-appserver/SoOFS/OFSFile.h b/sope-appserver/SoOFS/OFSFile.h index d3e0f0df..7f812ca5 100644 --- a/sope-appserver/SoOFS/OFSFile.h +++ b/sope-appserver/SoOFS/OFSFile.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFile.h 4 2004-08-20 17:04:31Z helge $ #ifndef __OFS_OFSFile_H__ #define __OFS_OFSFile_H__ diff --git a/sope-appserver/SoOFS/OFSFile.m b/sope-appserver/SoOFS/OFSFile.m index 2224d242..290fc960 100644 --- a/sope-appserver/SoOFS/OFSFile.m +++ b/sope-appserver/SoOFS/OFSFile.m @@ -18,7 +18,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: OFSFile.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFile.h" #include "OFSFolder.h" diff --git a/sope-appserver/SoOFS/OFSFileRenderer.h b/sope-appserver/SoOFS/OFSFileRenderer.h index 4ff1b59c..22376d1c 100644 --- a/sope-appserver/SoOFS/OFSFileRenderer.h +++ b/sope-appserver/SoOFS/OFSFileRenderer.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFileRenderer.h 4 2004-08-20 17:04:31Z helge $ #ifndef __SoOFS_OFSFileRenderer_H__ #define __SoOFS_OFSFileRenderer_H__ diff --git a/sope-appserver/SoOFS/OFSFileRenderer.m b/sope-appserver/SoOFS/OFSFileRenderer.m index 317dfa32..5b5aaec1 100644 --- a/sope-appserver/SoOFS/OFSFileRenderer.m +++ b/sope-appserver/SoOFS/OFSFileRenderer.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFileRenderer.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFileRenderer.h" #include "OFSFile.h" diff --git a/sope-appserver/SoOFS/OFSFolder+SoDAV.m b/sope-appserver/SoOFS/OFSFolder+SoDAV.m index 421654f3..284dc5f8 100644 --- a/sope-appserver/SoOFS/OFSFolder+SoDAV.m +++ b/sope-appserver/SoOFS/OFSFolder+SoDAV.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFolder+SoDAV.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFolder.h" #include "common.h" diff --git a/sope-appserver/SoOFS/OFSFolder.h b/sope-appserver/SoOFS/OFSFolder.h index ea01ea5b..29d3fe6c 100644 --- a/sope-appserver/SoOFS/OFSFolder.h +++ b/sope-appserver/SoOFS/OFSFolder.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFolder.h 4 2004-08-20 17:04:31Z helge $ #ifndef __OFS_OFSFolder_H__ #define __OFS_OFSFolder_H__ diff --git a/sope-appserver/SoOFS/OFSFolder.m b/sope-appserver/SoOFS/OFSFolder.m index 907f500a..d4a08c50 100644 --- a/sope-appserver/SoOFS/OFSFolder.m +++ b/sope-appserver/SoOFS/OFSFolder.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFolder.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFolder.h" #include "OFSFile.h" diff --git a/sope-appserver/SoOFS/OFSFolderClassDescription.h b/sope-appserver/SoOFS/OFSFolderClassDescription.h index 902ba756..0a33329e 100644 --- a/sope-appserver/SoOFS/OFSFolderClassDescription.h +++ b/sope-appserver/SoOFS/OFSFolderClassDescription.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFolderClassDescription.h 4 2004-08-20 17:04:31Z helge $ #ifndef __SoOFS_OFSFolderClassDescription_H__ #define __SoOFS_OFSFolderClassDescription_H__ diff --git a/sope-appserver/SoOFS/OFSFolderClassDescription.m b/sope-appserver/SoOFS/OFSFolderClassDescription.m index d34f2599..e8d5ba19 100644 --- a/sope-appserver/SoOFS/OFSFolderClassDescription.m +++ b/sope-appserver/SoOFS/OFSFolderClassDescription.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2002-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: OFSFolderClassDescription.m 4 2004-08-20 17:04:31Z helge $ #include "OFSFolderClassDescription.h" #include "OFSFolder.h" diff --git a/sope-appserver/SoOFS/OFSFolderDataSource.h b/sope-appserver/SoOFS/OFSFolderDataSource.h index 25bcbed7..cfe45e62 100644 --- a/sope-appserver/SoOFS/OFSFolderDataSource.h +++ b/sope-appserver/SoOFS/OFSFolderDataSource.h @@ -1,4 +1,23 @@ -// $Id: OFSFolderDataSource.h 4 2004-08-20 17:04:31Z helge $ +/* + Copyright (C) 2002-2004 SKYRIX Software AG + + 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 + Free Software Foundation; either version 2, or (at your option) any + later version. + + OGo is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with OGo; see the file COPYING. If not, write to the + Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. +*/ #ifndef __SoOFS_OFSFolderDataSource_H__ #define __SoOFS_OFSFolderDataSource_H__ diff --git a/sope-appserver/SoOFS/OFSFolderDataSource.m b/sope-appserver/SoOFS/OFSFolderDataSource.m index b1015f68..6907ebf3 100644 --- a/sope-appserver/SoOFS/OFSFolderDataSource.m +++ b/sope-appserver/SoOFS/OFSFolderDataSource.m @@ -1,4 +1,23 @@ -// $Id: OFSFolderDataSource.m 4 2004-08-20 17:04:31Z helge $ +/* + Copyright (C) 2002-2004 SKYRIX Software AG + + 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 + Free Software Foundation; either version 2, or (at your option) any + later version. + + OGo is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public + License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with OGo; see the file COPYING. If not, write to the + Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. +*/ #include "OFSFolderDataSource.h" #include -- 2.39.5