aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-17 05:11:35 +0000
committerceros7 <ceros7@svn>2010-05-17 05:11:35 +0000
commitfea3746c98f5b20a6ceeb0682784735c0f9763d1 (patch)
treef9f7ba5f9e05e791b998cd13f1a6f0d7b72f7ddc /tools
parentb56f482e538f7b01d5f630e2f194660aeffcc016 (diff)
Add missing copyright headers to files missed by lcapriotti.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30248 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/XBMCLive/SDK/Tools/cloneLiveHelper.sh18
-rwxr-xr-xtools/XBMCLive/SDK/buildBinaryDrivers/build-AMD.sh18
-rwxr-xr-xtools/XBMCLive/SDK/buildBinaryDrivers/build-CrystalHD.sh18
-rwxr-xr-xtools/XBMCLive/SDK/buildBinaryDrivers/build-NVIDIA.sh18
-rwxr-xr-xtools/XBMCLive/SDK/buildDEBs/updateLiveInitramfs.sh18
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.karmic-variant18
-rw-r--r--tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.lucid-variant18
-rwxr-xr-xtools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/pm/sleep.d/99lirc-resume18
-rwxr-xr-xtools/XBMCLive/SDK/copyFiles-installer.sh.lucid-variant18
-rwxr-xr-xtools/XBMCLive/installXBMCFromISO.sh18
10 files changed, 180 insertions, 0 deletions
diff --git a/tools/XBMCLive/SDK/Tools/cloneLiveHelper.sh b/tools/XBMCLive/SDK/Tools/cloneLiveHelper.sh
index ab6b05ce8f..a09282845d 100755
--- a/tools/XBMCLive/SDK/Tools/cloneLiveHelper.sh
+++ b/tools/XBMCLive/SDK/Tools/cloneLiveHelper.sh
@@ -1,4 +1,22 @@
#!/bin/sh
+# Copyright (C) 2005-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
+
git clone git://live.debian.net/git/live-helper.git
diff --git a/tools/XBMCLive/SDK/buildBinaryDrivers/build-AMD.sh b/tools/XBMCLive/SDK/buildBinaryDrivers/build-AMD.sh
index 691f46e8e1..b97370f17b 100755
--- a/tools/XBMCLive/SDK/buildBinaryDrivers/build-AMD.sh
+++ b/tools/XBMCLive/SDK/buildBinaryDrivers/build-AMD.sh
@@ -1,5 +1,23 @@
#!/bin/bash
+# Copyright (C) 2005-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
+
THISDIR=$(pwd)
. $THISDIR/getInstallers.sh
diff --git a/tools/XBMCLive/SDK/buildBinaryDrivers/build-CrystalHD.sh b/tools/XBMCLive/SDK/buildBinaryDrivers/build-CrystalHD.sh
index 8fdffa85dd..5e17a44938 100755
--- a/tools/XBMCLive/SDK/buildBinaryDrivers/build-CrystalHD.sh
+++ b/tools/XBMCLive/SDK/buildBinaryDrivers/build-CrystalHD.sh
@@ -1,5 +1,23 @@
#!/bin/bash
+# Copyright (C) 2005-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
+
THISDIR=$(pwd)
. $THISDIR/getInstallers.sh
diff --git a/tools/XBMCLive/SDK/buildBinaryDrivers/build-NVIDIA.sh b/tools/XBMCLive/SDK/buildBinaryDrivers/build-NVIDIA.sh
index f647c5f404..6990a3db66 100755
--- a/tools/XBMCLive/SDK/buildBinaryDrivers/build-NVIDIA.sh
+++ b/tools/XBMCLive/SDK/buildBinaryDrivers/build-NVIDIA.sh
@@ -1,5 +1,23 @@
#!/bin/bash
+# Copyright (C) 2005-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
+
THISDIR=$(pwd)
. $THISDIR/getInstallers.sh
diff --git a/tools/XBMCLive/SDK/buildDEBs/updateLiveInitramfs.sh b/tools/XBMCLive/SDK/buildDEBs/updateLiveInitramfs.sh
index ee8a12df8d..ff3da5b21d 100755
--- a/tools/XBMCLive/SDK/buildDEBs/updateLiveInitramfs.sh
+++ b/tools/XBMCLive/SDK/buildDEBs/updateLiveInitramfs.sh
@@ -1,5 +1,23 @@
#!/bin/bash
+# Copyright (C) 2005-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
+
# master tree
# git clone git://live.debian.net/git/live-initramfs.git
diff --git a/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.karmic-variant b/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.karmic-variant
index 5e302d1093..c9cd27cc7a 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.karmic-variant
+++ b/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.karmic-variant
@@ -1,4 +1,22 @@
#!/bin/sh
+# Copyright (C) 2005-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
+
anna-install squashfs-udeb
anna-install xbmclive-installhelpers
diff --git a/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.lucid-variant b/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.lucid-variant
index 4798f06fc6..98844b72df 100644
--- a/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.lucid-variant
+++ b/tools/XBMCLive/SDK/buildLive/Files/binary_local-includes/install/earlyPreseed.lucid-variant
@@ -1,3 +1,21 @@
#!/bin/sh
+# Copyright (C) 2005-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
+
anna-install xbmclive-installhelpers
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/pm/sleep.d/99lirc-resume b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/pm/sleep.d/99lirc-resume
index b40861ed87..2bca04460e 100755
--- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/pm/sleep.d/99lirc-resume
+++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/pm/sleep.d/99lirc-resume
@@ -1,5 +1,23 @@
#!/bin/bash
+# Copyright (C) 2005-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
+
# This script will restart Lirc upon resume.
. /usr/lib/pm-utils/functions
diff --git a/tools/XBMCLive/SDK/copyFiles-installer.sh.lucid-variant b/tools/XBMCLive/SDK/copyFiles-installer.sh.lucid-variant
index 7628f2b3fa..10680c933b 100755
--- a/tools/XBMCLive/SDK/copyFiles-installer.sh.lucid-variant
+++ b/tools/XBMCLive/SDK/copyFiles-installer.sh.lucid-variant
@@ -1,5 +1,23 @@
#!/bin/bash
+# Copyright (C) 2005-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
+
mkdir -p $WORKPATH/buildLive/Files/binary_local-udebs &> /dev/null
if ! ls $WORKPATH/buildDEBs/live-installer*.* > /dev/null 2>&1; then
diff --git a/tools/XBMCLive/installXBMCFromISO.sh b/tools/XBMCLive/installXBMCFromISO.sh
index f6fc9d9521..eb808e3a35 100755
--- a/tools/XBMCLive/installXBMCFromISO.sh
+++ b/tools/XBMCLive/installXBMCFromISO.sh
@@ -1,5 +1,23 @@
#/bin/bash
+# Copyright (C) 2005-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
+
restoreAutomount=0
CHECKGCONFDIR="$(gconftool-2 --dir-exists=/apps/nautilus/preferences)"
if [ "${CHECKGCONFDIR}" = "0" ]; then