aboutsummaryrefslogtreecommitdiff
path: root/comms.c
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 /comms.c
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 'comms.c')
-rw-r--r--comms.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/comms.c b/comms.c
index 46a2b7e..ac13d0e 100644
--- a/comms.c
+++ b/comms.c
@@ -1,8 +1,15 @@
-/* Random Instruction Sequences for Userspace
- * Copyright 2010 Linaro Limited
+/*******************************************************************************
+ * 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
*
- * Routines for the socket communication between master and apprentice.
- */
+ * Contributors:
+ * Peter Maydell (Linaro) - initial implementation
+ *******************************************************************************/
+
+/* Routines for the socket communication between master and apprentice. */
#include <unistd.h>
#include <stdio.h>