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 3E07C96E0 for ; Sun, 6 Nov 2011 17:13:51 +0000 (UTC) Received: (qmail 24160 invoked by uid 500); 6 Nov 2011 17:13:51 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 24139 invoked by uid 500); 6 Nov 2011 17:13: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 24132 invoked by uid 99); 6 Nov 2011 17:13: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 17:13: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 17:13:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6F1182388860; Sun, 6 Nov 2011 17:13:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1198465 - in /incubator/ooo/trunk/main/salhelper: inc/salhelper/ test/Symbols/ test/dynamicloader/ test/rtti/ Date: Sun, 06 Nov 2011 17:13:27 -0000 To: ooo-commits@incubator.apache.org From: arist@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111106171328.6F1182388860@eris.apache.org> Author: arist Date: Sun Nov 6 17:13:27 2011 New Revision: 1198465 URL: http://svn.apache.org/viewvc?rev=1198465&view=rev Log: Update headers to Alv2 headers Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/condition.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/dynload.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/future.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/futurequeue.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/monitor.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/queue.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/refobj.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/simplereferenceobject.hxx incubator/ooo/trunk/main/salhelper/inc/salhelper/singletonref.hxx incubator/ooo/trunk/main/salhelper/test/Symbols/samplelib.hxx incubator/ooo/trunk/main/salhelper/test/dynamicloader/samplelib.hxx incubator/ooo/trunk/main/salhelper/test/rtti/samplelibrtti.hxx Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/condition.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/condition.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/condition.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/condition.hxx Sun Nov 6 17:13:27 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 _SALHELPER_CONDITION_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/dynload.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/dynload.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/dynload.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/dynload.hxx Sun Nov 6 17:13:27 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 _SALHELPER_DYNLOAD_HXX_ #define _SALHELPER_DYNLOAD_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/future.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/future.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/future.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/future.hxx Sun Nov 6 17:13:27 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 _SALHELPER_FUTURE_HXX_ #define _SALHELPER_FUTURE_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/futurequeue.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/futurequeue.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/futurequeue.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/futurequeue.hxx Sun Nov 6 17:13:27 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 _SALHELPER_FUTUREQUEUE_HXX_ #define _SALHELPER_FUTUREQUEUE_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/monitor.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/monitor.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/monitor.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/monitor.hxx Sun Nov 6 17:13:27 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 _SALHELPER_MONITOR_HXX_ #define _SALHELPER_MONITOR_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/queue.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/queue.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/queue.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/queue.hxx Sun Nov 6 17:13:27 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 _SALHELPER_QUEUE_HXX_ #define _SALHELPER_QUEUE_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/refobj.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/refobj.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/refobj.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/refobj.hxx Sun Nov 6 17:13:27 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 _SALHELPER_REFOBJ_HXX_ #define _SALHELPER_REFOBJ_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/simplereferenceobject.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/simplereferenceobject.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/simplereferenceobject.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/simplereferenceobject.hxx Sun Nov 6 17:13:27 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 _SALHELPER_SIMPLEREFERENCEOBJECT_HXX_ #define _SALHELPER_SIMPLEREFERENCEOBJECT_HXX_ Modified: incubator/ooo/trunk/main/salhelper/inc/salhelper/singletonref.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/inc/salhelper/singletonref.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/inc/salhelper/singletonref.hxx (original) +++ incubator/ooo/trunk/main/salhelper/inc/salhelper/singletonref.hxx Sun Nov 6 17:13:27 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 _SALHELPER_SINGLETONREF_HXX_ #define _SALHELPER_SINGLETONREF_HXX_ Modified: incubator/ooo/trunk/main/salhelper/test/Symbols/samplelib.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/test/Symbols/samplelib.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/test/Symbols/samplelib.hxx (original) +++ incubator/ooo/trunk/main/salhelper/test/Symbols/samplelib.hxx Sun Nov 6 17:13:27 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. + * + *************************************************************/ + #ifndef __SAMPLELIB_HXX_ #define __SAMPLELIB_HXX_ Modified: incubator/ooo/trunk/main/salhelper/test/dynamicloader/samplelib.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/test/dynamicloader/samplelib.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/test/dynamicloader/samplelib.hxx (original) +++ incubator/ooo/trunk/main/salhelper/test/dynamicloader/samplelib.hxx Sun Nov 6 17:13:27 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. + * + *************************************************************/ + #ifndef __SAMPLELIB_HXX_ #define __SAMPLELIB_HXX_ Modified: incubator/ooo/trunk/main/salhelper/test/rtti/samplelibrtti.hxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/salhelper/test/rtti/samplelibrtti.hxx?rev=1198465&r1=1198464&r2=1198465&view=diff ============================================================================== --- incubator/ooo/trunk/main/salhelper/test/rtti/samplelibrtti.hxx (original) +++ incubator/ooo/trunk/main/salhelper/test/rtti/samplelibrtti.hxx Sun Nov 6 17:13:27 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. + * + *************************************************************/ + #ifndef __SAMPLELIBRTTI_HXX_ #define __SAMPLELIBRTTI_HXX_