/[inetutils]/inetutils/talkd/talkd.c
ViewVC logotype

Diff of /inetutils/talkd/talkd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by alainm, Tue Oct 30 05:51:16 2001 UTC revision 1.15 by ams, Mon Apr 29 21:19:26 2002 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1998,2001 Free Software Foundation, Inc.  /* Copyright (C) 1998,2001, 2002 Free Software Foundation, Inc.
2    
3     This file is part of GNU Inetutils.     This file is part of GNU Inetutils.
4    
# Line 20  Line 20 
20  #include <intalkd.h>  #include <intalkd.h>
21  #include <signal.h>  #include <signal.h>
22  #include <getopt.h>  #include <getopt.h>
 #include <version.h>  
23    
24  #ifndef LOG_FACILITY  #ifndef LOG_FACILITY
25  # define LOG_FACILITY LOG_DAEMON  # define LOG_FACILITY LOG_DAEMON
# Line 172  talkd_run (int fd) Line 171  talkd_run (int fd)
171  void  void
172  show_version ()  show_version ()
173  {  {
174    printf ("talkd - %s %s\n", inetutils_package, inetutils_version);    printf ("talkd - %s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
175    printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n");    printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n");
176    printf ("%s comes with ABSOLUTELY NO WARRANTY.\n", inetutils_package);    printf ("%s comes with ABSOLUTELY NO WARRANTY.\n", PACKAGE_NAME);
177    printf ("You may redistribute copies of %s\n", inetutils_package);    printf ("You may redistribute copies of %s\n", PACKAGE_NAME);
178    printf ("under the terms of the GNU General Public License.\n");    printf ("under the terms of the GNU General Public License.\n");
179    printf ("For more information about these matters, ");    printf ("For more information about these matters, ");
180    printf ("see the files named COPYING.\n");    printf ("see the files named COPYING.\n");

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26