diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-08-11 11:25:48 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-08-11 11:50:46 +0200 |
commit | 9b782edb0637fe43238ce5b769c2629c293bf5b1 (patch) | |
tree | 7df3180a8a427d2bdf03948cbb7bb854a5c4aeb0 /tools/Fake Episode Maker | |
parent | 7ac40d50f014e96b5672e8ce6589f44df5f287ed (diff) |
[cosmetic] update copyright headers
Diffstat (limited to 'tools/Fake Episode Maker')
-rw-r--r-- | tools/Fake Episode Maker/main.py | 8 | ||||
-rw-r--r-- | tools/Fake Episode Maker/openAnything.py | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/Fake Episode Maker/main.py b/tools/Fake Episode Maker/main.py index ae07d13f5e..02bd0f01e2 100644 --- a/tools/Fake Episode Maker/main.py +++ b/tools/Fake Episode Maker/main.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (C) 2008-2013 Team XBMC -# http://www.xbmc.org +# http://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 @@ -14,9 +14,9 @@ # 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 +# along with XBMC; see the file COPYING. If not, see +# <http://www.gnu.org/licenses/>. +# import urllib import os diff --git a/tools/Fake Episode Maker/openAnything.py b/tools/Fake Episode Maker/openAnything.py index 890b77543a..7f1176547f 100644 --- a/tools/Fake Episode Maker/openAnything.py +++ b/tools/Fake Episode Maker/openAnything.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (C) 2008-2013 Team XBMC -# http://www.xbmc.org +# http://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 @@ -14,9 +14,9 @@ # 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 +# along with XBMC; see the file COPYING. If not, see +# <http://www.gnu.org/licenses/>. +# import urllib2, urlparse, gzip from StringIO import StringIO |