diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 14:30:25 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 15:00:05 +0100 |
commit | b9042fad7c0f263eb1695b4f33d054c5f1197751 (patch) | |
tree | ce8937dc1f4f70acc7d7244cae504e37e666c0a5 /salhelper/test | |
parent | f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2 (diff) |
re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
Diffstat (limited to 'salhelper/test')
-rw-r--r-- | salhelper/test/Symbols/samplelib.cxx | 22 | ||||
-rw-r--r-- | salhelper/test/Symbols/samplelib.hxx | 18 | ||||
-rw-r--r-- | salhelper/test/dynamicloader/samplelib.cxx | 22 | ||||
-rw-r--r-- | salhelper/test/dynamicloader/samplelib.hxx | 18 |
4 files changed, 72 insertions, 8 deletions
diff --git a/salhelper/test/Symbols/samplelib.cxx b/salhelper/test/Symbols/samplelib.cxx index 6f66aa73f324..23c0e0bcba5a 100644 --- a/salhelper/test/Symbols/samplelib.cxx +++ b/salhelper/test/Symbols/samplelib.cxx @@ -1,10 +1,24 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -#include "samplelib.hxx" -#include <sal/types.h> /* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * 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 . + */ - -*/ +#include "samplelib.hxx" +#include <sal/types.h> extern "C" SampleLib_Api* SAL_CALL initSampleLibApi(void) diff --git a/salhelper/test/Symbols/samplelib.hxx b/salhelper/test/Symbols/samplelib.hxx index fbe96c372a84..7ba44405b7a0 100644 --- a/salhelper/test/Symbols/samplelib.hxx +++ b/salhelper/test/Symbols/samplelib.hxx @@ -1,4 +1,22 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * 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 . + */ + #ifndef __SAMPLELIB_HXX_ #define __SAMPLELIB_HXX_ diff --git a/salhelper/test/dynamicloader/samplelib.cxx b/salhelper/test/dynamicloader/samplelib.cxx index 6f66aa73f324..23c0e0bcba5a 100644 --- a/salhelper/test/dynamicloader/samplelib.cxx +++ b/salhelper/test/dynamicloader/samplelib.cxx @@ -1,10 +1,24 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -#include "samplelib.hxx" -#include <sal/types.h> /* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * 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 . + */ - -*/ +#include "samplelib.hxx" +#include <sal/types.h> extern "C" SampleLib_Api* SAL_CALL initSampleLibApi(void) diff --git a/salhelper/test/dynamicloader/samplelib.hxx b/salhelper/test/dynamicloader/samplelib.hxx index fbe96c372a84..7ba44405b7a0 100644 --- a/salhelper/test/dynamicloader/samplelib.hxx +++ b/salhelper/test/dynamicloader/samplelib.hxx @@ -1,4 +1,22 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * 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 . + */ + #ifndef __SAMPLELIB_HXX_ #define __SAMPLELIB_HXX_ |