[Spread-cvs] commit: r873 - in trunk: daemon include java java/spread libspread libspread-util/include libspread-util/src

jschultz at spread.org jschultz at spread.org
Tue Nov 22 14:56:33 EST 2016


Author: jschultz
Date: 2016-11-22 14:56:33 -0500 (Tue, 22 Nov 2016)
New Revision: 873

Modified:
   trunk/daemon/acconfig.h
   trunk/daemon/acm.c
   trunk/daemon/acm.h
   trunk/daemon/acp-permit.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/configuration.c
   trunk/daemon/configuration.h
   trunk/daemon/defines.h
   trunk/daemon/errors.h
   trunk/daemon/flow_control.c
   trunk/daemon/flow_control.h
   trunk/daemon/groups.c
   trunk/daemon/groups.h
   trunk/daemon/ip_enum.c
   trunk/daemon/ip_enum.h
   trunk/daemon/log.c
   trunk/daemon/log.h
   trunk/daemon/membership.c
   trunk/daemon/membership.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/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/daemon/winservice.c
   trunk/include/fl.h
   trunk/include/sp.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/SpreadConnection.java
   trunk/java/spread/SpreadException.java
   trunk/java/spread/SpreadGroup.java
   trunk/java/spread/SpreadMessage.java
   trunk/java/spread/SpreadVersion.java
   trunk/libspread-util/include/spu_addr.h
   trunk/libspread-util/include/spu_alarm.h
   trunk/libspread-util/include/spu_alarm_types.h
   trunk/libspread-util/include/spu_data_link.h
   trunk/libspread-util/include/spu_events.h
   trunk/libspread-util/include/spu_memory.h
   trunk/libspread-util/include/spu_objects.h
   trunk/libspread-util/include/spu_objects_local.h
   trunk/libspread-util/include/spu_scatter.h
   trunk/libspread-util/include/spu_system_defs.h
   trunk/libspread-util/include/spu_system_defs_autoconf.h
   trunk/libspread-util/include/spu_system_defs_windows.h
   trunk/libspread-util/src/alarm.c
   trunk/libspread-util/src/arch.c
   trunk/libspread-util/src/arch.h
   trunk/libspread-util/src/data_link.c
   trunk/libspread-util/src/defines.h
   trunk/libspread-util/src/events.c
   trunk/libspread-util/src/memory.c
   trunk/libspread-util/src/spu_addr.c
   trunk/libspread/fl.c
   trunk/libspread/fl_p.h
   trunk/libspread/scatp.c
   trunk/libspread/scatp.h
   trunk/libspread/sp.c
Log:
Updates to copyrights


Modified: trunk/daemon/acconfig.h
===================================================================
--- trunk/daemon/acconfig.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/acconfig.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/acm.c
===================================================================
--- trunk/daemon/acm.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/acm.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/acm.h
===================================================================
--- trunk/daemon/acm.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/acm.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/acp-permit.c
===================================================================
--- trunk/daemon/acp-permit.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/acp-permit.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/arch.h
===================================================================
--- trunk/daemon/arch.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/arch.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/auth-ip.c
===================================================================
--- trunk/daemon/auth-ip.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/auth-ip.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/auth-null.c
===================================================================
--- trunk/daemon/auth-null.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/auth-null.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/auth-pword-client.c
===================================================================
--- trunk/daemon/auth-pword-client.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/auth-pword-client.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/auth-pword-client.h
===================================================================
--- trunk/daemon/auth-pword-client.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/auth-pword-client.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/auth-pword.c
===================================================================
--- trunk/daemon/auth-pword.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/auth-pword.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/conf_body.h
===================================================================
--- trunk/daemon/conf_body.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/conf_body.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/configuration.c
===================================================================
--- trunk/daemon/configuration.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/configuration.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/configuration.h
===================================================================
--- trunk/daemon/configuration.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/configuration.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/defines.h
===================================================================
--- trunk/daemon/defines.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/defines.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/errors.h
===================================================================
--- trunk/daemon/errors.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/errors.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/flow_control.c
===================================================================
--- trunk/daemon/flow_control.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/flow_control.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/flow_control.h
===================================================================
--- trunk/daemon/flow_control.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/flow_control.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/groups.c
===================================================================
--- trunk/daemon/groups.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/groups.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/groups.h
===================================================================
--- trunk/daemon/groups.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/groups.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/ip_enum.c
===================================================================
--- trunk/daemon/ip_enum.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/ip_enum.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/ip_enum.h
===================================================================
--- trunk/daemon/ip_enum.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/ip_enum.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/log.c
===================================================================
--- trunk/daemon/log.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/log.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/log.h
===================================================================
--- trunk/daemon/log.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/log.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/membership.c
===================================================================
--- trunk/daemon/membership.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/membership.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/membership.h
===================================================================
--- trunk/daemon/membership.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/membership.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/message.c
===================================================================
--- trunk/daemon/message.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/message.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/message.h
===================================================================
--- trunk/daemon/message.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/message.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/monitor.c
===================================================================
--- trunk/daemon/monitor.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/monitor.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/mutex.h
===================================================================
--- trunk/daemon/mutex.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/mutex.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/net_types.h
===================================================================
--- trunk/daemon/net_types.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/net_types.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/network.c
===================================================================
--- trunk/daemon/network.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/network.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
@@ -616,7 +616,7 @@
         
 	if ( !In_my_component( pack_ptr->transmiter_id ) )  /* drop msgs from daemons in different monitor-caused partition */
         {
-          Alarmp( SPLOG_INFO, NETWORK, "Net_recv: ignoring msg from transmitter (0x%08X) not in my component!\n", (unsigned) pack_ptr->transmiter_id );
+          if ( ALARMP_NEEDED( SPLOG_DEBUG, NETWORK ) ) Alarmp( SPLOG_DEBUG, NETWORK, "Net_recv: ignoring msg from transmitter (0x%08X) not in my component!\n", (unsigned) pack_ptr->transmiter_id );
           return( 0 );
         }
 

Modified: trunk/daemon/network.h
===================================================================
--- trunk/daemon/network.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/network.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/prot_body.h
===================================================================
--- trunk/daemon/prot_body.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/prot_body.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/prot_objs.h
===================================================================
--- trunk/daemon/prot_objs.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/prot_objs.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/protocol.c
===================================================================
--- trunk/daemon/protocol.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/protocol.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/protocol.h
===================================================================
--- trunk/daemon/protocol.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/protocol.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/r.c
===================================================================
--- trunk/daemon/r.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/r.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/s.c
===================================================================
--- trunk/daemon/s.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/s.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/scatter.h
===================================================================
--- trunk/daemon/scatter.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/scatter.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/sess_body.h
===================================================================
--- trunk/daemon/sess_body.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/sess_body.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/sess_types.h
===================================================================
--- trunk/daemon/sess_types.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/sess_types.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/session.c
===================================================================
--- trunk/daemon/session.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/session.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/session.h
===================================================================
--- trunk/daemon/session.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/session.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/spread.c
===================================================================
--- trunk/daemon/spread.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/spread.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/spread_params.h
===================================================================
--- trunk/daemon/spread_params.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/spread_params.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/status.c
===================================================================
--- trunk/daemon/status.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/status.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/status.h
===================================================================
--- trunk/daemon/status.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/status.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/daemon/winservice.c
===================================================================
--- trunk/daemon/winservice.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/daemon/winservice.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/include/fl.h
===================================================================
--- trunk/include/fl.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/include/fl.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/include/sp.h
===================================================================
--- trunk/include/sp.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/include/sp.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/include/sp_func.h
===================================================================
--- trunk/include/sp_func.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/include/sp_func.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/Flooder.java
===================================================================
--- trunk/java/Flooder.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/Flooder.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/User.java
===================================================================
--- trunk/java/User.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/User.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/recThread.java
===================================================================
--- trunk/java/recThread.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/recThread.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/AdvancedMessageListener.java
===================================================================
--- trunk/java/spread/AdvancedMessageListener.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/AdvancedMessageListener.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/BasicMessageListener.java
===================================================================
--- trunk/java/spread/BasicMessageListener.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/BasicMessageListener.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/GroupID.java
===================================================================
--- trunk/java/spread/GroupID.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/GroupID.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/MembershipInfo.java
===================================================================
--- trunk/java/spread/MembershipInfo.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/MembershipInfo.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/MessageFactory.java
===================================================================
--- trunk/java/spread/MessageFactory.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/MessageFactory.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/NULLAuth.java
===================================================================
--- trunk/java/spread/NULLAuth.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/NULLAuth.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/SpreadAuthInterface.java
===================================================================
--- trunk/java/spread/SpreadAuthInterface.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/SpreadAuthInterface.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/SpreadConnection.java
===================================================================
--- trunk/java/spread/SpreadConnection.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/SpreadConnection.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/SpreadException.java
===================================================================
--- trunk/java/spread/SpreadException.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/SpreadException.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/SpreadGroup.java
===================================================================
--- trunk/java/spread/SpreadGroup.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/SpreadGroup.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/SpreadMessage.java
===================================================================
--- trunk/java/spread/SpreadMessage.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/SpreadMessage.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/java/spread/SpreadVersion.java
===================================================================
--- trunk/java/spread/SpreadVersion.java	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/java/spread/SpreadVersion.java	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/libspread/fl.c
===================================================================
--- trunk/libspread/fl.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread/fl.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/libspread/fl_p.h
===================================================================
--- trunk/libspread/fl_p.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread/fl_p.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/libspread/scatp.c
===================================================================
--- trunk/libspread/scatp.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread/scatp.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/libspread/scatp.h
===================================================================
--- trunk/libspread/scatp.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread/scatp.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/libspread/sp.c
===================================================================
--- trunk/libspread/sp.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread/sp.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,7 +18,7 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2014 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *

