From 1d1ed6a35d275ab9d1250b2cd729db1177fb0252 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 20 Feb 2017 12:06:48 +0000 Subject: configure: Add missing copyright/license boilerplate Add the copyright/license boilerplate to our configure script. Signed-off-by: Peter Maydell --- configure | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configure b/configure index acbdc4c..1fbc27c 100755 --- a/configure +++ b/configure @@ -1,5 +1,14 @@ #!/bin/sh -# simple risu configure script - Claudio Fontana +# simple risu configure script +# +# Copyright (c) 2013 Linaro Limited +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Claudio Fontana (Linaro) - initial implementation # Locate the directory where this configure script is SRCDIR="$(cd "$(dirname "$0")"; pwd)" -- cgit v1.2.3