Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C856E92CB for ; Sun, 6 Nov 2011 08:46:51 +0000 (UTC) Received: (qmail 77962 invoked by uid 500); 6 Nov 2011 08:46:51 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 77917 invoked by uid 500); 6 Nov 2011 08:46:51 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 77909 invoked by uid 99); 6 Nov 2011 08:46:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 08:46:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 08:46:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C517223888FD; Sun, 6 Nov 2011 08:46:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1198277 [1/5] - in /incubator/ooo/trunk/main/sal: cpprt/ cppunittester/ inc/pch/ osl/all/ osl/os2/ osl/unx/ osl/w32/ qa/ByteSequence/ qa/OStringBuffer/ qa/osl/condition/ qa/osl/file/ qa/osl/module/ qa/osl/mutex/ qa/osl/pipe/ qa/osl/process... Date: Sun, 06 Nov 2011 08:46:16 -0000 To: ooo-commits@incubator.apache.org From: arist@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111106084626.C517223888FD@eris.apache.org> Author: arist Date: Sun Nov 6 08:46:12 2011 New Revision: 1198277 URL: http://svn.apache.org/viewvc?rev=1198277&view=rev Log: Update headers to Alv2 headers Modified: incubator/ooo/trunk/main/sal/cpprt/operators_new_delete.cxx incubator/ooo/trunk/main/sal/cppunittester/cppunittester.cxx incubator/ooo/trunk/main/sal/inc/pch/precompiled_sal.cxx incubator/ooo/trunk/main/sal/osl/all/debugbase.cxx incubator/ooo/trunk/main/sal/osl/all/loadmodulerelative.cxx incubator/ooo/trunk/main/sal/osl/all/printtrace.cxx incubator/ooo/trunk/main/sal/osl/all/utility.cxx incubator/ooo/trunk/main/sal/osl/os2/file.cxx incubator/ooo/trunk/main/sal/osl/os2/file_error_transl.cxx incubator/ooo/trunk/main/sal/osl/os2/file_path_helper.cxx incubator/ooo/trunk/main/sal/osl/os2/file_url.cxx incubator/ooo/trunk/main/sal/osl/os2/path_helper.cxx incubator/ooo/trunk/main/sal/osl/os2/pipe.cxx incubator/ooo/trunk/main/sal/osl/os2/pipeimpl.cxx incubator/ooo/trunk/main/sal/osl/os2/process_impl.cxx incubator/ooo/trunk/main/sal/osl/os2/salinit.cxx incubator/ooo/trunk/main/sal/osl/os2/uunxapi.cxx incubator/ooo/trunk/main/sal/osl/unx/file.cxx incubator/ooo/trunk/main/sal/osl/unx/file_error_transl.cxx incubator/ooo/trunk/main/sal/osl/unx/file_misc.cxx incubator/ooo/trunk/main/sal/osl/unx/file_path_helper.cxx incubator/ooo/trunk/main/sal/osl/unx/file_stat.cxx incubator/ooo/trunk/main/sal/osl/unx/file_url.cxx incubator/ooo/trunk/main/sal/osl/unx/file_volume.cxx incubator/ooo/trunk/main/sal/osl/unx/osxlocale.cxx incubator/ooo/trunk/main/sal/osl/unx/process_impl.cxx incubator/ooo/trunk/main/sal/osl/unx/salinit.cxx incubator/ooo/trunk/main/sal/osl/unx/uunxapi.cxx incubator/ooo/trunk/main/sal/osl/w32/file.cxx incubator/ooo/trunk/main/sal/osl/w32/file_dirvol.cxx incubator/ooo/trunk/main/sal/osl/w32/file_url.cxx incubator/ooo/trunk/main/sal/osl/w32/module.cxx incubator/ooo/trunk/main/sal/osl/w32/path_helper.cxx incubator/ooo/trunk/main/sal/osl/w32/pipeimpl.cxx incubator/ooo/trunk/main/sal/osl/w32/process.cxx incubator/ooo/trunk/main/sal/osl/w32/procimpl.cxx incubator/ooo/trunk/main/sal/osl/w32/profile.cxx incubator/ooo/trunk/main/sal/osl/w32/salinit.cxx incubator/ooo/trunk/main/sal/osl/w32/signal.cxx incubator/ooo/trunk/main/sal/osl/w32/socket.cxx incubator/ooo/trunk/main/sal/osl/w32/tempfile.cxx incubator/ooo/trunk/main/sal/qa/ByteSequence/ByteSequence.cxx incubator/ooo/trunk/main/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx incubator/ooo/trunk/main/sal/qa/OStringBuffer/rtl_String_Utils.cxx incubator/ooo/trunk/main/sal/qa/osl/condition/osl_Condition.cxx incubator/ooo/trunk/main/sal/qa/osl/file/osl_File.cxx incubator/ooo/trunk/main/sal/qa/osl/file/osl_old_test_file.cxx incubator/ooo/trunk/main/sal/qa/osl/file/test_cpy_wrt_file.cxx incubator/ooo/trunk/main/sal/qa/osl/module/osl_Module.cxx incubator/ooo/trunk/main/sal/qa/osl/module/osl_Module_DLL.cxx incubator/ooo/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx incubator/ooo/trunk/main/sal/qa/osl/pipe/osl_Pipe.cxx incubator/ooo/trunk/main/sal/qa/osl/process/osl_Thread.cxx incubator/ooo/trunk/main/sal/qa/osl/process/osl_process.cxx incubator/ooo/trunk/main/sal/qa/osl/process/osl_process_child.cxx incubator/ooo/trunk/main/sal/qa/osl/profile/osl_old_testprofile.cxx incubator/ooo/trunk/main/sal/qa/osl/security/osl_Security.cxx incubator/ooo/trunk/main/sal/qa/osl/setthreadname/test-setthreadname.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_AcceptorSocket.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_ConnectorSocket.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_DatagramSocket.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket2.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketAddr.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket_tests.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/osl_StreamSocket.cxx incubator/ooo/trunk/main/sal/qa/osl/socket/sockethelper.cxx incubator/ooo/trunk/main/sal/qa/osl/thread/test_thread.cxx incubator/ooo/trunk/main/sal/qa/rtl/alloc/rtl_alloc.cxx incubator/ooo/trunk/main/sal/qa/rtl/bootstrap/bootstrap_process.cxx incubator/ooo/trunk/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.cxx incubator/ooo/trunk/main/sal/qa/rtl/cipher/rtl_cipher.cxx incubator/ooo/trunk/main/sal/qa/rtl/crc32/rtl_crc32.cxx incubator/ooo/trunk/main/sal/qa/rtl/digest/rtl_digest.cxx incubator/ooo/trunk/main/sal/qa/rtl/doublelock/rtl_doublelocking.cxx incubator/ooo/trunk/main/sal/qa/rtl/locale/rtl_locale.cxx incubator/ooo/trunk/main/sal/qa/rtl/logfile/rtl_logfile.cxx incubator/ooo/trunk/main/sal/qa/rtl/math/test-rtl-math.cxx incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_OString2.cxx incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_str.cxx incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_string.cxx incubator/ooo/trunk/main/sal/qa/rtl/oustring/rtl_OUString2.cxx incubator/ooo/trunk/main/sal/qa/rtl/oustring/rtl_ustr.cxx incubator/ooo/trunk/main/sal/qa/rtl/oustringbuffer/rtl_OUStringBuffer2.cxx incubator/ooo/trunk/main/sal/qa/rtl/process/child_process.cxx incubator/ooo/trunk/main/sal/qa/rtl/process/child_process_id.cxx incubator/ooo/trunk/main/sal/qa/rtl/process/rtl_Process.cxx incubator/ooo/trunk/main/sal/qa/rtl/random/rtl_random.cxx incubator/ooo/trunk/main/sal/qa/rtl/strings/test_oustring_compare.cxx incubator/ooo/trunk/main/sal/qa/rtl/strings/test_oustring_convert.cxx incubator/ooo/trunk/main/sal/qa/rtl/strings/test_oustring_endswith.cxx incubator/ooo/trunk/main/sal/qa/rtl/strings/test_oustring_noadditional.cxx incubator/ooo/trunk/main/sal/qa/rtl/strings/test_oustringbuffer_utf32.cxx incubator/ooo/trunk/main/sal/qa/rtl/textenc/rtl_tencinfo.cxx incubator/ooo/trunk/main/sal/qa/rtl/textenc/rtl_textcvt.cxx incubator/ooo/trunk/main/sal/qa/rtl/uri/rtl_Uri.cxx incubator/ooo/trunk/main/sal/qa/rtl/uri/rtl_testuri.cxx incubator/ooo/trunk/main/sal/qa/rtl/uuid/rtl_Uuid.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_OString.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_OUString.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_String_Utils.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_old_testostring.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_old_testowstring.cxx incubator/ooo/trunk/main/sal/qa/rtl_strings/rtl_old_teststrbuf.cxx incubator/ooo/trunk/main/sal/qa/sal/test_types.cxx incubator/ooo/trunk/main/sal/qa/systools/test_comtools.cxx incubator/ooo/trunk/main/sal/qa/testHelperFunctions/testHelperFunctions.cxx incubator/ooo/trunk/main/sal/qa/testHelperFunctions/testHelperFunctions2.cxx incubator/ooo/trunk/main/sal/rtl/source/alloc_fini.cxx incubator/ooo/trunk/main/sal/rtl/source/bootstrap.cxx incubator/ooo/trunk/main/sal/rtl/source/cmdargs.cxx incubator/ooo/trunk/main/sal/rtl/source/debugprint.cxx incubator/ooo/trunk/main/sal/rtl/source/gen_makefile.cxx incubator/ooo/trunk/main/sal/rtl/source/hash.cxx incubator/ooo/trunk/main/sal/rtl/source/logfile.cxx incubator/ooo/trunk/main/sal/rtl/source/math.cxx incubator/ooo/trunk/main/sal/rtl/source/unload.cxx incubator/ooo/trunk/main/sal/rtl/source/uri.cxx incubator/ooo/trunk/main/sal/rtl/source/uuid.cxx incubator/ooo/trunk/main/sal/systools/win32/kill/kill.cxx incubator/ooo/trunk/main/sal/systools/win32/onlineupdate/onlinecheck.cxx incubator/ooo/trunk/main/sal/test/test_salmain.cxx incubator/ooo/trunk/main/sal/test/test_salmainwithargs.cxx incubator/ooo/trunk/main/sal/test/testbootstrap.cxx incubator/ooo/trunk/main/sal/test/unloading/samplelib1.cxx incubator/ooo/trunk/main/sal/test/unloading/samplelib2.cxx incubator/ooo/trunk/main/sal/test/unloading/unloadTest.cxx incubator/ooo/trunk/main/sal/textenc/convertsinglebytetobmpunicode.cxx incubator/ooo/trunk/main/sal/textenc/textenc.cxx incubator/ooo/trunk/main/sal/workben/clipboardwben/testcopy/XTDataObject.cxx incubator/ooo/trunk/main/sal/workben/clipboardwben/testcopy/cbcpytest.cxx incubator/ooo/trunk/main/sal/workben/clipboardwben/testpaste/cbptest.cxx incubator/ooo/trunk/main/sal/workben/clipboardwben/testviewer/cbvtest.cxx incubator/ooo/trunk/main/sal/workben/getlocaleinfotest.cxx incubator/ooo/trunk/main/sal/workben/t_ojp_exe.cxx incubator/ooo/trunk/main/sal/workben/t_osl_getVolInfo.cxx incubator/ooo/trunk/main/sal/workben/t_osl_joinProcess.cxx incubator/ooo/trunk/main/sal/workben/test.cxx incubator/ooo/trunk/main/sal/workben/testfile.cxx incubator/ooo/trunk/main/sal/workben/testpip2.cxx incubator/ooo/trunk/main/sal/workben/testpipe.cxx incubator/ooo/trunk/main/sal/workben/testproc.cxx incubator/ooo/trunk/main/sal/workben/tgetpwnam.cxx Modified: incubator/ooo/trunk/main/sal/cpprt/operators_new_delete.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/cpprt/operators_new_delete.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/cpprt/operators_new_delete.cxx (original) +++ incubator/ooo/trunk/main/sal/cpprt/operators_new_delete.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/cppunittester/cppunittester.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/cppunittester/cppunittester.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/cppunittester/cppunittester.cxx (original) +++ incubator/ooo/trunk/main/sal/cppunittester/cppunittester.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* 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 -* -* for a copy of the LGPLv3 License. -* -************************************************************************/ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include "precompiled_sal.hxx" #include "sal/config.h" Modified: incubator/ooo/trunk/main/sal/inc/pch/precompiled_sal.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/inc/pch/precompiled_sal.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/inc/pch/precompiled_sal.cxx (original) +++ incubator/ooo/trunk/main/sal/inc/pch/precompiled_sal.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/all/debugbase.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/all/debugbase.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/all/debugbase.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/all/debugbase.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/all/loadmodulerelative.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/all/loadmodulerelative.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/all/loadmodulerelative.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/all/loadmodulerelative.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/all/printtrace.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/all/printtrace.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/all/printtrace.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/all/printtrace.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2010 Oracle and/or its affiliates. -* -* OpenOffice.org - a multi-platform office productivity suite -* -* 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 -* -* for a copy of the LGPLv3 License. -* -************************************************************************/ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/all/utility.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/all/utility.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/all/utility.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/all/utility.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/os2/file.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/file.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/file.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/file.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + /************************************************************************ Modified: incubator/ooo/trunk/main/sal/osl/os2/file_error_transl.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/file_error_transl.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/file_error_transl.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/file_error_transl.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #ifndef _ERRNO_H #include Modified: incubator/ooo/trunk/main/sal/osl/os2/file_path_helper.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/file_path_helper.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/file_path_helper.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/file_path_helper.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + /******************************************* Includes Modified: incubator/ooo/trunk/main/sal/osl/os2/file_url.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/file_url.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/file_url.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/file_url.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include #include "system.h" Modified: incubator/ooo/trunk/main/sal/osl/os2/path_helper.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/path_helper.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/path_helper.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/path_helper.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + /******************************************************************* Includes Modified: incubator/ooo/trunk/main/sal/osl/os2/pipe.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/pipe.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/pipe.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/pipe.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + //#define INCL_DOSERRORS #include "system.h" Modified: incubator/ooo/trunk/main/sal/osl/os2/pipeimpl.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/pipeimpl.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/pipeimpl.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/pipeimpl.cxx Sun Nov 6 08:46:12 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + # include "pipeimpl.h" #ifndef _INC_MALLOC Modified: incubator/ooo/trunk/main/sal/osl/os2/process_impl.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/process_impl.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/process_impl.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/process_impl.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #define INCL_DOS Modified: incubator/ooo/trunk/main/sal/osl/os2/salinit.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/salinit.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/salinit.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/salinit.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #define INCL_DOS #include Modified: incubator/ooo/trunk/main/sal/osl/os2/uunxapi.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/os2/uunxapi.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/os2/uunxapi.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/os2/uunxapi.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #ifndef _LIMITS_H #include Modified: incubator/ooo/trunk/main/sal/osl/unx/file.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/file_error_transl.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file_error_transl.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file_error_transl.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file_error_transl.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/file_misc.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file_misc.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file_misc.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file_misc.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include "osl/file.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/file_path_helper.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file_path_helper.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file_path_helper.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file_path_helper.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/file_stat.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file_stat.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file_stat.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file_stat.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/file_url.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file_url.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file_url.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file_url.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/file_volume.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/file_volume.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/file_volume.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/file_volume.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include "osl/file.h" Modified: incubator/ooo/trunk/main/sal/osl/unx/osxlocale.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/osxlocale.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/osxlocale.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/osxlocale.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/process_impl.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/process_impl.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/process_impl.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/process_impl.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/unx/salinit.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/salinit.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/salinit.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/salinit.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #include "precompiled_sal.hxx" #include "sal/config.h" Modified: incubator/ooo/trunk/main/sal/osl/unx/uunxapi.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/unx/uunxapi.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/unx/uunxapi.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/unx/uunxapi.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/w32/file.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/w32/file.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/w32/file.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/w32/file.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sal.hxx" Modified: incubator/ooo/trunk/main/sal/osl/w32/file_dirvol.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/w32/file_dirvol.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/w32/file_dirvol.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/w32/file_dirvol.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #define UNICODE #define _UNICODE Modified: incubator/ooo/trunk/main/sal/osl/w32/file_url.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/osl/w32/file_url.cxx?rev=1198277&r1=1198276&r2=1198277&view=diff ============================================================================== --- incubator/ooo/trunk/main/sal/osl/w32/file_url.cxx (original) +++ incubator/ooo/trunk/main/sal/osl/w32/file_url.cxx Sun Nov 6 08:46:12 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + #define UNICODE #define _UNICODE