diff --git a/robots/mezzanine/libmezz/mezz.c b/robots/mezzanine/libmezz/mezz.c index 373a38324aa408de1e3998bd49aff741218972dd..fc11e9c3a36b17c6e9d370cbd6338051ed7c7bb8 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 d94699c25a2320242789eda530aca30c6a696859..93cd3d30c73e690d25ffa9e289ecbe907324ca8b 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 79fd88b14a2f481310748e53b7722d774695b993..b468fa9cf9f3440a3d440f6e1ec317db7b195a10 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 762f01afcab348efc7a10c274970080fe462f685..5431bd611f0743e247349a4396cf611703f55f0d 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 2ea6be3abd788643c07d7bade854bc9e63249270..2cc97f26dc422bf02fb791b10059b6ab103aefdf 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>