From 6708eb22eb213bc586fd93abd5657d5f765e6eb3 Mon Sep 17 00:00:00 2001
From: Timothy Stack <stack@flux.utah.edu>
Date: Tue, 10 May 2005 14:32:16 +0000
Subject: [PATCH] copyrights

---
 robots/emc/emcd.c             | 5 +++++
 robots/emc/emcd.h             | 5 +++++
 robots/emc/loclistener.in     | 6 ++++++
 robots/emc/robot_list.c       | 5 +++++
 robots/emc/robot_list.h       | 6 ++++++
 robots/rmcd/obstacles.c       | 5 +++++
 robots/rmcd/obstacles.h       | 5 +++++
 robots/rmcd/pilotConnection.c | 5 +++++
 robots/rmcd/pilotConnection.h | 5 +++++
 robots/rmcd/rclip.c           | 5 +++++
 robots/rmcd/rclip.h           | 5 +++++
 robots/rmcd/rmcd.c            | 6 ++++++
 robots/rmcd/rmcd.h            | 6 ++++++
 robots/vmcd/robotObject.c     | 5 +++++
 robots/vmcd/robotObject.h     | 5 +++++
 robots/vmcd/vmcd.h            | 5 +++++
 16 files changed, 84 insertions(+)

diff --git a/robots/emc/emcd.c b/robots/emc/emcd.c
index b2da127ab5..84bbf19afb 100755
--- a/robots/emc/emcd.c
+++ b/robots/emc/emcd.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 /* emc sets up an interface for accepting commands over an internet socket;
  * listens on a well-known port for instances of vmc and rmc;
diff --git a/robots/emc/emcd.h b/robots/emc/emcd.h
index 9fd0c4f971..e052fdeb48 100644
--- a/robots/emc/emcd.h
+++ b/robots/emc/emcd.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef __EMCD_H__
 #define __EMCD_H__
diff --git a/robots/emc/loclistener.in b/robots/emc/loclistener.in
index 8ccc1d6086..adb79d0f19 100644
--- a/robots/emc/loclistener.in
+++ b/robots/emc/loclistener.in
@@ -1,5 +1,11 @@
 #! /usr/bin/env python
 
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2005 University of Utah and the Flux Group.
+# All rights reserved.
+#
+
 import os, os.path
 import re
 import sys
diff --git a/robots/emc/robot_list.c b/robots/emc/robot_list.c
index 11bf252624..2dc554e3e6 100755
--- a/robots/emc/robot_list.c
+++ b/robots/emc/robot_list.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #include "config.h"
 
diff --git a/robots/emc/robot_list.h b/robots/emc/robot_list.h
index e0b6aeadd9..c67bf3fbd6 100755
--- a/robots/emc/robot_list.h
+++ b/robots/emc/robot_list.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 #ifndef __ROBOT_LIST_H__
 #define __ROBOT_LIST_H__
 
diff --git a/robots/rmcd/obstacles.c b/robots/rmcd/obstacles.c
index 1aafa4a0b1..752354dbe0 100644
--- a/robots/rmcd/obstacles.c
+++ b/robots/rmcd/obstacles.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #include "config.h"
 
diff --git a/robots/rmcd/obstacles.h b/robots/rmcd/obstacles.h
index 3a6f3d13a0..6550f6d443 100644
--- a/robots/rmcd/obstacles.h
+++ b/robots/rmcd/obstacles.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef _obstacles_h
 #define _obstacles_h
diff --git a/robots/rmcd/pilotConnection.c b/robots/rmcd/pilotConnection.c
index bb3fc57309..e8ff1d5f8c 100644
--- a/robots/rmcd/pilotConnection.c
+++ b/robots/rmcd/pilotConnection.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #include "config.h"
 
diff --git a/robots/rmcd/pilotConnection.h b/robots/rmcd/pilotConnection.h
index 9dc08ddcd1..e1620424bb 100644
--- a/robots/rmcd/pilotConnection.h
+++ b/robots/rmcd/pilotConnection.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef _pilot_connection_h
 #define _pilot_connection_h
diff --git a/robots/rmcd/rclip.c b/robots/rmcd/rclip.c
index 1a67908b7a..da2f3e4b34 100644
--- a/robots/rmcd/rclip.c
+++ b/robots/rmcd/rclip.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #include "config.h"
 
diff --git a/robots/rmcd/rclip.h b/robots/rmcd/rclip.h
index cecb658d40..835f42f85c 100644
--- a/robots/rmcd/rclip.h
+++ b/robots/rmcd/rclip.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef _rclip_h
 #define _rclip_h
diff --git a/robots/rmcd/rmcd.c b/robots/rmcd/rmcd.c
index 784015e6fb..3325900953 100644
--- a/robots/rmcd/rmcd.c
+++ b/robots/rmcd/rmcd.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* Robot Master Control Daemon
  *
  * Dan Flickinger
diff --git a/robots/rmcd/rmcd.h b/robots/rmcd/rmcd.h
index e80bd499e1..1195bd91ca 100644
--- a/robots/rmcd/rmcd.h
+++ b/robots/rmcd/rmcd.h
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* Robot Master Control Daemon
  *
  * Dan Flickinger
diff --git a/robots/vmcd/robotObject.c b/robots/vmcd/robotObject.c
index 21c85f5c0d..32679ec290 100644
--- a/robots/vmcd/robotObject.c
+++ b/robots/vmcd/robotObject.c
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #include "config.h"
 
diff --git a/robots/vmcd/robotObject.h b/robots/vmcd/robotObject.h
index ff0874ec83..1658aff94d 100644
--- a/robots/vmcd/robotObject.h
+++ b/robots/vmcd/robotObject.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef _robot_object_h
 #define _robot_object_h
diff --git a/robots/vmcd/vmcd.h b/robots/vmcd/vmcd.h
index e975dde5ea..44450e40f1 100644
--- a/robots/vmcd/vmcd.h
+++ b/robots/vmcd/vmcd.h
@@ -1,3 +1,8 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
 
 #ifndef _vmcd_h
 #define _vmcd_h
-- 
GitLab