aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-02-20 12:06:48 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-02-20 12:12:31 +0000
commit1d1ed6a35d275ab9d1250b2cd729db1177fb0252 (patch)
tree872c34578ebe1b441215f36ebb652d9ddccf38df
parent4126c4792bad9da15673d8ee9115a71440e6412f (diff)
configure: Add missing copyright/license boilerplate
Add the copyright/license boilerplate to our configure script. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xconfigure11
1 files changed, 10 insertions, 1 deletions
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)"