From 02dc3fe4b85de544b0b33df4a232ab1d94989aea Mon Sep 17 00:00:00 2001
From: David Johnson <johnsond@flux.utah.edu>
Date: Tue, 10 May 2005 15:25:17 +0000
Subject: [PATCH] copyright

---
 robots/mezzanine/libmezz/mezz.c     | 8 +++++++-
 robots/mezzanine/mezzanine/dewarp.c | 8 +++++++-
 robots/mezzanine/mezzanine/ident.c  | 8 +++++++-
 robots/mezzanine/mezzcal/dewarp.c   | 8 +++++++-
 robots/mezzanine/rtk2/rtk_table.c   | 8 +++++++-
 5 files changed, 35 insertions(+), 5 deletions(-)

diff --git a/robots/mezzanine/libmezz/mezz.c b/robots/mezzanine/libmezz/mezz.c
index 373a38324a..fc11e9c3a3 100644
--- a/robots/mezzanine/libmezz/mezz.c
+++ b/robots/mezzanine/libmezz/mezz.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* 
  *  Mezzanine - an overhead visual object tracker.
  *  Copyright (C) Andrew Howard 2002
@@ -21,7 +27,7 @@
  * Desc: Mezzanine IPC wrapper
  * Author: Andrew Howard
  * Date: 28 Mar 2002
- * CVS: $Id: mezz.c,v 1.3 2005-02-17 08:24:18 johnsond Exp $ 
+ * CVS: $Id: mezz.c,v 1.4 2005-05-10 15:25:08 johnsond Exp $ 
  **************************************************************************/
 
 #include <errno.h>
diff --git a/robots/mezzanine/mezzanine/dewarp.c b/robots/mezzanine/mezzanine/dewarp.c
index d94699c25a..93cd3d30c7 100644
--- a/robots/mezzanine/mezzanine/dewarp.c
+++ b/robots/mezzanine/mezzanine/dewarp.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* 
  *  Mezzanine - an overhead visual object tracker.
  *  Copyright (C) Andrew Howard 2002
@@ -21,7 +27,7 @@
  * Desc: Dewarp the blobs (i.e. transform form image -> world cs)
  * Author: Andrew Howard
  * Date: 17 Apr 2002
- * CVS: $Id: dewarp.c,v 1.1 2004-12-12 23:36:33 johnsond Exp $
+ * CVS: $Id: dewarp.c,v 1.2 2005-05-10 15:25:16 johnsond Exp $
  ***************************************************************************/
 
 #include <assert.h>
diff --git a/robots/mezzanine/mezzanine/ident.c b/robots/mezzanine/mezzanine/ident.c
index 79fd88b14a..b468fa9cf9 100644
--- a/robots/mezzanine/mezzanine/ident.c
+++ b/robots/mezzanine/mezzanine/ident.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* 
  *  Mezzanine - an overhead visual object tracker.
  *  Copyright (C) Andrew Howard 2002
@@ -21,7 +27,7 @@
  * Desc: Assign identities to blobs
  * Author: Andrew Howard
  * Date: 21 Apr 2002
- * CVS: $Id: ident.c,v 1.2 2004-12-15 07:28:29 johnsond Exp $
+ * CVS: $Id: ident.c,v 1.3 2005-05-10 15:25:16 johnsond Exp $
  ***************************************************************************/
 
 #include <assert.h>
diff --git a/robots/mezzanine/mezzcal/dewarp.c b/robots/mezzanine/mezzcal/dewarp.c
index 762f01afca..5431bd611f 100644
--- a/robots/mezzanine/mezzcal/dewarp.c
+++ b/robots/mezzanine/mezzcal/dewarp.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /* 
  *  Mezzanine - an overhead visual object tracker.
  *  Copyright (C) Andrew Howard 2002
@@ -21,7 +27,7 @@
  * Desc: Dewarping interface
  * Author: Andrew Howard
  * Date: 11 Apr 2002
- * CVS: $Id: dewarp.c,v 1.1 2004-12-12 23:36:34 johnsond Exp $
+ * CVS: $Id: dewarp.c,v 1.2 2005-05-10 15:25:17 johnsond Exp $
  ***************************************************************************/
 
 #include <assert.h>
diff --git a/robots/mezzanine/rtk2/rtk_table.c b/robots/mezzanine/rtk2/rtk_table.c
index 2ea6be3abd..2cc97f26dc 100644
--- a/robots/mezzanine/rtk2/rtk_table.c
+++ b/robots/mezzanine/rtk2/rtk_table.c
@@ -1,3 +1,9 @@
+/*
+ * EMULAB-COPYRIGHT
+ * Copyright (c) 2005 University of Utah and the Flux Group.
+ * All rights reserved.
+ */
+
 /*
  *  RTK2 : A GUI toolkit for robotics
  *  Copyright (C) 2001  Andrew Howard  ahoward@usc.edu
@@ -21,7 +27,7 @@
 /*
  * Desc: Rtk table functions
  * Author: Andrew Howard
- * CVS: $Id: rtk_table.c,v 1.1 2004-12-12 23:36:34 johnsond Exp $
+ * CVS: $Id: rtk_table.c,v 1.2 2005-05-10 15:25:17 johnsond Exp $
  */
 
 #include <assert.h>
-- 
GitLab