Add (c) to copyright.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@120 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
623f4c9618
commit
f1e5441b9c
|
@ -690,7 +690,8 @@ int main(int argc, char * argv [])
|
||||||
* Print out an identifying string so folks can tell what version
|
* Print out an identifying string so folks can tell what version
|
||||||
* they are running
|
* they are running
|
||||||
*/
|
*/
|
||||||
fprintf(stderr, "\n%s: Copyright 2000-2002 Brian Dean, bsd@bsdhome.com\n"
|
fprintf(stderr,
|
||||||
|
"\n%s: Copyright (c) 2000-2002 Brian Dean, bsd@bsdhome.com\n"
|
||||||
"%sVersion %s Revision Timestamp %s\n\n",
|
"%sVersion %s Revision Timestamp %s\n\n",
|
||||||
progname, progbuf, version, timestamp);
|
progname, progbuf, version, timestamp);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue