From eadc4af2e032c2bdd340c77fe1fc601af9bfed34 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Thu, 12 Jan 2006 23:24:35 +0000 Subject: [PATCH] Replace David's email address by his full name in the copyrights. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@565 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 2 +- stk500v2.c | 2 +- usb_libusb.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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