Update code copyrights.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@438 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2004-12-22 01:52:45 +00:00
parent 95e9010c9e
commit 2f1ab78f45
32 changed files with 33 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
* Copyright (C) 2000-2004 Brian S. Dean <bsd@bsdhome.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -919,7 +919,7 @@ int main(int argc, char * argv [])
*/
fprintf(stderr,
"\n%s: Version %s\n"
"%sCopyright (c) 2000-2004 Brian Dean, bsd@bsdhome.com\n\n",
"%sCopyright (c) 2000-2004 Brian Dean, bsd@bdmicro.com\n\n",
progname, version, progbuf);
}