changed some email addrs

This commit is contained in:
gdr-ftp 1999-07-03 14:39:19 +00:00
parent aebfb72b92
commit 26a4bcf0c5
2 changed files with 5 additions and 5 deletions

View File

@ -15,10 +15,10 @@
* *
* You probably need GNO/ME libraries in order to link this program. * You probably need GNO/ME libraries in order to link this program.
* *
* Written by Devin Reade <gdr@myrias.com> January 1996. * Written by Devin Reade <gdr@gno.org> January 1996.
* This program is placed in the public domain. * This program is placed in the public domain.
* *
* $Id: renram5.c,v 1.3 1998/03/31 03:29:07 gdr-ftp Exp $ * $Id: renram5.c,v 1.4 1999/07/03 14:39:19 gdr-ftp Exp $
* *
* This file is formatted with tab tops every 8 columns. * This file is formatted with tab tops every 8 columns.
*/ */
@ -52,7 +52,7 @@ void usage(char *progname) {
printf("This program renames volumes. It was intended to rename\n"); printf("This program renames volumes. It was intended to rename\n");
printf("%s at boot time. As a side effect, it can also rename files.\n\n", printf("%s at boot time. As a side effect, it can also rename files.\n\n",
OLD_TMP); OLD_TMP);
printf("Version 1.0 by Devin Reade <gdr@myrias.com>\n"); printf("Version 1.0 by Devin Reade <gdr@gno.org>\n");
printf("This program is in the public domain.\n"); printf("This program is in the public domain.\n");
exit(1); exit(1);
} }

View File

@ -1,5 +1,5 @@
/* /*
* $Id: renram5.rez,v 1.4 1998/12/22 16:05:37 gdr-ftp Exp $ * $Id: renram5.rez,v 1.5 1999/07/03 14:39:19 gdr-ftp Exp $
*/ */
#include "Types.Rez" #include "Types.Rez"
@ -14,6 +14,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS, verUS,
"renram5", "renram5",
"Rename /RAM5 at boot time.\n" "Rename /RAM5 at boot time.\n"
"Devin Reade <gdr@myrias.com>\n" "Devin Reade <gdr@gno.org>\n"
BUILD_DATE BUILD_DATE
}; };