commit: r330 - in trunk: daemon examples include java java/spread libspread

[email protected]
Newsgroups gmane.network.spread.cvs
Message-ID <[email protected]>
Author: jonathan
Date: 2006-03-02 14:03:45 -0500 (Thu, 02 Mar 2006)
New Revision: 330

Modified:
   trunk/daemon/acconfig.h
   trunk/daemon/acm.c
   trunk/daemon/acm.h
   trunk/daemon/acp-permit.c
   trunk/daemon/alarm.c
   trunk/daemon/alarm.h
   trunk/daemon/arch.c
   trunk/daemon/arch.h
   trunk/daemon/auth-ip.c
   trunk/daemon/auth-null.c
   trunk/daemon/auth-pword-client.c
   trunk/daemon/auth-pword-client.h
   trunk/daemon/auth-pword.c
   trunk/daemon/conf_body.h
   trunk/daemon/config_gram.l
   trunk/daemon/config_parse.y
   trunk/daemon/configuration.c
   trunk/daemon/configuration.h
   trunk/daemon/data_link.c
   trunk/daemon/data_link.h
   trunk/daemon/defines.h
   trunk/daemon/errors.h
   trunk/daemon/events.c
   trunk/daemon/flow_control.c
   trunk/daemon/flow_control.h
   trunk/daemon/groups.c
   trunk/daemon/groups.h
   trunk/daemon/log.c
   trunk/daemon/log.h
   trunk/daemon/membership.c
   trunk/daemon/membership.h
   trunk/daemon/memory.c
   trunk/daemon/memory.h
   trunk/daemon/message.c
   trunk/daemon/message.h
   trunk/daemon/monitor.c
   trunk/daemon/mutex.h
   trunk/daemon/net_types.h
   trunk/daemon/network.c
   trunk/daemon/network.h
   trunk/daemon/objects.h
   trunk/daemon/prot_body.h
   trunk/daemon/prot_objs.h
   trunk/daemon/protocol.c
   trunk/daemon/protocol.h
   trunk/daemon/r.c
   trunk/daemon/s.c
   trunk/daemon/scatter.h
   trunk/daemon/sess_body.h
   trunk/daemon/sess_types.h
   trunk/daemon/session.c
   trunk/daemon/session.h
   trunk/daemon/spread.c
   trunk/daemon/spread_params.h
   trunk/daemon/status.c
   trunk/daemon/status.h
   trunk/examples/fl_time_memb.c
   trunk/examples/fl_user.c
   trunk/examples/flooder.c
   trunk/examples/simple_user.c
   trunk/examples/sp_time_memb.c
   trunk/examples/stats.c
   trunk/examples/stats.h
   trunk/examples/user.c
   trunk/include/fl.h
   trunk/include/sp.h
   trunk/include/sp_events.h
   trunk/include/sp_func.h
   trunk/java/Flooder.java
   trunk/java/User.java
   trunk/java/recThread.java
   trunk/java/spread/AdvancedMessageListener.java
   trunk/java/spread/BasicMessageListener.java
   trunk/java/spread/GroupID.java
   trunk/java/spread/MembershipInfo.java
   trunk/java/spread/MessageFactory.java
   trunk/java/spread/NULLAuth.java
   trunk/java/spread/SpreadAuthInterface.java
   trunk/java/spread/SpreadException.java
   trunk/java/spread/SpreadGroup.java
   trunk/java/spread/SpreadMessage.java
   trunk/java/spread/SpreadVersion.java
   trunk/libspread/fl.c
   trunk/libspread/fl_p.h
   trunk/libspread/scatp.c
   trunk/libspread/scatp.h
   trunk/libspread/sp.c
Log:
Updated copyright notice on all source files for new year. 


