src/pptrecord.py | 16 +++++----------- src/pptstream.py | 16 +++++----------- 2 files changed, 10 insertions(+), 22 deletions(-)
New commits: commit d05ccd4d92d3410acd3d5b6aee23c951424a437e Author: Thorsten Behrens <[email protected]> Date: Tue Nov 26 22:56:34 2013 +0100 Move ppt-dumper license to MPL. Relicense SUSE-contributed code to MPLv2. Other patch contributors have consented to new license at https://wiki.documentfoundation.org/Developers#Individuals diff --git a/src/pptrecord.py b/src/pptrecord.py index cbbf32d..51bb160 100644 --- a/src/pptrecord.py +++ b/src/pptrecord.py @@ -1,17 +1,9 @@ # -*- tab-width: 4; indent-tabs-mode: nil -*- -######################################################################## # -# OpenOffice.org - a multi-platform office productivity suite +# 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/. # -# Author: -# Kohei Yoshida <[email protected]> -# Thorsten Behrens <[email protected]> -# -# The Contents of this file are made available subject to the terms -# of GNU Lesser General Public License Version 2.1 and any later -# version. -# -######################################################################## import globals @@ -1725,3 +1717,5 @@ placeholderEnum = { 25: ["PT_VerticalObject"], 26: ["PT_Picture"] } + +# vim:set filetype=python shiftwidth=4 softtabstop=4 expandtab: diff --git a/src/pptstream.py b/src/pptstream.py index cd89824..d1ad3f1 100644 --- a/src/pptstream.py +++ b/src/pptstream.py @@ -1,17 +1,9 @@ # -*- tab-width: 4; indent-tabs-mode: nil -*- -######################################################################## # -# OpenOffice.org - a multi-platform office productivity suite +# 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/. # -# Author: -# Kohei Yoshida <[email protected]> -# Thorsten Behrens <[email protected]> -# -# The Contents of this file are made available subject to the terms -# of GNU Lesser General Public License Version 2.1 and any later -# version. -# -######################################################################## import sys import ole, globals, pptrecord @@ -446,3 +438,5 @@ recData = { 0xF119: ["DFF_msofbtSelection"] } + +# vim:set filetype=python shiftwidth=4 softtabstop=4 expandtab: _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
