Replace David's email address by his full name in the copyrights.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@565 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
fddb673ee8
commit
4cbcbe84ec
|
@ -1,6 +1,6 @@
|
|||
2006-01-13 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Contributed by dcm@mit.edu: add support for the
|
||||
Contributed by David Moore: add support for the
|
||||
AVRISP mkII device. (Savannah patch #4789.)
|
||||
* serial.h: Declare usb_serdev_frame device descriptor.
|
||||
* stk500v2.c: Implementation of the AVRISP mkII handling.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||
* Copyright (C) 2005 Erik Walthinsen
|
||||
* Copyright (C) 2002-2004 Brian S. Dean <bsd@bsdhome.com>
|
||||
* Copyright (C) 2006 dcm@mit.edu
|
||||
* Copyright (C) 2006 David Moore
|
||||
*
|
||||
* 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* avrdude - A Downloader/Uploader for AVR device programmers
|
||||
* Copyright (C) 2005,2006 Joerg Wunsch
|
||||
* Copyright (C) 2006 dcm@mit.edu
|
||||
* Copyright (C) 2006 David Moore
|
||||
*
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue