aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-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)"