From 55003380f109f8059f9cda9a8f1a0872bb6b0f31 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 30 May 2012 20:09:50 +0200 Subject: [PATCH] xbmc: update license headers Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc/init.d/91_cleanup-logfiles | 4 ++-- packages/mediacenter/xbmc/init.d/92_setup-xbmc | 4 ++-- packages/mediacenter/xbmc/init.d/93_xbmc | 4 ++-- packages/mediacenter/xbmc/scripts/gputemp | 4 ++-- packages/mediacenter/xbmc/scripts/setwakeup.sh | 6 +++--- packages/mediacenter/xbmc/scripts/wait_on_xbmc_exit | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles b/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles index 3447a2bad0..7f479fe516 100644 --- a/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles +++ b/packages/mediacenter/xbmc/init.d/91_cleanup-logfiles @@ -1,6 +1,6 @@ ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) # # 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 diff --git a/packages/mediacenter/xbmc/init.d/92_setup-xbmc b/packages/mediacenter/xbmc/init.d/92_setup-xbmc index 54ab4ac459..7075f3d3fe 100644 --- a/packages/mediacenter/xbmc/init.d/92_setup-xbmc +++ b/packages/mediacenter/xbmc/init.d/92_setup-xbmc @@ -1,6 +1,6 @@ ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) # # 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 diff --git a/packages/mediacenter/xbmc/init.d/93_xbmc b/packages/mediacenter/xbmc/init.d/93_xbmc index f9b69c38e1..6fb03041e9 100644 --- a/packages/mediacenter/xbmc/init.d/93_xbmc +++ b/packages/mediacenter/xbmc/init.d/93_xbmc @@ -1,6 +1,6 @@ ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) # # 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 diff --git a/packages/mediacenter/xbmc/scripts/gputemp b/packages/mediacenter/xbmc/scripts/gputemp index 39fcf20f7b..d5152aa4f6 100755 --- a/packages/mediacenter/xbmc/scripts/gputemp +++ b/packages/mediacenter/xbmc/scripts/gputemp @@ -1,8 +1,8 @@ #!/bin/sh ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) # # 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 diff --git a/packages/mediacenter/xbmc/scripts/setwakeup.sh b/packages/mediacenter/xbmc/scripts/setwakeup.sh index e8be3036a0..557abff270 100755 --- a/packages/mediacenter/xbmc/scripts/setwakeup.sh +++ b/packages/mediacenter/xbmc/scripts/setwakeup.sh @@ -1,8 +1,8 @@ #!/bin/sh ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) # # 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 @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. # http://www.gnu.org/copyleft/gpl.html ################################################################################ diff --git a/packages/mediacenter/xbmc/scripts/wait_on_xbmc_exit b/packages/mediacenter/xbmc/scripts/wait_on_xbmc_exit index f786a63123..60efb36402 100755 --- a/packages/mediacenter/xbmc/scripts/wait_on_xbmc_exit +++ b/packages/mediacenter/xbmc/scripts/wait_on_xbmc_exit @@ -1,8 +1,8 @@ #!/bin/sh ################################################################################ -# Copyright (C) 2009-2010 OpenELEC.tv -# http://www.openelec.tv +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) # # 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 @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. # http://www.gnu.org/copyleft/gpl.html ################################################################################