diff --git a/robots/emc/emcd.c b/robots/emc/emcd.c index b2da127ab5c4fe4cd9aafada229f40c771231215..84bbf19afb9d28bc51c972dcbe51844f4f5baae5 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 9fd0c4f9715622647ecbc454e44c7e5d19c86693..e052fdeb486ffa56612feb55bbf493193307458a 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 8ccc1d6086138c13aa163661f65fcaac667b5d76..adb79d0f190a094e57836c87e0d44c2707758410 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 11bf25262492a9c3af5f6531c5afe6424137ed52..2dc554e3e6df36833a9acb5203afd39dc4133d76 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 e0b6aeadd90c6b0c5610d44217cf4875beb1485a..c67bf3fbd6dae336357f7cbcdd70e7865413707a 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 1aafa4a0b12ca45b1d74ad54c529233e552c5a49..752354dbe06ad4b1032847aa25c0b6ad19cc0aed 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 3a6f3d13a0e53b7034f98546978385e51c2bf72c..6550f6d4434ca6c8982bcde744b15b8eb6ee3e79 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 bb3fc57309dc2b925951cdaacbaa8dc875c667c3..e8ff1d5f8c3572e5663245ca760d558a40c27345 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 9dc08ddcd16d443e17f18284341e4ea650fbf26f..e1620424bb7fb1340980c00d88022470505d3c5d 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 1a67908b7a71a0d100b530a3dc52a9233bae8b1c..da2f3e4b3425b898ec00572d2c4e3265f1ed43fd 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 cecb658d40266631691d1515d9f73db63178680e..835f42f85c932139ecc6d7ee01e19ffb2d6a77cf 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 784015e6fb73f554615e3df76ab5a4d7abf32beb..3325900953b68f612074ad95ecedbd4ca3dfd51d 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 e80bd499e1dd3d0878f690344fafdba0884b2466..1195bd91caea3e05813a65aa8e21d1c97f0d1e6e 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 21c85f5c0d1d11d6e0121667356c88764ac57f08..32679ec29080e0f40cee24cf5a673fc31e2a5103 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 ff0874ec8358be3c69acafffdb2674421a7539bc..1658aff94d807e61f7dfc4682bd2783393e9c0eb 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 e975dde5ea43eea34bf9c449963d8a0fa412f7ad..44450e40f18a3a348ce6dd112e0fb6be81989425 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