From d4cd5999ff27f5b00208cc39446ab07ddceefaeb Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Wed, 15 Jun 2016 14:18:44 +0900 Subject: update to upstream 20150115 Change-Id: I8943d5a8c98049843e6753c38beac89927690d72 --- emulator/emulator.sh | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'emulator/emulator.sh') diff --git a/emulator/emulator.sh b/emulator/emulator.sh index 0051172..3320f9f 100755 --- a/emulator/emulator.sh +++ b/emulator/emulator.sh @@ -1,6 +1,26 @@ #!/bin/bash -echo "ERROR: the emulator.sh script got not changed to support your emulator!" +################################################################ +# +# Copyright (c) 1995-2014 SUSE Linux Products GmbH +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 or 3 as +# published by the Free Software Foundation. +# +# 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 (see the file COPYING); if not, write to the +# Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# +################################################################ + +echo "ERROR: the emulator.sh script needs to be changed to support your emulator!" exit 1 -- cgit v1.2.3