aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCLive
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-17 12:27:49 +0000
committerceros7 <ceros7@svn>2010-05-17 12:27:49 +0000
commitcd451ea7e566f453a516bd3910c03a33af5d984f (patch)
tree8f75870123bd18f1778a10f95ab91322cb25ce41 /tools/XBMCLive
parent03ce6e1af4d73fc027d5504ea49ea91698f7e392 (diff)
Revert "Add missing copyright headers and utf-8 encoding tags."
This reverts commit 3ae086264cbfa2db1edc564e8d49dd6bbbfded78. The copyright headers here were added by mistake. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30253 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/XBMCLive')
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/default.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_actions.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_downloader.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_info.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_lib.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_list.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_logviewer.py19
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_update.py19
8 files changed, 0 insertions, 152 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/default.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/default.py
index bf309be7b8..c24d900e67 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/default.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/default.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
Plugin for downloading scripts/plugins/skins from SVN repositoriess
"""
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_actions.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_actions.py
index d59ccae459..7460134f4e 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_actions.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_actions.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
SVN Repo Installer - Actions
"""
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_downloader.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_downloader.py
index 1fc0b9c579..663632ffea 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_downloader.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_downloader.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
Update module
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_info.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_info.py
index 6924fb350b..585ac05537 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_info.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_info.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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 os, sys
import xbmc, xbmcgui
import urllib
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_lib.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_lib.py
index 7ff9c8a574..a0d3e2a808 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_lib.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_lib.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
Common functions
"""
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_list.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_list.py
index d275755aa4..d2daee63c8 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_list.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_list.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
svn repo installer plugin
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_logviewer.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_logviewer.py
index 250d19d59e..f651c48bdc 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_logviewer.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_logviewer.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
SVN Repo Installer Log Viewer
"""
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_update.py b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_update.py
index e1ab8e6504..5bac2a82cd 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_update.py
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/usr/share/xbmc/plugins/programs/SVN Repo Installer/installerAPI/xbmcplugin_update.py
@@ -1,22 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright (C) 2009-2010 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
-
"""
Programs/Plugin to check for SVN Repo updates of your installed scripts and Plugins