Modified: trunk/libspread-util/include/spu_addr.h
===================================================================
--- trunk/libspread-util/include/spu_addr.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_addr.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_alarm.h
===================================================================
--- trunk/libspread-util/include/spu_alarm.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_alarm.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_alarm_types.h
===================================================================
--- trunk/libspread-util/include/spu_alarm_types.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_alarm_types.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,26 +18,19 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2006 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
+ *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
  *    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist.
  *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
  *
- *
- * This file is also licensed by Spread Concepts LLC under the Spines 
- * Open-Source License, version 1.0. You may obtain a  copy of the 
- * Spines Open-Source License, version 1.0  at:
- *
- * http://www.spines.org/LICENSE.txt
- *
- * or in the file ``LICENSE.txt'' found in this distribution.
- *
  */
 
 

Modified: trunk/libspread-util/include/spu_data_link.h
===================================================================
--- trunk/libspread-util/include/spu_data_link.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_data_link.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_events.h
===================================================================
--- trunk/libspread-util/include/spu_events.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_events.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_memory.h
===================================================================
--- trunk/libspread-util/include/spu_memory.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_memory.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_objects.h
===================================================================
--- trunk/libspread-util/include/spu_objects.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_objects.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_objects_local.h
===================================================================
--- trunk/libspread-util/include/spu_objects_local.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_objects_local.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_scatter.h
===================================================================
--- trunk/libspread-util/include/spu_scatter.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_scatter.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/include/spu_system_defs.h
===================================================================
--- trunk/libspread-util/include/spu_system_defs.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_system_defs.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -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, John Schultz.
+ *
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
+ *
+ *  All Rights Reserved.
+ *
+ * Major Contributor(s):
+ * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
+ *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
+ *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
+ *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
+ *    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist.
+ *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
+ *
+ */
 
 #ifndef SYSTEM_DEFS_H
 #define SYSTEM_DEFS_H

Modified: trunk/libspread-util/include/spu_system_defs_autoconf.h
===================================================================
--- trunk/libspread-util/include/spu_system_defs_autoconf.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_system_defs_autoconf.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -1,3 +1,38 @@
+/*
+ * 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, John Schultz.
+ *
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
+ *
+ *  All Rights Reserved.
+ *
+ * Major Contributor(s):
+ * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
+ *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
+ *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
+ *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
+ *    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist.
+ *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
+ *
+ */
+
 #ifndef SYSTEM_DEFS_AUTOCONF_H
 #define SYSTEM_DEFS_AUTOCONF_H
 

Modified: trunk/libspread-util/include/spu_system_defs_windows.h
===================================================================
--- trunk/libspread-util/include/spu_system_defs_windows.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/include/spu_system_defs_windows.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -1,3 +1,38 @@
+/*
+ * 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, John Schultz.
+ *
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
+ *
+ *  All Rights Reserved.
+ *
+ * Major Contributor(s):
+ * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
+ *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
+ *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
+ *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.
+ *    Theo Schlossnagle    jesus at omniti.com - Perl, autoconf, old skiplist.
+ *    Dan Schoenblum       dansch at cnds.jhu.edu - Java interface.
+ *
+ */
+
 #ifndef SYSTEM_DEFS_WINDOWS_H
 #define SYSTEM_DEFS_WINDOWS_H
 

Modified: trunk/libspread-util/src/alarm.c
===================================================================
--- trunk/libspread-util/src/alarm.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/alarm.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/arch.c
===================================================================
--- trunk/libspread-util/src/arch.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/arch.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2006 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/arch.h
===================================================================
--- trunk/libspread-util/src/arch.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/arch.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/data_link.c
===================================================================
--- trunk/libspread-util/src/data_link.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/data_link.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/defines.h
===================================================================
--- trunk/libspread-util/src/defines.h	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/defines.h	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/events.c
===================================================================
--- trunk/libspread-util/src/events.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/events.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/memory.c
===================================================================
--- trunk/libspread-util/src/memory.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/memory.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.

Modified: trunk/libspread-util/src/spu_addr.c
===================================================================
--- trunk/libspread-util/src/spu_addr.c	2016-11-22 19:55:44 UTC (rev 872)
+++ trunk/libspread-util/src/spu_addr.c	2016-11-22 19:56:33 UTC (rev 873)
@@ -18,12 +18,13 @@
  * The Creators of Spread are:
  *  Yair Amir, Michal Miskin-Amir, Jonathan Stanton, John Schultz.
  *
- *  Copyright (C) 1993-2013 Spread Concepts LLC <info at spreadconcepts.com>
+ *  Copyright (C) 1993-2016 Spread Concepts LLC <info at spreadconcepts.com>
  *
  *  All Rights Reserved.
  *
  * Major Contributor(s):
  * ---------------
+ *    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.
  *    Ryan Caudy           rcaudy at gmail.com - contributions to process groups.
  *    Claudiu Danilov      claudiu at acm.org - scalable wide area support.
  *    Cristina Nita-Rotaru crisn at cs.purdue.edu - group communication security.




More information about the Spread-cvs mailing list