diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 09:55:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 09:55:16 +0000 |
commit | 19ebe1d9812d4f47cb526848f63b424109cfbe15 (patch) | |
tree | aa35bc2e8bbb7229c907193bba60808fac29cf80 /sal/osl | |
parent | 5520e251736b9c2f5e04acee6086f1fb404e0775 (diff) |
INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED
2008/04/01 12:34:07 thb 1.3.90.2: #i85898# Stripping all external header guards
2008/03/31 13:23:41 rt 1.3.90.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/os2/file_error_transl.h | 46 | ||||
-rw-r--r-- | sal/osl/os2/file_path_helper.hxx | 43 | ||||
-rw-r--r-- | sal/osl/os2/file_url.cxx | 77 |
3 files changed, 54 insertions, 112 deletions
diff --git a/sal/osl/os2/file_error_transl.h b/sal/osl/os2/file_error_transl.h index 602d54f16636..6e461f4019bd 100644 --- a/sal/osl/os2/file_error_transl.h +++ b/sal/osl/os2/file_error_transl.h @@ -1,48 +1,38 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: file_error_transl.h,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.3 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2007-09-25 09:50:11 $ + * $RCSfile: file_error_transl.h,v $ + * $Revision: 1.4 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * 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. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * 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). * - * 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 + * 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. * ************************************************************************/ #ifndef _FILE_ERROR_TRANSL_H_ #define _FILE_ERROR_TRANSL_H_ -#ifndef _OSL_FILE_H_ #include <osl/file.h> -#endif - -#ifndef _SAL_TYPES_H_ #include <sal/types.h> -#endif #ifdef __cplusplus extern "C" diff --git a/sal/osl/os2/file_path_helper.hxx b/sal/osl/os2/file_path_helper.hxx index a9432f7a2bdf..4eda01c9f402 100644 --- a/sal/osl/os2/file_path_helper.hxx +++ b/sal/osl/os2/file_path_helper.hxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: file_path_helper.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.3 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2007-09-25 09:50:37 $ + * $RCSfile: file_path_helper.hxx,v $ + * $Revision: 1.4 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * 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. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * 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). * - * 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 + * 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. * ************************************************************************/ @@ -41,9 +36,7 @@ #include "file_path_helper.h" #endif -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> -#endif namespace osl diff --git a/sal/osl/os2/file_url.cxx b/sal/osl/os2/file_url.cxx index 08432d09fb8d..fbec9daaca1d 100644 --- a/sal/osl/os2/file_url.cxx +++ b/sal/osl/os2/file_url.cxx @@ -1,43 +1,35 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: file_url.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.3 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: vg $ $Date: 2007-09-25 09:48:07 $ + * $RCSfile: file_url.cxx,v $ + * $Revision: 1.4 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * 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. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * 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). * - * 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 + * 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. * ************************************************************************/ #include <ctype.h> - -#ifndef __OSL_SYSTEM_H__ #include "system.h" -#endif #ifndef _LIMITS_H #include <limits.h> @@ -58,58 +50,25 @@ #ifndef _UNISTD_H #include <unistd.h> #endif - -#ifndef _OSL_FILE_H_ #include <osl/file.h> -#endif - -#ifndef _OSL_SECURITY_H_ #include <osl/security.h> -#endif - -#ifndef _RTL_URI_H_ #include <rtl/uri.h> -#endif - -#ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> -#endif - -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> -#endif - -#ifndef _RTL_USTRBUF_H_ #include <rtl/ustrbuf.h> -#endif #ifndef _OSL_TREAD_H_ #include <osl/thread.h> #endif - -#ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> -#endif - -#ifndef _OSL_MUTEX_H_ #include <osl/mutex.h> -#endif - -#ifndef _OSL_PROCESS_H_ #include <osl/process.h> -#endif - -#ifndef _FILE_ERROR_TRANSL_H_ #include "file_error_transl.h" -#endif #ifndef _FILE_URL_H_ #include "file_url.h" #endif - -#ifndef _OSL_FILE_PATH_HELPER_HXX_ #include "file_path_helper.hxx" -#endif #ifndef _OSL_UUNXAPI_HXX_ #include "uunxapi.hxx" |