[Spread-cvs] commit: r689 - trunk/daemon

jonathan at spread.org jonathan at spread.org
Sat Jan 25 12:21:32 EST 2014


Author: jonathan
Date: 2014-01-25 12:21:32 -0500 (Sat, 25 Jan 2014)
New Revision: 689

Modified:
   trunk/daemon/monitor.c
   trunk/daemon/spread.c
Log:
Update copyright year in printed messages in binaries and add Amy to monitor output

Modified: trunk/daemon/monitor.c
===================================================================
--- trunk/daemon/monitor.c	2014-01-25 00:34:45 UTC (rev 688)
+++ trunk/daemon/monitor.c	2014-01-25 17:21:32 UTC (rev 689)
@@ -159,7 +159,7 @@
 
 	Alarmp( SPLOG_PRINT, SYSTEM, "/===========================================================================\\\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread Toolkit.                                                       |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2013 Spread Concepts LLC                               |\n"); 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2014 Spread Concepts LLC                               |\n"); 
 	Alarmp( SPLOG_PRINT, SYSTEM, "| All rights reserved.                                                      |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread package is licensed under the Spread Open-Source License.      |\n");
@@ -180,6 +180,7 @@
         Alarmp( SPLOG_PRINT, SYSTEM, "|    John Schultz          jschultz at spreadconcepts.com                      |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| Contributors:                                                             |\n");
+        Alarmp( SPLOG_PRINT, SYSTEM, "|    Amy Babay            babay at cs.jhu.edu - accelerated ring protocol.     |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Ryan Caudy           rcaudy at gmail.com - contribution to process groups.|\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Claudiu Danilov      claudiu at acm.org - scalable, wide-area support.    |\n");
         Alarmp( SPLOG_PRINT, SYSTEM, "|    Cristina Nita-Rotaru crisn at cs.purdue.edu - GC security.                |\n");

Modified: trunk/daemon/spread.c
===================================================================
--- trunk/daemon/spread.c	2014-01-25 00:34:45 UTC (rev 688)
+++ trunk/daemon/spread.c	2014-01-25 17:21:32 UTC (rev 689)
@@ -97,7 +97,7 @@
 
 	Alarmp( SPLOG_PRINT, SYSTEM, "/===========================================================================\\\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread Toolkit - Accelerated Ring Experimental Research Version       |\n");
-	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2013 Spread Concepts LLC                               |\n"); 
+	Alarmp( SPLOG_PRINT, SYSTEM, "| Copyright (c) 1993-2014 Spread Concepts LLC                               |\n"); 
 	Alarmp( SPLOG_PRINT, SYSTEM, "| All rights reserved.                                                      |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
 	Alarmp( SPLOG_PRINT, SYSTEM, "| The Spread toolkit is licensed under the Spread Open-Source License.      |\n");




More information about the Spread-cvs mailing list