aboutsummaryrefslogtreecommitdiff
path: root/test_arm.s
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2010-11-11 15:02:19 +0000
committerPeter Maydell <peter.maydell@linaro.org>2010-12-07 19:16:05 +0000
commit0f6dde088b8bb22ce406eae2d064b8516f41639e (patch)
tree9a7cd274b5a40a9174005ef0fa22835322d07c32 /test_arm.s
parent74490a4f82c4130881d0e61e2b9a4be8f247b7c4 (diff)
Add licensing/copyright boilerplate to license under EPL
Add the COPYING file and per-source-file boilerplate text to place risu ender the Eclipse Public License.
Diffstat (limited to 'test_arm.s')
-rw-r--r--test_arm.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/test_arm.s b/test_arm.s
index 8cf8ca5..49552f2 100644
--- a/test_arm.s
+++ b/test_arm.s
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2010 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:
+ * Peter Maydell (Linaro) - initial implementation
+ *******************************************************************************/
+
/* magic instruction to force ARM mode whether we were in ARM or Thumb before */
.int 0xe0004778
/* Initialise the gp regs */