Skip to content

Commit

Permalink
add myself as maintainer and set a new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robohack committed Nov 22, 2019
1 parent 6703d25 commit 1414159
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 9 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@
/*
* Written by Eric Wassenaar, Nikhef-H, <e07@nikhef.nl>
*
* The officially maintained source of this program is available
* via anonymous ftp from machine 'ftp.nikhef.nl' [192.16.199.1]
* in the directory '/pub/network' as 'vrfy.tar.Z'
* Maintained by Greg A. Woods, Planix, Inc.; <woods@planix.com>
*
* https://github.com/robohack/vrfy
*
* The latest source release of this program is also available via anonymous FTP
* from machine 'ftp.weird.com' in the directory '/pub/Planix' as 'vrfy.tar.Z'
*
* ftp://ftp.weird.com/pub/Planix/vrfy.tar.Z
* http://www.weird.com/ftp/pub/Planix/vrfy.tar.Z
*
* You are kindly requested to report bugs and make suggestions
* for improvements to the author at the given email address,
Expand Down
4 changes: 2 additions & 2 deletions vers.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef lint
static char Version[] = "@(#)vers.c e07@nikhef.nl (Eric Wassenaar) 990522";
static char Version[] = "@(#)vers.c woods@planix.ca (Greg A. Woods) 20191122";
#endif

char *version = "990522";
char *version = "20191122";
1 change: 1 addition & 0 deletions vrfy.1
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,4 @@ The same effect can be reached when you give the command
if you want to see further expansion of the mailing list.
.SH AUTHOR
Eric Wassenaar, Nikhef-H, <e07@nikhef.nl>
Greg A. Woods; Planix, Inc.; <woods@planix.ca>

0 comments on commit 1414159

Please sign in to comment.