From b5b131cc8a2f8c6cfa697fff14d951d6e50d4e6e Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Thu, 10 Jul 2008 20:42:27 +0000 Subject: [PATCH] credits --- firmware/main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firmware/main.c b/firmware/main.c index 96e3799..4523f7a 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -2,7 +2,7 @@ * \file firmware/main.c * \brief Main functions for USB-keyboard * \author Ronald Schaten - * \version $Id: main.c,v 1.2 2008/07/10 20:29:01 rschaten Exp $ + * \version $Id: main.c,v 1.3 2008/07/10 20:42:27 rschaten Exp $ * * License: GNU GPL v2 (see License.txt) */ @@ -189,6 +189,10 @@ * their driver for my project. In fact, this project wouldn't exist without * the driver. * + * And of course I'd like to thank that friend of mine -- I doubt that he'd + * like to read his name in this place, I'll put it in if he wants me to -- + * that gave me the idea for this project. + * * \section sec_license About the license * * My work - all contents except for the USB driver - is licensed under the GNU