diff options
Diffstat (limited to 'tools/XBMCLive')
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
|