From 0f6dde088b8bb22ce406eae2d064b8516f41639e Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 11 Nov 2010 15:02:19 +0000 Subject: 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. --- comms.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'comms.c') 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 #include -- cgit v1.2.3