From 7d0a17ad4a12b3eec0931c5be70e9f32fba724d7 Mon Sep 17 00:00:00 2001 From: mh17 <mh17> Date: Mon, 14 Jun 2010 11:04:18 +0000 Subject: [PATCH] author added --- src/zmapApp/zmapAppmain_c.c | 7 ++++--- src/zmapApp/zmapAppremote.c | 9 +++++---- src/zmapConfig/zmapConfigDir.c | 9 +++++---- src/zmapControl/remote/zmapXRemote.c | 7 ++++--- src/zmapControl/zmapControlNavigator.c | 7 ++++--- src/zmapControl/zmapControlViews.c | 7 ++++--- src/zmapControl/zmapControlWindow.c | 7 ++++--- 7 files changed, 30 insertions(+), 23 deletions(-) diff --git a/src/zmapApp/zmapAppmain_c.c b/src/zmapApp/zmapAppmain_c.c index 170436963..716db90aa 100755 --- a/src/zmapApp/zmapAppmain_c.c +++ b/src/zmapApp/zmapAppmain_c.c @@ -19,8 +19,9 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk, + * name * * Description: C main, if the executable is compiled/linked with * main then you get a standard C executable. @@ -28,7 +29,7 @@ * HISTORY: * Last edited: Nov 13 14:40 2003 (edgrif) * Created: Thu Nov 13 14:38:41 2003 (edgrif) - * CVS info: $Id: zmapAppmain_c.c,v 1.3 2010-03-04 15:09:35 mh17 Exp $ + * CVS info: $Id: zmapAppmain_c.c,v 1.4 2010-06-14 11:04:18 mh17 Exp $ *------------------------------------------------------------------- */ diff --git a/src/zmapApp/zmapAppremote.c b/src/zmapApp/zmapAppremote.c index 19a38a485..e2f61fae4 100755 --- a/src/zmapApp/zmapAppremote.c +++ b/src/zmapApp/zmapAppremote.c @@ -19,9 +19,10 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk, - * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk, + * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk, + * name * * Description: * @@ -29,7 +30,7 @@ * HISTORY: * Last edited: Mar 25 14:41 2010 (edgrif) * Created: Thu May 5 18:19:30 2005 (rds) - * CVS info: $Id: zmapAppremote.c,v 1.40 2010-03-29 09:54:10 edgrif Exp $ + * CVS info: $Id: zmapAppremote.c,v 1.41 2010-06-14 11:04:21 mh17 Exp $ *------------------------------------------------------------------- */ diff --git a/src/zmapConfig/zmapConfigDir.c b/src/zmapConfig/zmapConfigDir.c index 63908b152..196ca6517 100644 --- a/src/zmapConfig/zmapConfigDir.c +++ b/src/zmapConfig/zmapConfigDir.c @@ -19,9 +19,10 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk, - * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk, + * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk, + * name * * Description: * @@ -29,7 +30,7 @@ * HISTORY: * Last edited: Jun 24 14:26 2009 (edgrif) * Created: Thu Feb 10 10:05:36 2005 (edgrif) - * CVS info: $Id: zmapConfigDir.c,v 1.3 2010-03-04 15:09:40 mh17 Exp $ + * CVS info: $Id: zmapConfigDir.c,v 1.4 2010-06-14 11:04:24 mh17 Exp $ *------------------------------------------------------------------- */ diff --git a/src/zmapControl/remote/zmapXRemote.c b/src/zmapControl/remote/zmapXRemote.c index 4e2d37704..448cd8847 100755 --- a/src/zmapControl/remote/zmapXRemote.c +++ b/src/zmapControl/remote/zmapXRemote.c @@ -19,8 +19,9 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk, + * name * * Description: Implements the essential code for allows external client * programs to communicate with ZMap. This same code is @@ -31,7 +32,7 @@ * HISTORY: * Last edited: May 5 16:13 2010 (edgrif) * Created: Wed Apr 13 19:04:48 2005 (rds) - * CVS info: $Id: zmapXRemote.c,v 1.48 2010-05-05 15:14:14 edgrif Exp $ + * CVS info: $Id: zmapXRemote.c,v 1.49 2010-06-14 11:04:30 mh17 Exp $ *------------------------------------------------------------------- */ diff --git a/src/zmapControl/zmapControlNavigator.c b/src/zmapControl/zmapControlNavigator.c index bf7b83c75..f0bd848d9 100755 --- a/src/zmapControl/zmapControlNavigator.c +++ b/src/zmapControl/zmapControlNavigator.c @@ -19,8 +19,9 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk, + * name * * Description: Implements the navigator window in a zmap. * We tried using a scale widget but you can't set the size @@ -31,7 +32,7 @@ * HISTORY: * Last edited: Aug 1 12:24 2007 (rds) * Created: Thu Jul 8 12:54:27 2004 (edgrif) - * CVS info: $Id: zmapControlNavigator.c,v 1.32 2010-03-04 15:09:52 mh17 Exp $ + * CVS info: $Id: zmapControlNavigator.c,v 1.33 2010-06-14 11:04:33 mh17 Exp $ *------------------------------------------------------------------- */ diff --git a/src/zmapControl/zmapControlViews.c b/src/zmapControl/zmapControlViews.c index ec2779fa1..0031457aa 100755 --- a/src/zmapControl/zmapControlViews.c +++ b/src/zmapControl/zmapControlViews.c @@ -19,8 +19,9 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk, + * name * * Description: Splits the zmap window to show either the same view twice * or two different views. @@ -31,7 +32,7 @@ * HISTORY: * Last edited: Dec 9 16:15 2008 (edgrif) * Created: Mon Jan 10 10:38:43 2005 (edgrif) - * CVS info: $Id: zmapControlViews.c,v 1.26 2010-03-04 15:09:56 mh17 Exp $ + * CVS info: $Id: zmapControlViews.c,v 1.27 2010-06-14 11:04:37 mh17 Exp $ *------------------------------------------------------------------- */ diff --git a/src/zmapControl/zmapControlWindow.c b/src/zmapControl/zmapControlWindow.c index 3859e676f..d7d847db7 100755 --- a/src/zmapControl/zmapControlWindow.c +++ b/src/zmapControl/zmapControlWindow.c @@ -19,8 +19,9 @@ *------------------------------------------------------------------- * This file is part of the ZMap genome database package * originated by - * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, - * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk + * Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk, + * Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk, + * name * * Description: Creates the top level window of a ZMap. * @@ -28,7 +29,7 @@ * HISTORY: * Last edited: Jun 10 10:48 2010 (edgrif) * Created: Fri May 7 14:43:28 2004 (edgrif) - * CVS info: $Id: zmapControlWindow.c,v 1.38 2010-06-10 09:52:01 edgrif Exp $ + * CVS info: $Id: zmapControlWindow.c,v 1.39 2010-06-14 11:04:38 mh17 Exp $ *------------------------------------------------------------------- */ -- GitLab