summaryrefslogtreecommitdiffstats
path: root/libreport/src/report-python
diff options
context:
space:
mode:
Diffstat (limited to 'libreport/src/report-python')
-rw-r--r--libreport/src/report-python/__init__.py14
-rw-r--r--libreport/src/report-python/accountmanager.py15
-rw-r--r--libreport/src/report-python/io/GTKIO.py14
-rw-r--r--libreport/src/report-python/io/NewtIO.py14
-rw-r--r--libreport/src/report-python/io/TextIO.py14
-rw-r--r--libreport/src/report-python/io/__init__.py14
6 files changed, 85 insertions, 0 deletions
diff --git a/libreport/src/report-python/__init__.py b/libreport/src/report-python/__init__.py
index 9efd5257..796d469b 100644
--- a/libreport/src/report-python/__init__.py
+++ b/libreport/src/report-python/__init__.py
@@ -1,3 +1,17 @@
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, 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.
+
from _pyreport import *
diff --git a/libreport/src/report-python/accountmanager.py b/libreport/src/report-python/accountmanager.py
index db8ed117..878be20e 100644
--- a/libreport/src/report-python/accountmanager.py
+++ b/libreport/src/report-python/accountmanager.py
@@ -1,3 +1,18 @@
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, 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.
+
+
"""
Compatibility with report package
"""
diff --git a/libreport/src/report-python/io/GTKIO.py b/libreport/src/report-python/io/GTKIO.py
index 4cc8766e..a3b3d438 100644
--- a/libreport/src/report-python/io/GTKIO.py
+++ b/libreport/src/report-python/io/GTKIO.py
@@ -1,3 +1,17 @@
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, 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.
+
"""
Compatibility with report package
"""
diff --git a/libreport/src/report-python/io/NewtIO.py b/libreport/src/report-python/io/NewtIO.py
index 10eae284..6f9670dd 100644
--- a/libreport/src/report-python/io/NewtIO.py
+++ b/libreport/src/report-python/io/NewtIO.py
@@ -1,3 +1,17 @@
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, 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.
+
"""
Compatibility with report package
"""
diff --git a/libreport/src/report-python/io/TextIO.py b/libreport/src/report-python/io/TextIO.py
index 6162fb8b..5d386a61 100644
--- a/libreport/src/report-python/io/TextIO.py
+++ b/libreport/src/report-python/io/TextIO.py
@@ -1,3 +1,17 @@
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, 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.
+
"""
Compatibility with report package
"""
diff --git a/libreport/src/report-python/io/__init__.py b/libreport/src/report-python/io/__init__.py
index 2ae28399..fd16dc91 100644
--- a/libreport/src/report-python/io/__init__.py
+++ b/libreport/src/report-python/io/__init__.py
@@ -1 +1,15 @@
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, 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.
+
pass