[Python-modules-commits] [python-odf] 106/118: Added missing copyright statements

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit 6bc51d82270927a7d16f81d75620f154a9482004
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Tue Dec 11 19:29:25 2012 +0000

    Added missing copyright statements
---
 contrib/html2odt/emptycontent.py                  | 19 +++++++++++++++++++
 contrib/html2odt/htmlstyles.py                    | 19 +++++++++++++++++++
 contrib/odftohtmlplugin/0.10/setup.py             | 19 +++++++++++++++++++
 contrib/odt2zwiki/odt2moinmoin.py                 | 19 +++++++++++++++++++
 contrib/tracplugins/0.10/odfpreview/__init__.py   | 19 +++++++++++++++++++
 contrib/tracplugins/0.10/odfpreview/odfpreview.py | 19 +++++++++++++++++++
 contrib/tracplugins/0.10/odftohtml/__init__.py    | 19 +++++++++++++++++++
 contrib/tracplugins/0.10/odftohtml/odftohtml.py   | 19 +++++++++++++++++++
 contrib/tracplugins/0.10/setup.py                 | 19 +++++++++++++++++++
 contrib/xliff/xliff_parser.py                     |  6 +++---
 examples/text-with-masterpage.py                  | 17 +++++++++++++++++
 odf/__init__.py                                   | 19 +++++++++++++++++++
 12 files changed, 210 insertions(+), 3 deletions(-)

diff --git a/contrib/html2odt/emptycontent.py b/contrib/html2odt/emptycontent.py
index b3e43f4..50fd721 100644
--- a/contrib/html2odt/emptycontent.py
+++ b/contrib/html2odt/emptycontent.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 chead = ['''<?xml version="1.0" encoding="UTF-8"?>\n''',
 '''<office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1 [...]
 '''<office:scripts/>''',
diff --git a/contrib/html2odt/htmlstyles.py b/contrib/html2odt/htmlstyles.py
index 665d035..1cec24e 100644
--- a/contrib/html2odt/htmlstyles.py
+++ b/contrib/html2odt/htmlstyles.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from odf.style import Style, ParagraphProperties, TextProperties
 
 def addStandardStyles(doc):
diff --git a/contrib/odftohtmlplugin/0.10/setup.py b/contrib/odftohtmlplugin/0.10/setup.py
index 917e40e..045e319 100644
--- a/contrib/odftohtmlplugin/0.10/setup.py
+++ b/contrib/odftohtmlplugin/0.10/setup.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from setuptools import setup
 
 PACKAGE = 'OdfToHtml'
diff --git a/contrib/odt2zwiki/odt2moinmoin.py b/contrib/odt2zwiki/odt2moinmoin.py
index 184154d..f61ffd1 100644
--- a/contrib/odt2zwiki/odt2moinmoin.py
+++ b/contrib/odt2zwiki/odt2moinmoin.py
@@ -1,4 +1,23 @@
 #!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 
 """
             import pdb; pdb.set_trace()
diff --git a/contrib/tracplugins/0.10/odfpreview/__init__.py b/contrib/tracplugins/0.10/odfpreview/__init__.py
index aa0a36d..b7f7489 100644
--- a/contrib/tracplugins/0.10/odfpreview/__init__.py
+++ b/contrib/tracplugins/0.10/odfpreview/__init__.py
@@ -1 +1,20 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from odfpreview import OdfPreview
diff --git a/contrib/tracplugins/0.10/odfpreview/odfpreview.py b/contrib/tracplugins/0.10/odfpreview/odfpreview.py
index 34f51f2..6d057ae 100644
--- a/contrib/tracplugins/0.10/odfpreview/odfpreview.py
+++ b/contrib/tracplugins/0.10/odfpreview/odfpreview.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from trac.core import *
 from trac.mimeview.api import IHTMLPreviewRenderer
 import os
diff --git a/contrib/tracplugins/0.10/odftohtml/__init__.py b/contrib/tracplugins/0.10/odftohtml/__init__.py
index 6dc51bf..6cec606 100644
--- a/contrib/tracplugins/0.10/odftohtml/__init__.py
+++ b/contrib/tracplugins/0.10/odftohtml/__init__.py
@@ -1 +1,20 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from odftohtml import *
diff --git a/contrib/tracplugins/0.10/odftohtml/odftohtml.py b/contrib/tracplugins/0.10/odftohtml/odftohtml.py
index 272e2d5..752f88e 100644
--- a/contrib/tracplugins/0.10/odftohtml/odftohtml.py
+++ b/contrib/tracplugins/0.10/odftohtml/odftohtml.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from trac.core import *
 from trac.mimeview.api import IContentConverter
 import os
diff --git a/contrib/tracplugins/0.10/setup.py b/contrib/tracplugins/0.10/setup.py
index 0783743..372a3b8 100644
--- a/contrib/tracplugins/0.10/setup.py
+++ b/contrib/tracplugins/0.10/setup.py
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+
 from setuptools import setup
 
 PACKAGE = 'OdfConversion'
diff --git a/contrib/xliff/xliff_parser.py b/contrib/xliff/xliff_parser.py
index f5e009e..8188083 100644
--- a/contrib/xliff/xliff_parser.py
+++ b/contrib/xliff/xliff_parser.py
@@ -1,7 +1,7 @@
-# -*- coding: ISO-8859-1 -*-
-# Copyright (C) 2000-2004  Juan David Ib��ez Palomar <jdavid at itaapy.com>
+# -*- coding: utf-8 -*-
+# Copyright (C) 2000-2004  Juan David Ibáñez Palomar <jdavid at itaapy.com>
 #               2003  Roberto Quero, Eduardo Corrales
-#               2004  S�ren Roug
+#               2004  Søren Roug
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
diff --git a/examples/text-with-masterpage.py b/examples/text-with-masterpage.py
index 2a8e00c..a47ade5 100644
--- a/examples/text-with-masterpage.py
+++ b/examples/text-with-masterpage.py
@@ -1,5 +1,22 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
 
 from odf.opendocument import OpenDocumentText
 from odf.style import PageLayout, MasterPage, Header, Footer
diff --git a/odf/__init__.py b/odf/__init__.py
index e69de29..17c80e0 100644
--- a/odf/__init__.py
+++ b/odf/__init__.py
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007 Søren Roug, European Environment Agency
+#
+# This is free software.  You may redistribute it under the terms
+# of the Apache license and the GNU General Public License Version
+# 2 or at your option any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Contributor(s):
+#
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list