diff options
author | reinelt <> | 2004-01-06 22:33:14 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-06 22:33:14 +0000 |
commit | 3c737870508ceba11eede58553a51b5e6034b3c0 (patch) | |
tree | 79a366df2c0214f969015352166e78dfb6f4d9fe /MilfordInstruments.c | |
parent | 3db97df907f48d9f3cd388f2679db2d23c9941e8 (diff) | |
download | lcd4linux-3c737870508ceba11eede58553a51b5e6034b3c0.tar.gz |
[lcd4linux @ 2004-01-06 22:33:13 by reinelt]
Copyright statements cleaned up
Diffstat (limited to 'MilfordInstruments.c')
-rw-r--r-- | MilfordInstruments.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/MilfordInstruments.c b/MilfordInstruments.c index 2818e26..6ef5558 100644 --- a/MilfordInstruments.c +++ b/MilfordInstruments.c @@ -1,11 +1,12 @@ -/* $Id: MilfordInstruments.c,v 1.3 2003/10/08 13:39:53 andy-b Exp $ +/* $Id: MilfordInstruments.c,v 1.4 2004/01/06 22:33:13 reinelt Exp $ * * driver for Milford Instruments 'BPK' piggy-back serial interface board * for standard Hitachi 44780 compatible lcd modules. * - * Written 2003 by Andy Baxter <andy@earthsong.free-online.co.uk> + * Copyright 2003 Andy Baxter <andy@earthsong.free-online.co.uk> * - * based on the MatrixOrbital driver by M. Reinelt + * based on the MatrixOrbital driver which is + * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at> * * 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 @@ -23,6 +24,9 @@ * * * $Log: MilfordInstruments.c,v $ + * Revision 1.4 2004/01/06 22:33:13 reinelt + * Copyright statements cleaned up + * * Revision 1.3 2003/10/08 13:39:53 andy-b * Cleaned up code in MilfordInstruments.c, and added descriptions for other display sizes (untested) * |