diff --git a/avrdude/AUTHORS b/avrdude/AUTHORS index 9be43945..f0d4b8e5 100644 --- a/avrdude/AUTHORS +++ b/avrdude/AUTHORS @@ -5,6 +5,6 @@ AVRDUDE was written by: Contributors: Joerg Wunsch - Eric Weddington + Eric Weddington Theodore A. Roth diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 75b7b021..f066406e 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -9,7 +9,7 @@ firmware version 2.3. Add missing stk500 devocde for 2343. -2003-04-23 Eric B. Weddington +2003-04-23 Eric B. Weddington * fileio.c: Fix for bug #3293. Set correct open mode for raw format for Windows. @@ -28,23 +28,23 @@ * configure.ac: Set version to 4.1.0. * doc/avrdude.texi: Add note about avr910 programmer type. -2003-04-17 Eric B. Weddington +2003-04-17 Eric B. Weddington * NEWS: Replace TBD with new release version. -2003-04-17 Eric B. Weddington +2003-04-17 Eric B. Weddington * avrdude.conf.in: Change name of pony programmer to pony-stk200 to better describe the hardware (PonyProg is software that works with various hardware). -2003-04-16 Eric B. Weddington +2003-04-16 Eric B. Weddington * avrdude.conf.in: Add support for ATtiny26 Submitted by Artur Lipowski * NEWS: List new devices supported: ATtiny26 -2003-04-16 Eric B. Weddington +2003-04-16 Eric B. Weddington * avrdude.conf.in: Add support for ATmega8535 Submitted by Alexander Peter @@ -72,7 +72,7 @@ * avr910.c: Refactor to allow probing for auto addr increment. If auto incr supported by programmer hw, don't send addr for every byte. -2003-04-03 Eric B. Weddington +2003-04-03 Eric B. Weddington * confwin.c: Fix bug that allows garbage for non-existent user config filename on Windows. @@ -112,7 +112,7 @@ * avrdude.conf.in: Fix typo for devicecode deprecation comment. -2003-03-17 Eric B. Weddington +2003-03-17 Eric B. Weddington * avrdude.conf.in: Add Bascom SAMPLE programmer. Submitted by Larry Barello @@ -200,7 +200,7 @@ * NEWS: Moved contents of CHANGELOG file here. * README: Add note pointing to savannah site. -2003-03-11 Eric Weddington +2003-03-11 Eric Weddington * doc/avrdude.texi: Add Install and Documentation sections for Windows. Fix typo. @@ -236,7 +236,7 @@ Export ${AUTOCONF} so automake will find it by whatever name it will be called today. -2003-03-06 Eric Weddington +2003-03-06 Eric Weddington * doc/avrdude.texi: Add notes about ability to list parts and list programmers in the @@ -321,7 +321,7 @@ Print out a list of valid parts for '-p ?' and a list of valid programmers for '-c ?'. -2003-03-04 Eric Weddington +2003-03-04 Eric Weddington * doc/avrdude.texi: Minor Windows doc corrections. @@ -408,7 +408,7 @@ * avrdude.conf.in, avrdude.conf.sample: Renamed avrdude.conf.sample to avrdude.conf.in. -2003-02-25 Eric Weddington +2003-02-25 Eric Weddington * ppiwin.c: CRs again. @@ -421,7 +421,7 @@ * avrdude.1: Atmel has rearranged their web site, so now the AVR docs have been moved to a more logically sounding URL. -2003-02-24 Eric Weddington +2003-02-24 Eric Weddington * Makefile.am, main.c: Integrate Windows search of config files. @@ -484,7 +484,7 @@ config file, thus, avrdude is not very useful without the config file, and thus, having a programmer compiled-in offers little or no benefit. -2003-02-21 Eric Weddington +2003-02-21 Eric Weddington * main.c: Change usage text to be verbose. @@ -512,7 +512,7 @@ indicate that /RESET should be pulsed, while older parts say to pulse SCK. -2003-02-20 Eric Weddington +2003-02-20 Eric Weddington * main.c, par.c: Make verbose global. Make debug code in par_cmd() based on verbose=2. @@ -537,7 +537,7 @@ Defaults for 'serial' and 'parallel' are 'yes' unless specified otherwise. -2003-02-20 Eric Weddington +2003-02-20 Eric Weddington * Makefile.am, ppiwin.c: Get rid of CRs. diff --git a/avrdude/NEWS b/avrdude/NEWS index 554990c1..7497a64d 100644 --- a/avrdude/NEWS +++ b/avrdude/NEWS @@ -20,7 +20,7 @@ Version 4.0.0 * Now support Linux - added by "Theodore A. Roth" - * Now support Windows - added by "Eric B. Weddington" + * Now support Windows - added by "Eric B. Weddington" * Use 'configure' scripts to tailor the code to the system avrdude is getting ready to be compiled on - added by "Theodore A. Roth" diff --git a/avrdude/confwin.c b/avrdude/confwin.c index 59ae3b1f..2d864c6b 100644 --- a/avrdude/confwin.c +++ b/avrdude/confwin.c @@ -1,6 +1,6 @@ /* * avrdude - A Downloader/Uploader for AVR device programmers - * Copyright (C) 2003 Eric B. Weddington or + * Copyright (C) 2003 Eric B. Weddington * * 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 diff --git a/avrdude/confwin.h b/avrdude/confwin.h index 1cbb5ebd..f57ae6e1 100644 --- a/avrdude/confwin.h +++ b/avrdude/confwin.h @@ -1,6 +1,6 @@ /* * avrdude - A Downloader/Uploader for AVR device programmers - * Copyright (C) 2003 Eric B. Weddington or + * Copyright (C) 2003 Eric B. Weddington * * 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 diff --git a/avrdude/ppiwin.c b/avrdude/ppiwin.c index e888d343..f0988895 100644 --- a/avrdude/ppiwin.c +++ b/avrdude/ppiwin.c @@ -1,6 +1,6 @@ /* * avrdude - A Downloader/Uploader for AVR device programmers - * Copyright (C) 2003 Eric B. Weddington or + * Copyright (C) 2003 Eric B. Weddington * * 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