aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-16 07:05:11 +0000
committerceros7 <ceros7@svn>2010-05-16 07:05:11 +0000
commit5610cd8c53075afe05ebfdc40c7feeedeba238b7 (patch)
tree171a062aba061998761520eee2ca63ebdc47c6f5 /tools
parent0556e50c1773536556c8b1c813fcf22eabfa6d7e (diff)
Add missing copyright headers and utf-8 encoding tags.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30218 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-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, 152 insertions, 0 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 c24d900e67..bf309be7b8 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,3 +1,22 @@
+# -*- 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 7460134f4e..d59ccae459 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,3 +1,22 @@
+# -*- 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 663632ffea..1fc0b9c579 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,3 +1,22 @@
+# -*- 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 585ac05537..6924fb350b 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,3 +1,22 @@
+# -*- 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 a0d3e2a808..7ff9c8a574 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,3 +1,22 @@
+# -*- 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 d2daee63c8..d275755aa4 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,3 +1,22 @@
+# -*- 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 f651c48bdc..250d19d59e 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,3 +1,22 @@
+# -*- 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 5bac2a82cd..e1ab8e6504 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,3 +1,22 @@
+# -*- 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