Aggiunta licenza gplv2 or later copiata brutalmente da emesene

Leonardo Robol [2009-11-08 18:10]
Aggiunta licenza gplv2 or later copiata brutalmente da emesene
Filename
RaiTV/ChannelLoader.py
RaiTV/Interface.py
RaiTV/VideoWidget.py
RaiTV/__init__.py
raitv.py
diff --git a/RaiTV/ChannelLoader.py b/RaiTV/ChannelLoader.py
index 9edf327..fd8f675 100644
--- a/RaiTV/ChannelLoader.py
+++ b/RaiTV/ChannelLoader.py
@@ -3,6 +3,22 @@
 #
 #  Scarica la lista di URI per vedere i canali rai
 #
+#   This file is part of RaiTV
+#
+#    RaiTV 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.
+#
+#    RaiTV 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 RaiTV; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+

 import urllib2, re, httplib
 from xml.dom.minidom import parseString
diff --git a/RaiTV/Interface.py b/RaiTV/Interface.py
index 29a718d..1d59ba9 100644
--- a/RaiTV/Interface.py
+++ b/RaiTV/Interface.py
@@ -3,6 +3,22 @@
 #
 # Interface for RaiTV
 #
+#   This file is part of RaiTV
+#
+#    RaiTV 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.
+#
+#    RaiTV 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 RaiTV; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+

 import gtk, pygtk, gobject

diff --git a/RaiTV/VideoWidget.py b/RaiTV/VideoWidget.py
index 57f4523..f39e51f 100644
--- a/RaiTV/VideoWidget.py
+++ b/RaiTV/VideoWidget.py
@@ -3,6 +3,22 @@
 #
 # Implementazione del Widget per gestire il video
 #
+#   This file is part of RaiTV
+#
+#    RaiTV 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.
+#
+#    RaiTV 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 RaiTV; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+

 import pygtk, gtk, gst, cairo, threading, time

diff --git a/RaiTV/__init__.py b/RaiTV/__init__.py
index e69de29..d2e18c7 100644
--- a/RaiTV/__init__.py
+++ b/RaiTV/__init__.py
@@ -0,0 +1,15 @@
+#   This file is part of RaiTV
+#
+#    RaiTV 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.
+#
+#    RaiTV 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 RaiTV; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
diff --git a/raitv.py b/raitv.py
index b99c783..c73490f 100755
--- a/raitv.py
+++ b/raitv.py
@@ -1,7 +1,22 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
+#   This file is part of RaiTV
 #
+#    RaiTV 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.
+#
+#    RaiTV 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 RaiTV; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+

 import gtk, pygtk
 from RaiTV import Interface
ViewGit