From 87f76ddd29bc5a5c8f02266ac971e777a949130a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 9 Jan 2011 23:32:01 +0100 Subject: [PATCH] scripts: cosmetics Signed-off-by: Stephan Raue --- scripts/clean | 1 + scripts/create_addon | 1 + scripts/extract | 1 + scripts/fixconfigtools | 1 + scripts/get | 1 + scripts/image | 1 + scripts/image_release | 1 + scripts/image_squashfs | 1 + scripts/install | 1 + scripts/unpack | 1 + 10 files changed, 10 insertions(+) diff --git a/scripts/clean b/scripts/clean index 1288bb65b9..97653e4240 100755 --- a/scripts/clean +++ b/scripts/clean @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/create_addon b/scripts/create_addon index 530941b87d..b68e40a911 100755 --- a/scripts/create_addon +++ b/scripts/create_addon @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/extract b/scripts/extract index 70c0a948fc..97a3cf40b2 100755 --- a/scripts/extract +++ b/scripts/extract @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/fixconfigtools b/scripts/fixconfigtools index 6dad09243f..3c16456c39 100755 --- a/scripts/fixconfigtools +++ b/scripts/fixconfigtools @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/get b/scripts/get index 4389b52b7c..ed9be96548 100755 --- a/scripts/get +++ b/scripts/get @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/image b/scripts/image index e956ad192d..e9e39173a9 100755 --- a/scripts/image +++ b/scripts/image @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/image_release b/scripts/image_release index 3d4974b274..7549a5a60f 100755 --- a/scripts/image_release +++ b/scripts/image_release @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/image_squashfs b/scripts/image_squashfs index 6266bbf4c2..523144dd35 100755 --- a/scripts/image_squashfs +++ b/scripts/image_squashfs @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/install b/scripts/install index c6a320812e..e22ec8e76d 100755 --- a/scripts/install +++ b/scripts/install @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) diff --git a/scripts/unpack b/scripts/unpack index f8f7ce0b09..a4f011f4c9 100755 --- a/scripts/unpack +++ b/scripts/unpack @@ -1,4 +1,5 @@ #!/bin/sh + ################################################################################ # This file is part of OpenELEC - http://www.openelec.tv # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)