diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-15 20:47:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-19 15:02:09 +0100 |
commit | 15bfc2866d1ccbe3739de1333a6a2722244fae08 (patch) | |
tree | 773630a98e4c67711a6974e5996250bcdfc1dfd3 /sc | |
parent | 8cd35e01a4dfb68a9953d9554ea8d382fed37891 (diff) |
fix license header for new files.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/tpcompatibility.hxx | 31 | ||||
-rw-r--r-- | sc/source/ui/optdlg/tpcompatibility.cxx | 32 |
2 files changed, 12 insertions, 51 deletions
diff --git a/sc/source/ui/inc/tpcompatibility.hxx b/sc/source/ui/inc/tpcompatibility.hxx index ec7a81fae806..8b1c733872a1 100644 --- a/sc/source/ui/inc/tpcompatibility.hxx +++ b/sc/source/ui/inc/tpcompatibility.hxx @@ -1,30 +1,11 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* +/* + * This file is part of the LibreOffice project. * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2010 Novell, Inc. - * - * LibreOffice - a multi-platform office productivity suite - * - * This file is part of LibreOffice. - * - * LibreOffice 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. - * - * LibreOffice 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 LibreOffice. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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/. + */ #ifndef __SC_TPCOMPATIBILITY_HXX__ #define __SC_TPCOMPATIBILITY_HXX__ diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx index 32b3e1278d9b..00f9ef4d13a7 100644 --- a/sc/source/ui/optdlg/tpcompatibility.cxx +++ b/sc/source/ui/optdlg/tpcompatibility.cxx @@ -1,31 +1,11 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/************************************************************************* +/* + * This file is part of the LibreOffice project. * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2010 Novell, Inc. - * - * LibreOffice - a multi-platform office productivity suite - * - * This file is part of LibreOffice. - * - * LibreOffice 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. - * - * LibreOffice 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 LibreOffice. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - + * 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/. + */ #undef SC_DLLIMPLEMENTATION |