Modified: trunk/daemon/acconfig.h
===================================================================
--- trunk/daemon/acconfig.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/acconfig.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/acm.c
===================================================================
--- trunk/daemon/acm.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/acm.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/acm.h
===================================================================
--- trunk/daemon/acm.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/acm.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/acp-permit.c
===================================================================
--- trunk/daemon/acp-permit.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/acp-permit.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/alarm.c
===================================================================
--- trunk/daemon/alarm.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/alarm.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/alarm.h
===================================================================
--- trunk/daemon/alarm.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/alarm.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/arch.c
===================================================================
--- trunk/daemon/arch.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/arch.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/arch.h
===================================================================
--- trunk/daemon/arch.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/arch.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/auth-ip.c
===================================================================
--- trunk/daemon/auth-ip.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/auth-ip.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/auth-null.c
===================================================================
--- trunk/daemon/auth-null.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/auth-null.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/auth-pword-client.c
===================================================================
--- trunk/daemon/auth-pword-client.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/auth-pword-client.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/auth-pword-client.h
===================================================================
--- trunk/daemon/auth-pword-client.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/auth-pword-client.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/auth-pword.c
===================================================================
--- trunk/daemon/auth-pword.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/auth-pword.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/conf_body.h
===================================================================
--- trunk/daemon/conf_body.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/conf_body.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/config_gram.l
===================================================================
--- trunk/daemon/config_gram.l	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/config_gram.l	2006-03-02 19:03:45 UTC (rev 330)
@@ -17,9 +17,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -29,7 +29,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/config_parse.y
===================================================================
--- trunk/daemon/config_parse.y	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/config_parse.y	2006-03-02 19:03:45 UTC (rev 330)
@@ -17,9 +17,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -29,7 +29,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/configuration.c
===================================================================
--- trunk/daemon/configuration.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/configuration.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/configuration.h
===================================================================
--- trunk/daemon/configuration.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/configuration.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/data_link.c
===================================================================
--- trunk/daemon/data_link.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/data_link.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/data_link.h
===================================================================
--- trunk/daemon/data_link.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/data_link.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/defines.h
===================================================================
--- trunk/daemon/defines.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/defines.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/errors.h
===================================================================
--- trunk/daemon/errors.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/errors.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/events.c
===================================================================
--- trunk/daemon/events.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/events.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/flow_control.c
===================================================================
--- trunk/daemon/flow_control.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/flow_control.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/flow_control.h
===================================================================
--- trunk/daemon/flow_control.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/flow_control.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/groups.c
===================================================================
--- trunk/daemon/groups.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/groups.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/groups.h
===================================================================
--- trunk/daemon/groups.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/groups.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/log.c
===================================================================
--- trunk/daemon/log.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/log.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/log.h
===================================================================
--- trunk/daemon/log.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/log.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/membership.c
===================================================================
--- trunk/daemon/membership.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/membership.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/membership.h
===================================================================
--- trunk/daemon/membership.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/membership.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/memory.c
===================================================================
--- trunk/daemon/memory.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/memory.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/memory.h
===================================================================
--- trunk/daemon/memory.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/memory.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/message.c
===================================================================
--- trunk/daemon/message.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/message.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/message.h
===================================================================
--- trunk/daemon/message.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/message.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/monitor.c
===================================================================
--- trunk/daemon/monitor.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/monitor.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/mutex.h
===================================================================
--- trunk/daemon/mutex.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/mutex.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/net_types.h
===================================================================
--- trunk/daemon/net_types.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/net_types.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/network.c
===================================================================
--- trunk/daemon/network.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/network.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/network.h
===================================================================
--- trunk/daemon/network.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/network.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/objects.h
===================================================================
--- trunk/daemon/objects.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/objects.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/prot_body.h
===================================================================
--- trunk/daemon/prot_body.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/prot_body.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/prot_objs.h
===================================================================
--- trunk/daemon/prot_objs.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/prot_objs.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/protocol.c
===================================================================
--- trunk/daemon/protocol.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/protocol.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/protocol.h
===================================================================
--- trunk/daemon/protocol.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/protocol.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/r.c
===================================================================
--- trunk/daemon/r.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/r.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/s.c
===================================================================
--- trunk/daemon/s.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/s.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/scatter.h
===================================================================
--- trunk/daemon/scatter.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/scatter.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/sess_body.h
===================================================================
--- trunk/daemon/sess_body.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/sess_body.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/sess_types.h
===================================================================
--- trunk/daemon/sess_types.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/sess_types.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/session.c
===================================================================
--- trunk/daemon/session.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/session.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/session.h
===================================================================
--- trunk/daemon/session.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/session.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/spread.c
===================================================================
--- trunk/daemon/spread.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/spread.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/spread_params.h
===================================================================
--- trunk/daemon/spread_params.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/spread_params.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/status.c
===================================================================
--- trunk/daemon/status.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/status.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/daemon/status.h
===================================================================
--- trunk/daemon/status.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/daemon/status.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/fl_time_memb.c
===================================================================
--- trunk/examples/fl_time_memb.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/fl_time_memb.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/fl_user.c
===================================================================
--- trunk/examples/fl_user.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/fl_user.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/flooder.c
===================================================================
--- trunk/examples/flooder.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/flooder.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/simple_user.c
===================================================================
--- trunk/examples/simple_user.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/simple_user.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/sp_time_memb.c
===================================================================
--- trunk/examples/sp_time_memb.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/sp_time_memb.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/stats.c
===================================================================
--- trunk/examples/stats.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/stats.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/stats.h
===================================================================
--- trunk/examples/stats.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/stats.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/examples/user.c
===================================================================
--- trunk/examples/user.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/examples/user.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/include/fl.h
===================================================================
--- trunk/include/fl.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/include/fl.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/include/sp.h
===================================================================
--- trunk/include/sp.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/include/sp.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/include/sp_events.h
===================================================================
--- trunk/include/sp_events.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/include/sp_events.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/include/sp_func.h
===================================================================
--- trunk/include/sp_func.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/include/sp_func.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/java/Flooder.java
===================================================================
--- trunk/java/Flooder.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/Flooder.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 import spread.*;
 import java.net.*;
 

