diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-24 17:14:03 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-30 13:34:06 +0100 |
commit | 72e5d0c8fbedb509fccec7aa8bd03f89cda9ef6d (patch) | |
tree | 24f9bc11331c1143d03abcd5bb1aacd5adb835f5 /odk | |
parent | ade26b5c7bd2a88be5147feace1969cc01ae3ed4 (diff) |
Move to MPLv2 license headers, with ESC decision and author's permission.
Diffstat (limited to 'odk')
-rw-r--r-- | odk/CppunitTest_checkapi.mk | 26 | ||||
-rw-r--r-- | odk/CustomTarget_allheaders.mk | 26 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/CalcWindowState.xcu | 35 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/Factory.xcu | 35 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/META-INF/manifest.xml | 35 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/Makefile | 34 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/description.xml | 35 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/toolpanel.component | 35 | ||||
-rw-r--r-- | odk/examples/python/toolpanel/toolpanel.py | 35 | ||||
-rw-r--r-- | odk/pack/gendocu/Doxyfile | 34 | ||||
-rw-r--r-- | odk/pack/gendocu/main.dox | 28 |
11 files changed, 79 insertions, 279 deletions
diff --git a/odk/CppunitTest_checkapi.mk b/odk/CppunitTest_checkapi.mk index e134a450ac83..4ea262acef4d 100644 --- a/odk/CppunitTest_checkapi.mk +++ b/odk/CppunitTest_checkapi.mk @@ -1,29 +1,11 @@ # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# This file is part of the LibreOffice project. # -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ +# 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/. # -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. $(eval $(call gb_CppunitTest_CppunitTest,odk_checkapi)) diff --git a/odk/CustomTarget_allheaders.mk b/odk/CustomTarget_allheaders.mk index 54699b5fc42f..e44497e65315 100644 --- a/odk/CustomTarget_allheaders.mk +++ b/odk/CustomTarget_allheaders.mk @@ -1,29 +1,11 @@ # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# This file is part of the LibreOffice project. # -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ +# 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/. # -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. $(eval $(call gb_CustomTarget_CustomTarget,odk/allheaders)) diff --git a/odk/examples/python/toolpanel/CalcWindowState.xcu b/odk/examples/python/toolpanel/CalcWindowState.xcu index 5da57d7e2400..9abb827d8fd4 100644 --- a/odk/examples/python/toolpanel/CalcWindowState.xcu +++ b/odk/examples/python/toolpanel/CalcWindowState.xcu @@ -1,31 +1,12 @@ <?xml version='1.0' encoding='UTF-8'?> -<!--# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# Laurent Godard <lgodard.libre@laposte.net> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above.--> +<!-- + * 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/. + * +--> <oor:component-data oor:name="CalcWindowState" oor:package="org.openoffice.Office.UI" diff --git a/odk/examples/python/toolpanel/Factory.xcu b/odk/examples/python/toolpanel/Factory.xcu index e7ca0d81eca4..bc9b5feef139 100644 --- a/odk/examples/python/toolpanel/Factory.xcu +++ b/odk/examples/python/toolpanel/Factory.xcu @@ -1,31 +1,12 @@ <?xml version='1.0' encoding='UTF-8'?> -<!--# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# Laurent Godard <lgodard.libre@laposte.net> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above.--> +<!-- + * 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/. + * +--> <oor:component-data oor:name="Factories" oor:package="org.openoffice.Office.UI" diff --git a/odk/examples/python/toolpanel/META-INF/manifest.xml b/odk/examples/python/toolpanel/META-INF/manifest.xml index d545ad0a2efb..300501b7fef1 100644 --- a/odk/examples/python/toolpanel/META-INF/manifest.xml +++ b/odk/examples/python/toolpanel/META-INF/manifest.xml @@ -1,31 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!--# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# Laurent Godard <lgodard.libre@laposte.net> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above.--> +<!-- + * 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/. + * +--> <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-components" diff --git a/odk/examples/python/toolpanel/Makefile b/odk/examples/python/toolpanel/Makefile index 7460471f24f3..3a1d93acf45b 100644 --- a/odk/examples/python/toolpanel/Makefile +++ b/odk/examples/python/toolpanel/Makefile @@ -1,30 +1,10 @@ -## -## Version: MPL 1.1 / GPLv3+ / LGPLv3+ -## -## The contents of this file are subject to the Mozilla Public License Version -## 1.1 (the "License"); you may not use this file except in compliance with -## the License or as specified alternatively below. You may obtain a copy of -## the License at http://www.mozilla.org/MPL/ -## -## Software distributed under the License is distributed on an "AS IS" basis, -## WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -## for the specific language governing rights and limitations under the -## License. -## -## Major Contributor(s): -## [ Copyright (C) 2011 Red Hat, Inc., Stephan Bergmann <sbergman@redhat.com> -## (initial developer) ] -## -## All Rights Reserved. -## -## For minor contributions see the git repository. -## -## Alternatively, the contents of this file may be used under the terms of -## either the GNU General Public License Version 3 or later (the "GPLv3+"), or -## the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -## in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -## instead of those above. -## +# +# 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/. +# PRJ = ../../.. SETTINGS = $(PRJ)/settings diff --git a/odk/examples/python/toolpanel/description.xml b/odk/examples/python/toolpanel/description.xml index f910e7ee5710..c448e8541bd4 100644 --- a/odk/examples/python/toolpanel/description.xml +++ b/odk/examples/python/toolpanel/description.xml @@ -1,31 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!--# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# Laurent Godard <lgodard.libre@laposte.net> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above.--> +<!-- + * 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/. + * +--> <description xmlns="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> <version value="0.1.0"/> <identifier value="org.libreoffice.example.toolpanel"/> diff --git a/odk/examples/python/toolpanel/toolpanel.component b/odk/examples/python/toolpanel/toolpanel.component index 225e4f1c65c1..d7fde354575e 100644 --- a/odk/examples/python/toolpanel/toolpanel.component +++ b/odk/examples/python/toolpanel/toolpanel.component @@ -1,31 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!--# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# The Initial Developer of the Original Code is -# Laurent Godard <lgodard.libre@laposte.net> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Major Contributor(s): -# -# For minor contributions see the git repository. -# -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above.--> +<!-- + * 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/. + * +--> <components xmlns="http://openoffice.org/2010/uno-components"> <component loader="com.sun.star.loader.Python" uri="./toolpanel.py"> <implementation name="org.libreoffice.example.toolpanel.pocFactory"> diff --git a/odk/examples/python/toolpanel/toolpanel.py b/odk/examples/python/toolpanel/toolpanel.py index 31fce5103a89..8fcfb3f322fe 100644 --- a/odk/examples/python/toolpanel/toolpanel.py +++ b/odk/examples/python/toolpanel/toolpanel.py @@ -1,31 +1,22 @@ -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ # -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ +# This file is part of the LibreOffice project. # -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# 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/. # -# The Initial Developer of the Original Code is -# Laurent Godard <lgodard.libre@laposte.net> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. +# This file incorporates work covered by the following license notice: # -# Major Contributor(s): +# 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 . # -# For minor contributions see the git repository. +# inspired by core/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent # -# inspired from core/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. import uno import unohelper diff --git a/odk/pack/gendocu/Doxyfile b/odk/pack/gendocu/Doxyfile index 4cde2ea7ab2a..75460486cdd3 100644 --- a/odk/pack/gendocu/Doxyfile +++ b/odk/pack/gendocu/Doxyfile @@ -1,30 +1,10 @@ -## -## Version: MPL 1.1 / GPLv3+ / LGPLv3+ -## -## The contents of this file are subject to the Mozilla Public License Version -## 1.1 (the "License"); you may not use this file except in compliance with -## the License or as specified alternatively below. You may obtain a copy of -## the License at http://www.mozilla.org/MPL/ -## -## Software distributed under the License is distributed on an "AS IS" basis, -## WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -## for the specific language governing rights and limitations under the -## License. -## -## Major Contributor(s): -## [ Copyright (C) 2012 Red Hat, Inc., Stephan Bergmann <sbergman@redhat.com> -## (initial developer) ] -## -## All Rights Reserved. -## -## For minor contributions see the git repository. -## -## Alternatively, the contents of this file may be used under the terms of -## either the GNU General Public License Version 3 or later (the "GPLv3+"), or -## the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -## in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -## instead of those above. -## +# +# 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/. +# PROJECT_BRIEF = % PROJECT_NAME = % diff --git a/odk/pack/gendocu/main.dox b/odk/pack/gendocu/main.dox index 718f639f9d90..771fa7bcb8fd 100644 --- a/odk/pack/gendocu/main.dox +++ b/odk/pack/gendocu/main.dox @@ -1,29 +1,9 @@ /* - * Version: MPL 1.1 / GPLv3+ / LGPLv3+ + * This file is part of the LibreOffice project. * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License or as specified alternatively below. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * Major Contributor(s): - * [ Copyright (C) 2012 Red Hat, Inc., Stephan Bergmann <sbergman@redhat.com> - * (initial developer) ] - * - * All Rights Reserved. - * - * For minor contributions see the git repository. - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 3 or later (the "GPLv3+"), or - * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), - * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable - * instead of those above. + * 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/. */ /// \mainpage |