summaryrefslogtreecommitdiffstats
path: root/external/poky/scripts/oe-run-native
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/scripts/oe-run-native')
-rwxr-xr-xexternal/poky/scripts/oe-run-native16
1 files changed, 2 insertions, 14 deletions
diff --git a/external/poky/scripts/oe-run-native b/external/poky/scripts/oe-run-native
index a29e9943..4e63e69c 100755
--- a/external/poky/scripts/oe-run-native
+++ b/external/poky/scripts/oe-run-native
@@ -1,20 +1,8 @@
#!/bin/bash
#
# Copyright (c) 2016, Intel Corporation.
-# All Rights Reserved
#
-# 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 of the License, 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 this program; if not, see <http://www.gnu.org/licenses/>
+# SPDX-License-Identifier: GPL-2.0-or-later
#
#
@@ -28,7 +16,7 @@ if [ $# -lt 1 -o "$1" = '--help' -o "$1" = '-h' ] ; then
echo 'OpenEmbedded run-native - runs native tools'
echo ''
echo 'arguments:'
- echo ' native-recipe The recipe which provoides tool'
+ echo ' native-recipe The recipe which provides tool'
echo ' tool Native tool to run'
echo ''
exit 2