Modified: trunk/java/User.java
===================================================================
--- trunk/java/User.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/User.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 import spread.*;
 import java.net.*;
 import java.io.*;

Modified: trunk/java/recThread.java
===================================================================
--- trunk/java/recThread.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/recThread.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,22 +16,21 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
-
 import spread.*;
 
 public class recThread extends Thread implements Runnable {

Modified: trunk/java/spread/AdvancedMessageListener.java
===================================================================
--- trunk/java/spread/AdvancedMessageListener.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/AdvancedMessageListener.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/BasicMessageListener.java
===================================================================
--- trunk/java/spread/BasicMessageListener.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/BasicMessageListener.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/GroupID.java
===================================================================
--- trunk/java/spread/GroupID.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/GroupID.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/MembershipInfo.java
===================================================================
--- trunk/java/spread/MembershipInfo.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/MembershipInfo.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 import java.util.*;

Modified: trunk/java/spread/MessageFactory.java
===================================================================
--- trunk/java/spread/MessageFactory.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/MessageFactory.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/NULLAuth.java
===================================================================
--- trunk/java/spread/NULLAuth.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/NULLAuth.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/SpreadAuthInterface.java
===================================================================
--- trunk/java/spread/SpreadAuthInterface.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/SpreadAuthInterface.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/SpreadException.java
===================================================================
--- trunk/java/spread/SpreadException.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/SpreadException.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/java/spread/SpreadGroup.java
===================================================================
--- trunk/java/spread/SpreadGroup.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/SpreadGroup.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 import java.io.*;

Modified: trunk/java/spread/SpreadMessage.java
===================================================================
--- trunk/java/spread/SpreadMessage.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/SpreadMessage.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 import java.io.*;

Modified: trunk/java/spread/SpreadVersion.java
===================================================================
--- trunk/java/spread/SpreadVersion.java	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/java/spread/SpreadVersion.java	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,23 +16,22 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2004 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Ryan Caudy           [email protected] - contributions to process groups.
  *    Cristina Nita-Rotaru [email protected] - group communication security.
- *    Theo Schlossnagle    [email protected] - Perl, skiplists, autoconf.
+ *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - contribution to process group membership.
  *
  */
 
 
-
 package spread;
 
 /**

Modified: trunk/libspread/fl.c
===================================================================
--- trunk/libspread/fl.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/libspread/fl.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/libspread/fl_p.h
===================================================================
--- trunk/libspread/fl_p.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/libspread/fl_p.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/libspread/scatp.c
===================================================================
--- trunk/libspread/scatp.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/libspread/scatp.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/libspread/scatp.h
===================================================================
--- trunk/libspread/scatp.h	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/libspread/scatp.h	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
 

Modified: trunk/libspread/sp.c
===================================================================
--- trunk/libspread/sp.c	2006-03-02 18:55:00 UTC (rev 329)
+++ trunk/libspread/sp.c	2006-03-02 19:03:45 UTC (rev 330)
@@ -16,9 +16,9 @@
  * License.
  *
  * The Creators of Spread are:
- *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton.
+ *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2005 Spread Concepts LLC <[email protected]>
+ *  Copyright (C) 1993-2006 Spread Concepts LLC <[email protected]>
  *
  *  All Rights Reserved.
  *
@@ -28,7 +28,6 @@
  *    Cristina Nita-Rotaru [email protected] - group communication security.
  *    Theo Schlossnagle    [email protected] - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       [email protected] - Java interface.
- *    John Schultz         [email protected] - Virtual Synchrony, data structures.
  *
  */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.