summaryrefslogtreecommitdiff
path: root/openembedded/scripts/busybox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/scripts/busybox.sh')
-rwxr-xr-xopenembedded/scripts/busybox.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/scripts/busybox.sh b/openembedded/scripts/busybox.sh
index 5df92f4..04f0b62 100755
--- a/openembedded/scripts/busybox.sh
+++ b/openembedded/scripts/busybox.sh
@@ -2,7 +2,7 @@
#
# Busybox test.
#
-# Copyright (C) 2012, Linaro Limited.
+# Copyright (C) 2010 - 2014, Linaro Limited.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -16,10 +16,10 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Author: Senthil Kumaran <senthil.kumaran@linaro.org>
-#
+# Maintainer: Milosz Wasilewski <milosz.wasilewski@linaro.org>, Koen Kooi <koen.kooi@linaro.org>
OUT=`busybox ls /proc`
if [ -n "$OUT" ]