diff options
author | ceros7 <ceros7@svn> | 2010-05-14 16:04:41 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-14 16:04:41 +0000 |
commit | 608fb67d61af6430e5b70d0ca3049846f4879ccc (patch) | |
tree | ea7b3f58a92be9570284b007a901236a5dc367b2 | |
parent | bd7e02986eea6fa3ddaa762784e4d69ba596e1e8 (diff) |
Add utf-8 encoding tag and copyright headers
Files were added by vulkanr in rev 12806.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30159 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | tools/Fake Episode Maker/main.py | 20 | ||||
-rw-r--r-- | tools/Fake Episode Maker/openAnything.py | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/tools/Fake Episode Maker/main.py b/tools/Fake Episode Maker/main.py index 7680fa9bfd..f4bba97c2e 100644 --- a/tools/Fake Episode Maker/main.py +++ b/tools/Fake Episode Maker/main.py @@ -1,3 +1,23 @@ +# -*- coding: utf-8 -*-
+
+# Copyright (C) 2008 Team XBMC
+# http://www.xbmc.org
+#
+# 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, 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 XBMC; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+# http://www.gnu.org/copyleft/gpl.html
+
import urllib
import os
import openAnything
diff --git a/tools/Fake Episode Maker/openAnything.py b/tools/Fake Episode Maker/openAnything.py index 12abe74dd6..fd4d9c061e 100644 --- a/tools/Fake Episode Maker/openAnything.py +++ b/tools/Fake Episode Maker/openAnything.py @@ -1,3 +1,23 @@ +# -*- coding: utf-8 -*-
+
+# Copyright (C) 2008 Team XBMC
+# http://www.xbmc.org
+#
+# 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, 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 XBMC; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+# http://www.gnu.org/copyleft/gpl.html
+
import urllib2, urlparse, gzip
from StringIO import StringIO
|