diff --git a/ChangeLog b/ChangeLog index d3b62171..c7d7897b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2006-01-13 Joerg Wunsch - 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. diff --git a/stk500v2.c b/stk500v2.c index a49142d3..21b91e62 100644 --- a/stk500v2.c +++ b/stk500v2.c @@ -2,7 +2,7 @@ * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2005 Erik Walthinsen * Copyright (C) 2002-2004 Brian S. Dean - * 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 diff --git a/usb_libusb.c b/usb_libusb.c index bcfdce2c..a65d71bb 100644 --- a/usb_libusb.c +++ b/usb_libusb.c @@ -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