Fix author name in some files.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1426 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
f36484ed19
commit
46e573cde6
2
AUTHORS
2
AUTHORS
|
@ -10,7 +10,7 @@ Contributors:
|
||||||
Alex Shepherd <maillists@ajsystems.co.nz>
|
Alex Shepherd <maillists@ajsystems.co.nz>
|
||||||
Martin Thomas <mthomas@rhrk.uni-kl.de>
|
Martin Thomas <mthomas@rhrk.uni-kl.de>
|
||||||
Theodore A. Roth <troth@openavr.org>
|
Theodore A. Roth <troth@openavr.org>
|
||||||
Michael Holzt <kju-avr@fqdn.org>
|
Juliane Holzt <avrdude@juliane.holzt.de>
|
||||||
Colin O'Flynn <coflynn@newae.com>
|
Colin O'Flynn <coflynn@newae.com>
|
||||||
Thomas Fischl <tfischl@gmx.de>
|
Thomas Fischl <tfischl@gmx.de>
|
||||||
David Hoerl <dhoerl@mac.com>
|
David Hoerl <dhoerl@mac.com>
|
||||||
|
|
|
@ -1080,7 +1080,7 @@
|
||||||
|
|
||||||
2005-09-18 Joerg Wunsch <j@uriah.heep.sax.de>
|
2005-09-18 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
Add the serial bit-bang driver, contributed by Michael Holzt.
|
Add the serial bit-bang driver, contributed by Juliane Holzt.
|
||||||
* bitbang.h: New file.
|
* bitbang.h: New file.
|
||||||
* bitbang.c: New file.
|
* bitbang.c: New file.
|
||||||
* serbb.h: New file.
|
* serbb.h: New file.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||||
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||||
* Copyright (C) 2005 Michael Holzt <kju-avr@fqdn.org>
|
* Copyright (C) 2005 Juliane Holzt <avrdude@juliane.holzt.de>
|
||||||
* Copyright (C) 2011 Darell Tan <darell.tan@gmail.com>
|
* Copyright (C) 2011 Darell Tan <darell.tan@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||||
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||||
* Copyright (C) 2005 Michael Holzt <kju-avr@fqdn.org>
|
* Copyright (C) 2005 Juliane Holzt <avrdude@juliane.holzt.de>
|
||||||
* Copyright (C) 2011 Darell Tan <darell.tan@gmail.com>
|
* Copyright (C) 2011 Darell Tan <darell.tan@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
2
serbb.h
2
serbb.h
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||||
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||||
* Copyright (C) 2005 Michael Holzt <kju-avr@fqdn.org>
|
* Copyright (C) 2005 Juliane Holzt <avrdude@juliane.holzt.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||||
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
* Copyright (C) 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||||
* Copyright (C) 2005 Michael Holzt <kju-avr@fqdn.org>
|
* Copyright (C) 2005 Juliane Holzt <avrdude@juliane.holzt.de>
|
||||||
* Copyright (C) 2006 Joerg Wunsch <j@uriah.heep.sax.de>
|
* Copyright (C) 2006 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||||
* Copyright (C) 2003, 2004 Martin J. Thomas <mthomas@rhrk.uni-kl.de>
|
* Copyright (C) 2003, 2004 Martin J. Thomas <mthomas@rhrk.uni-kl.de>
|
||||||
* Copyright (C) 2005 Michael Holzt <kju-avr@fqdn.org>
|
* Copyright (C) 2005 Juliane Holzt <avrdude@juliane.holzt.de>
|
||||||
* Copyright (C) 2005, 2006 Joerg Wunsch <j@uriah.heep.sax.de>
|
* Copyright (C) 2005, 2006 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
Loading…
Reference in New Issue