diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2012-08-07 20:45:12 +0200 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@gmail.com> | 2012-08-07 23:13:46 +0200 |
commit | 50f6c281d2527a162ecde67f953031bf7c48f0d1 (patch) | |
tree | 51e8a6709be682149249a638156ae51882bdafd2 | |
parent | 4d210ad17d305be17145a396963fa567617b3178 (diff) |
Use the correct licence header
Change-Id: Ieef62aaf240a133d70222e8d0c0bc5032d97d945
-rw-r--r-- | svtools/inc/svtools/slidesorterbaropt.hxx | 13 | ||||
-rw-r--r-- | svtools/source/config/slidesorterbaropt.cxx | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/svtools/inc/svtools/slidesorterbaropt.hxx b/svtools/inc/svtools/slidesorterbaropt.hxx index 29e2b808ab97..c2ef705bc5c0 100644 --- a/svtools/inc/svtools/slidesorterbaropt.hxx +++ b/svtools/inc/svtools/slidesorterbaropt.hxx @@ -1,11 +1,22 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - * Copyright 2012 LibreOffice contributors. + * 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 INCLUDED_SVTOOLS_SLIDESORTERBAROPT_HXX #define INCLUDED_SVTOOLS_SLIDESORTERBAROPT_HXX diff --git a/svtools/source/config/slidesorterbaropt.cxx b/svtools/source/config/slidesorterbaropt.cxx index 0d84ef7f71ab..3938ff92a8f8 100644 --- a/svtools/source/config/slidesorterbaropt.cxx +++ b/svtools/source/config/slidesorterbaropt.cxx @@ -1,11 +1,22 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* - * Copyright 2012 LibreOffice contributors. + * 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 <svtools/slidesorterbaropt.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> |