[Spread-cvs] cvs commit: spread/daemon Readme.txt 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 config_gram.l config_parse.y 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
Sat Sep 21 22:56:55 EDT 2002


jonathan    02/09/22 02:56:55

  Modified:    daemon   Readme.txt 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 config_gram.l
                        config_parse.y 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:
  Update copyright notice at top of source code files. Add 2002 to years
  and Add Cristina, Ryan, Marc, & Daniel to credits. Add notice about
  DARPA/NSA support.
  
  Revision  Changes    Path
  1.25      +13 -12    spread/daemon/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Readme.txt	18 Sep 2002 00:46:55 -0000	1.24
  +++ Readme.txt	22 Sep 2002 02:56:52 -0000	1.25
  @@ -13,24 +13,24 @@
   | This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF     |
   | ANY KIND, either express or implied.                                      |
   |                                                                           |
  -| Spread is developed at the Center for Networking and Distributed Systems, |
  -| The Johns Hopkins University.                                             |
  +| Spread is developed at Spread Concepts LLC and the Center for Networking  |
  +| and Distributed Systems, The Johns Hopkins University.                    |
   |                                                                           |
   | Creators:                                                                 |
   |    Yair Amir             yairamir at cs.jhu.edu                              |
  -|    Michal Miskin-Amir    michal at spread.org                                |
  +|    Michal Miskin-Amir    michal at spreadconcepts.com                        |
   |    Jonathan Stanton      jonathan at cs.jhu.edu                              |
   |                                                                           |
   | Major Contributors:                                                       |
  -|    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.       |
  -|    John Schultz     jschultz at cnds.jhu.edu - contribution to process group |
  -|							   membership.      |
  -|    Theo Schlossnagle theos at cnds.jhu.edu - Perl, Skiplists, autoconf       |
  -|    Cristina Nita-Rotaru crisn at cnds.jhu.edu - Group Comm. Security         |
  +|    Cristina Nita-Rotaru crisn at cnds.jhu.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 d-fusion.net - contribution to process   |
  +|					          group membership.         |
   |                                                                           |
   | Contributors:                                                             |
  -|    Ben Laurie	       ben at algroup.co.uk - FreeBSD port and warning fixes   |
   |    Ryan Caudy        wyvern at cnds.jhu.edu - Group membership               |
  +|    Ben Laurie	       ben at algroup.co.uk - FreeBSD port and warning fixes   |
   |    Daniel Rall       dlr at finemaltcoding.com - Java & networking fixes,    |
   |                                               configuration improvements  |
   |    Marc Zyngier                        - Windows fixes                    |
  @@ -39,9 +39,9 @@
   |    Ken Birman, Danny Dolev, Mike Goodrich, Ben Laurie,                    |
   |    David Shaw, Robbert VanRenesse.                                        |
   |                                                                           |
  -| Partial funding provided by:                                              |
  -|                 The Defense Advanced Research Projects Agency (DARPA)     |
  -|             and The National Security Agency (NSA) since 2000.            |
  +| Partial funding provided by the Defense Advanced Research Projects Agency |
  +| (DARPA) and The National Security Agency (NSA) since 2000. The Spread     |
  +| toolkit is not necessarily endorsed by DARPA or the NSA.                  |
   |                                                                           |
   | WWW    : http://www.spread.org  and  http://www.cnds.jhu.edu              |
   | Contact: spread at spread.org                                                |
  @@ -78,6 +78,7 @@
      in sample programs (spuser, spflooder, simple_user).
   *) Fix GGT bug where Spread gets stuck or crashes if you reach GGT state.
   *) Fix Mem_Alloc blocks so they can be freed without assertion failure.
  +*) Fix hanging bug where token rotates, but ARU is stuck.
   
   Documentation:
   *) Split the growing changelog at the beginning of Readme.txt into a 
  
  
  
  1.2       +34 -1     spread/daemon/acconfig.h
  
  Index: acconfig.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acconfig.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- acconfig.h	16 Sep 2002 16:59:06 -0000	1.1
  +++ acconfig.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -1,4 +1,37 @@
  -/* $Id: acconfig.h,v 1.1 2002/09/16 16:59:06 jonathan Exp $ */
  +/*
  + * The Spread Toolkit.
  + *     
  + * The contents of this file are subject to the Spread Open-Source
  + * License, Version 1.0 (the ``License''); you may not use
  + * this file except in compliance with the License.  You may obtain a
  + * copy of the License at:
  + *
  + * http://www.spread.org/license/
  + *
  + * or in the file ``license.txt'' found in this distribution.
  + *
  + * Software distributed under the License is distributed on an AS IS basis, 
  + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
  + * for the specific language governing rights and limitations under the 
  + * License.
  + *
  + * The Creators of Spread are:
  + *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
  + *
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *
  + *  All Rights Reserved.
  + *
  + * Major Contributor(s):
  + * ---------------
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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 $ */
   
   #ifndef _CONFIG_H
   #define _CONFIG_H
  
  
  
  1.3       +5 -4      spread/daemon/acm.c
  
  Index: acm.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acm.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- acm.c	22 Aug 2001 17:41:12 -0000	1.2
  +++ acm.c	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/acm.h
  
  Index: acm.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acm.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- acm.h	31 Aug 2001 03:06:49 -0000	1.3
  +++ acm.h	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/acp-permit.c
  
  Index: acp-permit.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/acp-permit.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- acp-permit.c	22 Aug 2001 17:41:13 -0000	1.2
  +++ acp-permit.c	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/alarm.c
  
  Index: alarm.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/alarm.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- alarm.c	5 Feb 2002 18:34:17 -0000	1.3
  +++ alarm.c	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/alarm.h
  
  Index: alarm.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/alarm.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- alarm.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ alarm.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/arch.c
  
  Index: arch.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/arch.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- arch.c	16 Sep 2002 16:59:06 -0000	1.5
  +++ arch.c	22 Sep 2002 02:56:52 -0000	1.6
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.13      +5 -4      spread/daemon/arch.h
  
  Index: arch.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/arch.h,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- arch.h	22 Sep 2002 02:23:10 -0000	1.12
  +++ arch.h	22 Sep 2002 02:56:52 -0000	1.13
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/auth-ip.c
  
  Index: auth-ip.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-ip.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- auth-ip.c	26 Aug 2002 23:37:54 -0000	1.4
  +++ auth-ip.c	22 Sep 2002 02:56:52 -0000	1.5
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/auth-null.c
  
  Index: auth-null.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-null.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- auth-null.c	21 Aug 2001 14:28:21 -0000	1.1
  +++ auth-null.c	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- auth-pword-client.c	5 Feb 2002 02:37:39 -0000	1.3
  +++ auth-pword-client.c	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- auth-pword-client.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ auth-pword-client.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/auth-pword.c
  
  Index: auth-pword.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/auth-pword.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- auth-pword.c	22 Aug 2001 17:41:13 -0000	1.2
  +++ auth-pword.c	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +6 -5      spread/daemon/conf_body.h
  
  Index: conf_body.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/conf_body.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- conf_body.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ conf_body.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,22 +18,23 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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: conf_body.h,v 1.1 2001/08/21 14:28:21 jonathan Exp $
  + * $Id: conf_body.h,v 1.2 2002/09/22 02:56:52 jonathan Exp $
    */
   
   #ifndef INC_CONF_BODY
  
  
  
  1.5       +5 -4      spread/daemon/config_gram.l
  
  Index: config_gram.l
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/config_gram.l,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config_gram.l	17 Sep 2002 04:41:01 -0000	1.4
  +++ config_gram.l	22 Sep 2002 02:56:52 -0000	1.5
  @@ -19,15 +19,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/config_parse.y
  
  Index: config_parse.y
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/config_parse.y,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config_parse.y	17 Sep 2002 04:41:01 -0000	1.4
  +++ config_parse.y	22 Sep 2002 02:56:52 -0000	1.5
  @@ -19,15 +19,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/configuration.c
  
  Index: configuration.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/configuration.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- configuration.c	20 Sep 2002 21:14:51 -0000	1.6
  +++ configuration.c	22 Sep 2002 02:56:52 -0000	1.7
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/configuration.h
  
  Index: configuration.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/configuration.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configuration.h	17 Sep 2002 04:41:01 -0000	1.3
  +++ configuration.h	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/data_link.c
  
  Index: data_link.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/data_link.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- data_link.c	17 Sep 2002 18:06:52 -0000	1.8
  +++ data_link.c	22 Sep 2002 02:56:52 -0000	1.9
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/data_link.h
  
  Index: data_link.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/data_link.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- data_link.h	31 Aug 2001 03:06:49 -0000	1.2
  +++ data_link.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +34 -0     spread/daemon/defines.h
  
  Index: defines.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/defines.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- defines.h	16 Sep 2002 16:59:06 -0000	1.1
  +++ defines.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -1,3 +1,37 @@
  +/*
  + * The Spread Toolkit.
  + *     
  + * The contents of this file are subject to the Spread Open-Source
  + * License, Version 1.0 (the ``License''); you may not use
  + * this file except in compliance with the License.  You may obtain a
  + * copy of the License at:
  + *
  + * http://www.spread.org/license/
  + *
  + * or in the file ``license.txt'' found in this distribution.
  + *
  + * Software distributed under the License is distributed on an AS IS basis, 
  + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
  + * for the specific language governing rights and limitations under the 
  + * License.
  + *
  + * The Creators of Spread are:
  + *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
  + *
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
  + *
  + *  All Rights Reserved.
  + *
  + * Major Contributor(s):
  + * ---------------
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.
  + *
  + */
  +
  +
   #ifndef _DEFINES_H
   #define _DEFINES_H
   
  
  
  
  1.2       +6 -5      spread/daemon/errors.h
  
  Index: errors.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/errors.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- errors.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ errors.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.
    *
    */
   
  @@ -35,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.1 2001/08/21 14:28:21 jonathan Exp $
  + * $Id: errors.h,v 1.2 2002/09/22 02:56:52 jonathan Exp $
    *
    */
   
  
  
  
  1.5       +5 -4      spread/daemon/events.c
  
  Index: events.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/events.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- events.c	16 Sep 2002 16:59:06 -0000	1.4
  +++ events.c	22 Sep 2002 02:56:52 -0000	1.5
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/flooder.c
  
  Index: flooder.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/flooder.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- flooder.c	26 Aug 2002 22:57:41 -0000	1.3
  +++ flooder.c	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/flow_control.c
  
  Index: flow_control.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/flow_control.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- flow_control.c	21 Aug 2001 14:28:21 -0000	1.1
  +++ flow_control.c	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/flow_control.h
  
  Index: flow_control.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/flow_control.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- flow_control.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ flow_control.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/groups.c
  
  Index: groups.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/groups.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- groups.c	18 Sep 2002 00:05:37 -0000	1.8
  +++ groups.c	22 Sep 2002 02:56:52 -0000	1.9
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/groups.h
  
  Index: groups.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/groups.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- groups.h	29 Aug 2002 15:43:01 -0000	1.2
  +++ groups.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/log.c
  
  Index: log.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/log.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- log.c	5 Feb 2002 18:34:17 -0000	1.3
  +++ log.c	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/log.h
  
  Index: log.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/log.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ log.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/membership.c
  
  Index: membership.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/membership.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- membership.c	21 Aug 2001 14:28:21 -0000	1.1
  +++ membership.c	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/membership.h
  
  Index: membership.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/membership.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- membership.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ membership.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/memory.c
  
  Index: memory.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/memory.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- memory.c	17 Sep 2002 23:45:14 -0000	1.5
  +++ memory.c	22 Sep 2002 02:56:52 -0000	1.6
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/memory.h
  
  Index: memory.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/memory.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- memory.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ memory.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/message.c
  
  Index: message.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/message.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- message.c	22 Aug 2001 17:41:13 -0000	1.2
  +++ message.c	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/message.h
  
  Index: message.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/message.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- message.h	22 Aug 2001 17:41:13 -0000	1.2
  +++ message.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/monitor.c
  
  Index: monitor.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/monitor.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- monitor.c	2 Apr 2002 08:50:26 -0000	1.6
  +++ monitor.c	22 Sep 2002 02:56:52 -0000	1.7
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/mutex.h
  
  Index: mutex.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/mutex.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mutex.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ mutex.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/net_types.h
  
  Index: net_types.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/net_types.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- net_types.h	22 Sep 2002 02:25:08 -0000	1.3
  +++ net_types.h	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/network.c
  
  Index: network.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/network.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- network.c	22 Sep 2002 02:25:08 -0000	1.7
  +++ network.c	22 Sep 2002 02:56:52 -0000	1.8
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/network.h
  
  Index: network.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/network.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- network.h	16 Oct 2001 15:58:42 -0000	1.3
  +++ network.h	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +6 -5      spread/daemon/objects.h
  
  Index: objects.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/objects.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- objects.h	29 Aug 2002 15:43:01 -0000	1.4
  +++ objects.h	22 Sep 2002 02:56:52 -0000	1.5
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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 +37,7 @@
    * Copyright 1997 Jonathan Stanton <jonathan at cs.jhu.edu> 
    * Center for Networking and Distributed Systems
    *
  - * $Id: objects.h,v 1.4 2002/08/29 15:43:01 jonathan Exp $
  + * $Id: objects.h,v 1.5 2002/09/22 02:56:52 jonathan Exp $
    *
    */
   
  
  
  
  1.2       +5 -4      spread/daemon/prot_body.h
  
  Index: prot_body.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/prot_body.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- prot_body.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ prot_body.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/prot_objs.h
  
  Index: prot_objs.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/prot_objs.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- prot_objs.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ prot_objs.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/protocol.c
  
  Index: protocol.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/protocol.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- protocol.c	22 Sep 2002 02:25:08 -0000	1.4
  +++ protocol.c	22 Sep 2002 02:56:52 -0000	1.5
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/protocol.h
  
  Index: protocol.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/protocol.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- protocol.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ protocol.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/r.c
  
  Index: r.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/r.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- r.c	29 Aug 2002 15:36:39 -0000	1.3
  +++ r.c	22 Sep 2002 02:56:52 -0000	1.4
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/s.c
  
  Index: s.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/s.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- s.c	21 Aug 2001 14:28:21 -0000	1.1
  +++ s.c	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/scatter.h
  
  Index: scatter.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/scatter.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- scatter.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ scatter.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/sess_body.h
  
  Index: sess_body.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sess_body.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sess_body.h	3 Feb 2002 19:28:10 -0000	1.2
  +++ sess_body.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/sess_types.h
  
  Index: sess_types.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sess_types.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sess_types.h	31 Aug 2001 03:06:49 -0000	1.2
  +++ sess_types.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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      +5 -4      spread/daemon/session.c
  
  Index: session.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/session.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- session.c	16 Sep 2002 16:59:06 -0000	1.10
  +++ session.c	22 Sep 2002 02:56:52 -0000	1.11
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/session.h
  
  Index: session.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/session.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- session.h	3 Feb 2002 19:28:10 -0000	1.2
  +++ session.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/simple_user.c
  
  Index: simple_user.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/simple_user.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- simple_user.c	26 Aug 2002 22:57:41 -0000	1.2
  +++ simple_user.c	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/skiplist.c
  
  Index: skiplist.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/skiplist.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- skiplist.c	21 Aug 2001 14:28:21 -0000	1.1
  +++ skiplist.c	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/skiplist.h
  
  Index: skiplist.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/skiplist.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- skiplist.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ skiplist.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/skiplist_p.h
  
  Index: skiplist_p.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/skiplist_p.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- skiplist_p.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ skiplist_p.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/sp.c
  
  Index: sp.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- sp.c	17 Sep 2002 04:48:07 -0000	1.5
  +++ sp.c	22 Sep 2002 02:56:52 -0000	1.6
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/sp.h
  
  Index: sp.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sp.h	22 Aug 2001 17:44:24 -0000	1.2
  +++ sp.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/sp_events.h
  
  Index: sp_events.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp_events.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sp_events.h	4 Feb 2002 22:35:09 -0000	1.2
  +++ sp_events.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/sp_func.h
  
  Index: sp_func.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/sp_func.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sp_func.h	17 Sep 2002 04:48:07 -0000	1.2
  +++ sp_func.h	22 Sep 2002 02:56:52 -0000	1.3
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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      +15 -13    spread/daemon/spread.c
  
  Index: spread.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- spread.c	17 Sep 2002 04:41:01 -0000	1.11
  +++ spread.c	22 Sep 2002 02:56:52 -0000	1.12
  @@ -18,19 +18,21 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.
    *
    */
   
   
  +
   #include <string.h>
   #include "arch.h"
   #include "spread_params.h"
  @@ -109,26 +111,26 @@
   	Alarm( PRINT, "|    Jonathan Stanton      jonathan at cs.jhu.edu                              |\n");
   	Alarm( PRINT, "|                                                                           |\n");
   	Alarm( PRINT, "| Major Contributors:                                                       |\n");
  -	Alarm( PRINT, "|    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.       |\n");
  -        Alarm( PRINT, "|    John Schultz     jschultz at cnds.jhu.edu - contribution to process group |\n");
  -        Alarm( PRINT, "|                                             membership.                   |\n");
  -        Alarm( PRINT, "|    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists      |\n");
  -        Alarm( PRINT, "|    Cristina Nita-Rotaru crisn at cnds.jhu.edu - Group Comm. Security         |\n");
  +        Alarm( PRINT, "|    Cristina Nita-Rotaru crisn at cnds.jhu.edu - group communication security.|\n");
  +        Alarm( PRINT, "|    Theo Schlossnagle    jesus at omniti.com - Perl, skiplists, autoconf.     |\n");
  +	Alarm( PRINT, "|    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.             |\n");
  +        Alarm( PRINT, "|    John Schultz         jschultz at d-fusion.net - contribution to process   |\n");
  +        Alarm( PRINT, "|                                       group membership.                   |\n");
   	Alarm( PRINT, "|                                                                           |\n");
   	Alarm( PRINT, "| Special thanks to the following for providing ideas and/or code:          |\n");
   	Alarm( PRINT, "|    Ken Birman, Danny Dolev, Mike Goodrich, Ben Laurie,                    |\n");
           Alarm( PRINT, "|    David Shaw, Robbert VanRenesse.                                        |\n");
   	Alarm( PRINT, "|                                                                           |\n");
  -        Alarm( PRINT, "| Partial funding provided by:                                              |\n");
  -        Alarm( PRINT, "|                 The Defense Advanced Research Projects Agency (DARPA)     |\n");
  -        Alarm( PRINT, "|             and The National Security Agency (NSA) since 2000.            |\n");
  +        Alarm( PRINT, "| Partial funding provided by the Defense Advanced Research Project Agency  |\n");
  +        Alarm( PRINT, "| (DARPA) and the National Security Agency (NSA) since 2000. The Spread     |\n");
  +        Alarm( PRINT, "| toolkit is not necessarily endorsed by DARPA or the NSA.                  |\n");
           Alarm( PRINT, "|                                                                           |\n");
   	Alarm( PRINT, "| For a full list of contributors, see Readme.txt in the distribution.      |\n");
   	Alarm( PRINT, "|                                                                           |\n");
   	Alarm( PRINT, "| WWW:     www.spread.org     www.cnds.jhu.edu    www.spreadconcepts.com    |\n");
   	Alarm( PRINT, "| Contact: spread at spread.org                                                |\n");
   	Alarm( PRINT, "|                                                                           |\n");
  -	Alarm( PRINT, "| Version %d.%02d.%02d Built 02/Apr/2002                                         |\n", 
  +	Alarm( PRINT, "| Version %d.%02d.%02d Built 20/Sep/2002                                         |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION );
   	Alarm( PRINT, "\\===========================================================================/\n");
   
  
  
  
  1.6       +5 -4      spread/daemon/spread_params.h
  
  Index: spread_params.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread_params.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- spread_params.h	17 Sep 2002 04:25:24 -0000	1.5
  +++ spread_params.h	22 Sep 2002 02:56:52 -0000	1.6
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/status.c
  
  Index: status.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/status.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.c	21 Aug 2001 14:28:21 -0000	1.1
  +++ status.c	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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.2       +5 -4      spread/daemon/status.h
  
  Index: status.h
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/status.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.h	21 Aug 2001 14:28:21 -0000	1.1
  +++ status.h	22 Sep 2002 02:56:52 -0000	1.2
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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       +5 -4      spread/daemon/user.c
  
  Index: user.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/user.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- user.c	17 Sep 2002 04:48:07 -0000	1.4
  +++ user.c	22 Sep 2002 02:56:52 -0000	1.5
  @@ -18,15 +18,16 @@
    * The Creators of Spread are:
    *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
    *
  - *  Copyright (C) 1993-2001 Spread Concepts LLC <spread at spreadconcepts.com>
  + *  Copyright (C) 1993-2002 Spread Concepts LLC <spread at spreadconcepts.com>
    *
    *  All Rights Reserved.
    *
    * Major Contributor(s):
    * ---------------
  - *    Dan Schoenblum   dansch at cnds.jhu.edu - Java Interface Developer.
  - *    John Schultz     jschultz at cnds.jhu.edu - contribution to process group membership.
  - *    Theo Schlossnagle theos at cnds.jhu.edu - Perl library and Skiplists.
  + *    Cristina Nita-Rotaru crisn at cnds.jhu.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