Replace my e-mail address with my url when displaying copyright

information.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@439 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2004-12-22 02:06:13 +00:00
parent 2f1ab78f45
commit c5cfb14c31
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ int main(int argc, char * argv [])
*/
fprintf(stderr,
"\n%s: Version %s\n"
"%sCopyright (c) 2000-2004 Brian Dean, bsd@bdmicro.com\n\n",
"%sCopyright (c) 2000-2004 Brian Dean, http://www.bdmicro.com/\n\n",
progname, version, progbuf);
}