[Spread-cvs] cvs commit: spread/daemon Readme.txt monitor.c spread.c

spread-users@lists.spread.org spread-users@lists.spread.org
Thu, 04 Mar 2004 19:05:02 -0500


jonathan    04/03/04 19:05:02

  Modified:    daemon   Readme.txt monitor.c spread.c
  Log:
  Begin big copyright update (just the year) and email update (to replace out
  of date email addresses in both copyright header comments and text messages).
  Rest will follow in separate commit.
  
  Revision  Changes    Path
  1.51      +8 -5      spread/daemon/Readme.txt
  
  Index: Readme.txt
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/Readme.txt,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Readme.txt	13 Feb 2004 16:14:26 -0000	1.50
  +++ Readme.txt	5 Mar 2004 00:05:02 -0000	1.51
  @@ -3,7 +3,7 @@
   
   /===========================================================================\
   | The Spread Group Communication Toolkit.                                   |
  -| Copyright (c) 1993-2002 Spread Concepts LLC                               |
  +| Copyright (c) 1993-2004 Spread Concepts LLC                               |
   | All rights reserved.                                                      |
   |                                                                           |
   | The Spread package is licensed under the Spread Open-Source License.      |
  @@ -19,10 +19,10 @@
   | Creators:                                                                 |
   |    Yair Amir             yairamir@cs.jhu.edu                              |
   |    Michal Miskin-Amir    michal@spreadconcepts.com                        |
  -|    Jonathan Stanton      jonathan@cs.jhu.edu                              |
  +|    Jonathan Stanton      jstanton@gwu.edu                                 |
   |                                                                           |
   | Major Contributors:                                                       |
  -|    Cristina Nita-Rotaru crisn@cnds.jhu.edu - group communication security.|
  +|    Cristina Nita-Rotaru crisn@cs.purdue.edu - GC security.                |
   |    Theo Schlossnagle    jesus@omniti.com - Perl, skiplists, autoconf.     |
   |    Dan Schoenblum       dansch@cnds.jhu.edu - Java interface.             |
   |    John Schultz         jschultz@d-fusion.net - contribution to process   |
  @@ -46,10 +46,10 @@
   | WWW    : http://www.spread.org  and  http://www.cnds.jhu.edu              |
   | Contact: spread@spread.org                                                |
   |                                                                           |
  -| Version 3.17.2 Built 9/February/2004                                      |
  +| Version 3.17.2 Built 5/March/2004                                         |
   \===========================================================================/
   
  -February 9, 2004 Ver 3.17.2:
  +March 5, 2004 Ver 3.17.2:
   --------------
   1) Fix daemon quit when multiple interfaces are configured as "D" daemon 
      interfaces in the spread.conf file. Bug reported by Orit Wasserman.
  @@ -79,6 +79,9 @@
       return a BUFFER_TOO_SHORT or GROUPS_TOO_SHORT error.
   15) Change alarm tag for security prints from SEC to SECURITY because of conflict
       with sys/time.h header.
  +16) Documentation fix to SP_receive man page to correct fields for self-leave
  +    membership messages.
  +17) Update of email addresses in copyright statements and headers.
   
   SOURCE INSTALL:
   ---------------
  
  
  
  1.11      +4 -2      spread/daemon/monitor.c
  
  Index: monitor.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/monitor.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- monitor.c	9 Feb 2004 19:38:21 -0000	1.10
  +++ monitor.c	5 Mar 2004 00:05:02 -0000	1.11
  @@ -122,9 +122,11 @@
   	Alarm( PRINT, "| Creators:                                                                 |\n");
   	Alarm( PRINT, "|    Yair Amir             yairamir@cs.jhu.edu                              |\n");
   	Alarm( PRINT, "|    Michal Miskin-Amir    michal@spread.org                                |\n");
  -	Alarm( PRINT, "|    Jonathan Stanton      jonathan@cs.jhu.edu                              |\n");
  +	Alarm( PRINT, "|    Jonathan Stanton      jstanton@gwu.edu                                 |\n");
   	Alarm( PRINT, "|                                                                           |\n");
   	Alarm( PRINT, "| Contributors:                                                             |\n");
  +        Alarm( PRINT, "|    Cristina Nita-Rotaru crisn@cs.purdue.edu - GC security.                |\n");
  +        Alarm( PRINT, "|    Theo Schlossnagle    jesus@omniti.com - Perl, skiplists, autoconf.     |\n");
   	Alarm( PRINT, "|    Dan Schoenblum   dansch@cnds.jhu.edu - Java Interface Developer.       |\n");
           Alarm( PRINT, "|    John Schultz     jschultz@cnds.jhu.edu - contribution to process group |\n");
           Alarm( PRINT, "|                                             membership.                   |\n");	
  @@ -135,7 +137,7 @@
   	Alarm( PRINT, "| WWW:     www.spread.org     www.cnds.jhu.edu    www.spreadconcepts.com    |\n");
   	Alarm( PRINT, "| Contact: spread@spread.org                                                |\n");
   	Alarm( PRINT, "|                                                                           |\n");
  -	Alarm( PRINT, "| Version %d.%02d.%02d Built 9/February/2004                                     |\n", 
  +	Alarm( PRINT, "| Version %d.%02d.%02d Built 5/March/2004                                        |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION);
   	Alarm( PRINT, "\\===========================================================================/\n");
   
  
  
  
  1.19      +3 -3      spread/daemon/spread.c
  
  Index: spread.c
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/spread.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- spread.c	13 Feb 2004 16:14:26 -0000	1.18
  +++ spread.c	5 Mar 2004 00:05:02 -0000	1.19
  @@ -108,10 +108,10 @@
   	Alarmp( SPLOG_PRINT, SYSTEM, "| Creators:                                                                 |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "|    Yair Amir             yairamir@cs.jhu.edu                              |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "|    Michal Miskin-Amir    michal@spreadconcepts.com                        |\n");
  -	Alarmp( SPLOG_PRINT, SYSTEM, "|    Jonathan Stanton      jonathan@cs.jhu.edu                              |\n");
  +	Alarmp( SPLOG_PRINT, SYSTEM, "|    Jonathan Stanton      jstanton@gwu.edu                                 |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "| Major Contributors:                                                       |\n");
  -        Alarmp( SPLOG_PRINT, SYSTEM, "|    Cristina Nita-Rotaru crisn@cnds.jhu.edu - group communication security.|\n");
  +        Alarmp( SPLOG_PRINT, SYSTEM, "|    Cristina Nita-Rotaru crisn@cs.purdue.edu - GC security.                |\n");
           Alarmp( SPLOG_PRINT, SYSTEM, "|    Theo Schlossnagle    jesus@omniti.com - Perl, skiplists, autoconf.     |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "|    Dan Schoenblum       dansch@cnds.jhu.edu - Java interface.             |\n");
           Alarmp( SPLOG_PRINT, SYSTEM, "|    John Schultz         jschultz@d-fusion.net - contribution to process   |\n");
  @@ -130,7 +130,7 @@
   	Alarmp( SPLOG_PRINT, SYSTEM, "| WWW:     www.spread.org     www.cnds.jhu.edu    www.spreadconcepts.com    |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "| Contact: spread@spread.org                                                |\n");
   	Alarmp( SPLOG_PRINT, SYSTEM, "|                                                                           |\n");
  -	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 9/February/2004                                     |\n", 
  +	Alarmp( SPLOG_PRINT, SYSTEM, "| Version %d.%02d.%02d Built 5/March/2004                                        |\n", 
   		(int)SP_MAJOR_VERSION, (int)SP_MINOR_VERSION, (int)SP_PATCH_VERSION );
   	Alarmp( SPLOG_PRINT, SYSTEM, "\\===========================================================================/\n");