commit: r689 - trunk/daemon
[email protected] Sat, 25 Jan 2014 12:21:32 -0500
| Newsgroups | gmane.network.spread.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] |\n");
Alarmp( SPLOG_PRINT, SYSTEM, "| |\n");
Alarmp( SPLOG_PRINT, SYSTEM, "| Contributors: |\n");
+ Alarmp( SPLOG_PRINT, SYSTEM, "| Amy Babay [email protected] - accelerated ring protocol. |\n");
Alarmp( SPLOG_PRINT, SYSTEM, "| Ryan Caudy [email protected] - contribution to process groups.|\n");
Alarmp( SPLOG_PRINT, SYSTEM, "| Claudiu Danilov [email protected] - scalable, wide-area support. |\n");
Alarmp( SPLOG_PRINT, SYSTEM, "| Cristina Nita-Rotaru [email protected] - 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");