[Spread-cvs] cvs commit: spread/daemon acconfig.h acm.c acm.h acp-permit.c alarm.c alarm.h arch.c arch.h auth-ip.c auth-null.c auth-pword-client.c auth-pword-client.h auth-pword.c conf_body.h configuration.c configuration.h data_link.c data_link.h defines.h errors.h events.c flooder.c flow_control.c flow_control.h groups.c groups.h log.c log.h membership.c membership.h memory.c memory.h message.c message.h monitor.c mutex.h net_types.h network.c network.h objects.h prot_body.h prot_objs.h protocol.c protocol.h r.c s.c scatter.h sess_body.h sess_types.h session.c session.h simple_user.c skiplist.c skiplist.h skiplist_p.h sp.c sp.h sp_events.h sp_func.h spread.c spread_params.h status.c status.h user.c

jonathan at spread.org jonathan at spread.org
Thu Mar 4 19:32:47 EST 2004


jonathan    04/03/04 19:32:47

  Modified:    daemon   acconfig.h acm.c acm.h acp-permit.c alarm.c alarm.h
                        arch.c arch.h auth-ip.c auth-null.c
                        auth-pword-client.c auth-pword-client.h
                        auth-pword.c conf_body.h configuration.c
                        configuration.h data_link.c data_link.h defines.h
                        errors.h events.c flooder.c flow_control.c
                        flow_control.h groups.c groups.h log.c log.h
                        membership.c membership.h memory.c memory.h
                        message.c message.h monitor.c mutex.h net_types.h
                        network.c network.h objects.h prot_body.h
                        prot_objs.h protocol.c protocol.h r.c s.c scatter.h
                        sess_body.h sess_types.h session.c session.h
                        simple_user.c skiplist.c skiplist.h skiplist_p.h
                        sp.c sp.h sp_events.h sp_func.h spread.c
                        spread_params.h status.c status.h user.c
  Log:
  Change copyright notice headers on all source files to update the year
  and to update an email address.
  
  Revision  Changes    Path
  1.3       +3 -3      spread/daemon/acconfig.h
  
  Index: acconfig.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acconfig.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- acconfig.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ acconfig.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,20 +18,20 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
    *
    */
   
  -/* $Id: acconfig.h,v 1.2 2002/09/22 02:56:52 jonathan Exp $ */
  +/* $Id: acconfig.h,v 1.3 2004/03/05 00:32:46 jonathan Exp $ */
   
   #ifndef _CONFIG_H
   #define _CONFIG_H
  
  
  
  1.4       +2 -2      spread/daemon/acm.c
  
  Index: acm.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acm.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- acm.c	22 Sep 2002 02:56:52 -0000	1.3
  +++ acm.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/acm.h
  
  Index: acm.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acm.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- acm.h	22 Sep 2002 02:56:52 -0000	1.4
  +++ acm.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/acp-permit.c
  
  Index: acp-permit.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acp-permit.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- acp-permit.c	22 Sep 2002 02:56:52 -0000	1.3
  +++ acp-permit.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.6       +2 -2      spread/daemon/alarm.c
  
  Index: alarm.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/alarm.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- alarm.c	12 Nov 2003 22:11:03 -0000	1.5
  +++ alarm.c	5 Mar 2004 00:32:46 -0000	1.6
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/alarm.h
  
  Index: alarm.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/alarm.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- alarm.h	13 Feb 2004 16:14:26 -0000	1.4
  +++ alarm.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.7       +2 -2      spread/daemon/arch.c
  
  Index: arch.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/arch.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- arch.c	22 Sep 2002 02:56:52 -0000	1.6
  +++ arch.c	5 Mar 2004 00:32:46 -0000	1.7
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.15      +2 -2      spread/daemon/arch.h
  
  Index: arch.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/arch.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- arch.h	23 Sep 2002 20:10:27 -0000	1.14
  +++ arch.h	5 Mar 2004 00:32:46 -0000	1.15
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.8       +2 -2      spread/daemon/auth-ip.c
  
  Index: auth-ip.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-ip.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- auth-ip.c	2 Feb 2004 21:03:55 -0000	1.7
  +++ auth-ip.c	5 Mar 2004 00:32:46 -0000	1.8
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/auth-null.c
  
  Index: auth-null.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-null.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- auth-null.c	12 Nov 2003 22:11:03 -0000	1.3
  +++ auth-null.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/auth-pword-client.c
  
  Index: auth-pword-client.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-pword-client.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- auth-pword-client.c	22 Sep 2002 02:56:52 -0000	1.4
  +++ auth-pword-client.c	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/auth-pword-client.h
  
  Index: auth-pword-client.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-pword-client.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- auth-pword-client.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ auth-pword-client.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/auth-pword.c
  
  Index: auth-pword.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-pword.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- auth-pword.c	12 Nov 2003 22:11:03 -0000	1.4
  +++ auth-pword.c	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +3 -3      spread/daemon/conf_body.h
  
  Index: conf_body.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/conf_body.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- conf_body.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ conf_body.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  @@ -34,7 +34,7 @@
   
   /* 
    *
  - * $Id: conf_body.h,v 1.2 2002/09/22 02:56:52 jonathan Exp $
  + * $Id: conf_body.h,v 1.3 2004/03/05 00:32:46 jonathan Exp $
    */
   
   #ifndef INC_CONF_BODY
  
  
  
  1.8       +2 -2      spread/daemon/configuration.c
  
  Index: configuration.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/configuration.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- configuration.c	22 Sep 2002 02:56:52 -0000	1.7
  +++ configuration.c	5 Mar 2004 00:32:46 -0000	1.8
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.6       +2 -2      spread/daemon/configuration.h
  
  Index: configuration.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/configuration.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- configuration.h	18 Jun 2003 14:31:23 -0000	1.5
  +++ configuration.h	5 Mar 2004 00:32:46 -0000	1.6
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.11      +2 -2      spread/daemon/data_link.c
  
  Index: data_link.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/data_link.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- data_link.c	26 Sep 2002 14:33:56 -0000	1.10
  +++ data_link.c	5 Mar 2004 00:32:46 -0000	1.11
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/data_link.h
  
  Index: data_link.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/data_link.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- data_link.h	22 Sep 2002 02:56:52 -0000	1.3
  +++ data_link.h	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/defines.h
  
  Index: defines.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/defines.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- defines.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ defines.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +3 -3      spread/daemon/errors.h
  
  Index: errors.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/errors.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- errors.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ errors.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  @@ -36,7 +36,7 @@
    * Copyright (c) 1997 Jonathan Stanton <jonathan at cs.jhu.edu>
    * Defines all Error codes used in spread
    *
  - * $Id: errors.h,v 1.2 2002/09/22 02:56:52 jonathan Exp $
  + * $Id: errors.h,v 1.3 2004/03/05 00:32:46 jonathan Exp $
    *
    */
   
  
  
  
  1.6       +2 -2      spread/daemon/events.c
  
  Index: events.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/events.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- events.c	22 Sep 2002 02:56:52 -0000	1.5
  +++ events.c	5 Mar 2004 00:32:46 -0000	1.6
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/flooder.c
  
  Index: flooder.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/flooder.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- flooder.c	22 Sep 2002 02:56:52 -0000	1.4
  +++ flooder.c	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/flow_control.c
  
  Index: flow_control.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/flow_control.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- flow_control.c	25 Jan 2004 20:27:52 -0000	1.3
  +++ flow_control.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/flow_control.h
  
  Index: flow_control.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/flow_control.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- flow_control.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ flow_control.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.15      +2 -2      spread/daemon/groups.c
  
  Index: groups.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/groups.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- groups.c	13 Feb 2004 16:12:14 -0000	1.14
  +++ groups.c	5 Mar 2004 00:32:46 -0000	1.15
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/groups.h
  
  Index: groups.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/groups.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- groups.h	24 Oct 2003 21:47:37 -0000	1.4
  +++ groups.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/log.c
  
  Index: log.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/log.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- log.c	22 Sep 2002 02:56:52 -0000	1.4
  +++ log.c	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/log.h
  
  Index: log.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/log.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- log.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ log.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/membership.c
  
  Index: membership.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/membership.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- membership.c	8 Feb 2004 14:13:38 -0000	1.4
  +++ membership.c	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/membership.h
  
  Index: membership.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/membership.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- membership.h	24 Oct 2003 21:47:37 -0000	1.3
  +++ membership.h	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.7       +2 -2      spread/daemon/memory.c
  
  Index: memory.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/memory.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- memory.c	22 Sep 2002 02:56:52 -0000	1.6
  +++ memory.c	5 Mar 2004 00:32:46 -0000	1.7
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/memory.h
  
  Index: memory.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/memory.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- memory.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ memory.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/message.c
  
  Index: message.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/message.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- message.c	22 Sep 2002 02:56:52 -0000	1.3
  +++ message.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/message.h
  
  Index: message.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/message.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- message.h	22 Sep 2002 02:56:52 -0000	1.3
  +++ message.h	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.12      +2 -2      spread/daemon/monitor.c
  
  Index: monitor.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/monitor.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- monitor.c	5 Mar 2004 00:05:02 -0000	1.11
  +++ monitor.c	5 Mar 2004 00:32:46 -0000	1.12
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/mutex.h
  
  Index: mutex.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/mutex.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mutex.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ mutex.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/net_types.h
  
  Index: net_types.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/net_types.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- net_types.h	22 Sep 2002 02:56:52 -0000	1.4
  +++ net_types.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.11      +2 -2      spread/daemon/network.c
  
  Index: network.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/network.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- network.c	25 Jan 2004 20:27:52 -0000	1.10
  +++ network.c	5 Mar 2004 00:32:46 -0000	1.11
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/network.h
  
  Index: network.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/network.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- network.h	22 Sep 2002 02:56:52 -0000	1.4
  +++ network.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.6       +3 -3      spread/daemon/objects.h
  
  Index: objects.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/objects.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- objects.h	22 Sep 2002 02:56:52 -0000	1.5
  +++ objects.h	5 Mar 2004 00:32:46 -0000	1.6
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  @@ -37,7 +37,7 @@
    * Copyright 1997 Jonathan Stanton <jonathan at cs.jhu.edu> 
    * Center for Networking and Distributed Systems
    *
  - * $Id: objects.h,v 1.5 2002/09/22 02:56:52 jonathan Exp $
  + * $Id: objects.h,v 1.6 2004/03/05 00:32:46 jonathan Exp $
    *
    */
   
  
  
  
  1.3       +2 -2      spread/daemon/prot_body.h
  
  Index: prot_body.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/prot_body.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- prot_body.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ prot_body.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/prot_objs.h
  
  Index: prot_objs.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/prot_objs.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- prot_objs.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ prot_objs.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.8       +2 -2      spread/daemon/protocol.c
  
  Index: protocol.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/protocol.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- protocol.c	8 Feb 2004 14:17:49 -0000	1.7
  +++ protocol.c	5 Mar 2004 00:32:46 -0000	1.8
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/protocol.h
  
  Index: protocol.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/protocol.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- protocol.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ protocol.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.7       +2 -2      spread/daemon/r.c
  
  Index: r.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/r.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- r.c	4 Mar 2004 23:56:48 -0000	1.6
  +++ r.c	5 Mar 2004 00:32:46 -0000	1.7
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/s.c
  
  Index: s.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/s.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- s.c	4 Mar 2004 23:56:48 -0000	1.4
  +++ s.c	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/scatter.h
  
  Index: scatter.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/scatter.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- scatter.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ scatter.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/sess_body.h
  
  Index: sess_body.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sess_body.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sess_body.h	24 Oct 2003 21:47:37 -0000	1.4
  +++ sess_body.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/sess_types.h
  
  Index: sess_types.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sess_types.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sess_types.h	22 Sep 2002 02:56:52 -0000	1.3
  +++ sess_types.h	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.16      +2 -2      spread/daemon/session.c
  
  Index: session.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/session.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- session.c	24 Oct 2003 21:47:37 -0000	1.15
  +++ session.c	5 Mar 2004 00:32:46 -0000	1.16
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/session.h
  
  Index: session.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/session.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- session.h	24 Oct 2003 21:47:37 -0000	1.4
  +++ session.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/simple_user.c
  
  Index: simple_user.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/simple_user.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- simple_user.c	22 Sep 2002 02:56:52 -0000	1.3
  +++ simple_user.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/skiplist.c
  
  Index: skiplist.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/skiplist.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- skiplist.c	28 Jan 2003 20:15:51 -0000	1.3
  +++ skiplist.c	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/skiplist.h
  
  Index: skiplist.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/skiplist.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skiplist.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ skiplist.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/skiplist_p.h
  
  Index: skiplist_p.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/skiplist_p.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skiplist_p.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ skiplist_p.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.11      +2 -2      spread/daemon/sp.c
  
  Index: sp.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sp.c	9 Feb 2004 19:35:11 -0000	1.10
  +++ sp.c	5 Mar 2004 00:32:46 -0000	1.11
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.6       +2 -2      spread/daemon/sp.h
  
  Index: sp.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- sp.h	8 Feb 2004 15:06:29 -0000	1.5
  +++ sp.h	5 Mar 2004 00:32:46 -0000	1.6
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.4       +2 -2      spread/daemon/sp_events.h
  
  Index: sp_events.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp_events.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sp_events.h	22 Sep 2002 02:56:52 -0000	1.3
  +++ sp_events.h	5 Mar 2004 00:32:46 -0000	1.4
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.5       +2 -2      spread/daemon/sp_func.h
  
  Index: sp_func.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp_func.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sp_func.h	1 Oct 2002 20:51:52 -0000	1.4
  +++ sp_func.h	5 Mar 2004 00:32:46 -0000	1.5
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.20      +2 -2      spread/daemon/spread.c
  
  Index: spread.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- spread.c	5 Mar 2004 00:05:02 -0000	1.19
  +++ spread.c	5 Mar 2004 00:32:46 -0000	1.20
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.9       +2 -2      spread/daemon/spread_params.h
  
  Index: spread_params.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread_params.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- spread_params.h	9 Feb 2004 19:38:21 -0000	1.8
  +++ spread_params.h	5 Mar 2004 00:32:46 -0000	1.9
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/status.c
  
  Index: status.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/status.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.c	22 Sep 2002 02:56:52 -0000	1.2
  +++ status.c	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.3       +2 -2      spread/daemon/status.h
  
  Index: status.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/status.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.h	22 Sep 2002 02:56:52 -0000	1.2
  +++ status.h	5 Mar 2004 00:32:46 -0000	1.3
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  
  1.6       +2 -2      spread/daemon/user.c
  
  Index: user.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/user.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- user.c	22 Sep 2002 02:56:52 -0000	1.5
  +++ user.c	5 Mar 2004 00:32:46 -0000	1.6
  @@ -18,13 +18,13 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2004 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.
  + *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
    *    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.
    *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
    *    John Schultz         jschultz at cnds.jhu.edu - contribution to process group membership.
  
  
  




More information about the Spread-cvs mailing list