diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 09:06:55 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-04-11 09:06:55 +0000 |
commit | 74047e4f10f277997a9b4c63cc46191f29a2d8ff (patch) | |
tree | 9fb063ed239d87f21d65f6f2082decb01e567241 | |
parent | 4fb41a7b76d548ad35785ab0c1b66d73821ab9bf (diff) |
INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED
2008/03/31 12:31:32 rt 1.2.94.1: #i87441# Change license header to LPGL v3.
-rw-r--r-- | extensions/source/macosx/spotlight/OOoContentDataParser.h | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/OOoContentDataParser.m | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/OOoMetaDataParser.h | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/OOoMetaDataParser.m | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/OOoSpotlightImporter.h | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/ioapi.h | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/ioapi.m | 57 | ||||
-rw-r--r-- | extensions/source/macosx/spotlight/unzip.m | 57 |
8 files changed, 208 insertions, 248 deletions
diff --git a/extensions/source/macosx/spotlight/OOoContentDataParser.h b/extensions/source/macosx/spotlight/OOoContentDataParser.h index 3d5d05df0..1b7b9f840 100644 --- a/extensions/source/macosx/spotlight/OOoContentDataParser.h +++ b/extensions/source/macosx/spotlight/OOoContentDataParser.h @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: OOoContentDataParser.h,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:04:29 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: OOoContentDataParser.h,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ #import <Cocoa/Cocoa.h> diff --git a/extensions/source/macosx/spotlight/OOoContentDataParser.m b/extensions/source/macosx/spotlight/OOoContentDataParser.m index 75f90fc83..a49532998 100644 --- a/extensions/source/macosx/spotlight/OOoContentDataParser.m +++ b/extensions/source/macosx/spotlight/OOoContentDataParser.m @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: OOoContentDataParser.m,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:04:39 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: OOoContentDataParser.m,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ #import "OOoContentDataParser.h" diff --git a/extensions/source/macosx/spotlight/OOoMetaDataParser.h b/extensions/source/macosx/spotlight/OOoMetaDataParser.h index c6f7c64bf..056434bed 100644 --- a/extensions/source/macosx/spotlight/OOoMetaDataParser.h +++ b/extensions/source/macosx/spotlight/OOoMetaDataParser.h @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: OOoMetaDataParser.h,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:04:49 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: OOoMetaDataParser.h,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ #import <Cocoa/Cocoa.h> diff --git a/extensions/source/macosx/spotlight/OOoMetaDataParser.m b/extensions/source/macosx/spotlight/OOoMetaDataParser.m index 9bd341ae7..dd21a00f1 100644 --- a/extensions/source/macosx/spotlight/OOoMetaDataParser.m +++ b/extensions/source/macosx/spotlight/OOoMetaDataParser.m @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: OOoMetaDataParser.m,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:05:00 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: OOoMetaDataParser.m,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ #import "OOoMetaDataParser.h" diff --git a/extensions/source/macosx/spotlight/OOoSpotlightImporter.h b/extensions/source/macosx/spotlight/OOoSpotlightImporter.h index d4a8b5e2c..f498af392 100644 --- a/extensions/source/macosx/spotlight/OOoSpotlightImporter.h +++ b/extensions/source/macosx/spotlight/OOoSpotlightImporter.h @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: OOoSpotlightImporter.h,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:05:10 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: OOoSpotlightImporter.h,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ #import <Cocoa/Cocoa.h> diff --git a/extensions/source/macosx/spotlight/ioapi.h b/extensions/source/macosx/spotlight/ioapi.h index 02c07b406..69c404414 100644 --- a/extensions/source/macosx/spotlight/ioapi.h +++ b/extensions/source/macosx/spotlight/ioapi.h @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: ioapi.h,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:05:39 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: ioapi.h,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ /* ioapi.h -- IO base function header for compress/uncompress .zip diff --git a/extensions/source/macosx/spotlight/ioapi.m b/extensions/source/macosx/spotlight/ioapi.m index 915289852..5857164b2 100644 --- a/extensions/source/macosx/spotlight/ioapi.m +++ b/extensions/source/macosx/spotlight/ioapi.m @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: ioapi.m,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:05:50 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: ioapi.m,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ /* ioapi.c -- IO base function header for compress/uncompress .zip diff --git a/extensions/source/macosx/spotlight/unzip.m b/extensions/source/macosx/spotlight/unzip.m index bee010836..34241ba50 100644 --- a/extensions/source/macosx/spotlight/unzip.m +++ b/extensions/source/macosx/spotlight/unzip.m @@ -1,36 +1,31 @@ /************************************************************************* * -* OpenOffice.org - a multi-platform office productivity suite -* -* $RCSfile: unzip.m,v $ -* -* $Revision: 1.2 $ -* -* last change: $Author: kz $ $Date: 2007-10-09 15:06:31 $ -* -* The Contents of this file are made available subject to -* the terms of GNU Lesser General Public License Version 2.1. -* -* -* GNU Lesser General Public License Version 2.1 -* ============================================= -* Copyright 2005 by Sun Microsystems, Inc. -* 901 San Antonio Road, Palo Alto, CA 94303, USA -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public -* License version 2.1, as published by the Free Software Foundation. -* -* This library 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 this library; if not, write to the Free Software -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, -* MA 02111-1307 USA -* + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: unzip.m,v $ + * $Revision: 1.3 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * *************************************************************************/ /* unzip.c -- IO for uncompress .zip files using zlib |