Hi, I have updated the notes with mentioning of Pengutronix canutil. Hope it's OK.
diff -crB old/canecho_dut.c new/canecho_dut.c *** old/canecho_dut.c 2009-09-21 14:15:53.000000000 +0200 --- new/canecho_dut.c 2009-09-23 11:02:21.000000000 +0200 *************** *** 4,9 **** --- 4,12 ---- * * (C) 2009 by Vladislav Gribov, IXXAT Automation GmbH, <[email protected]> * + * Overall structure is based on canecho.c from the canutil collection + * of CAN tools provided by Pengutronix. + * * 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 * the Free Software Foundation; either version 2 of the License, or diff -crB old/canecho_gen.c new/canecho_gen.c *** old/canecho_gen.c 2009-09-21 14:18:28.000000000 +0200 --- new/canecho_gen.c 2009-09-23 11:11:35.000000000 +0200 *************** *** 3,8 **** --- 3,11 ---- * canecho_gen.c - Full-duplex test program (host part) * * (C) 2009 by Vladislav Gribov, IXXAT Automation GmbH, <[email protected]> + * + * Overall structure is based on canecho.c from the canutil collection + * of CAN tools provided by Pengutronix. * * 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 Regards, Vladislav -----Original Message----- From: Wolfram Sang [mailto:[email protected]] Sent: Monday, September 21, 2009 4:02 PM To: Gribov, Vladislav Cc: [email protected]; [email protected]; [email protected] Subject: Re: [PATCH] mscan: fix TX message handling to ensure proper messageordering > One of the Pengutronix CAN utils was used as a template. Guys, how do > I refer that? Something like this will usually do: /* * myprogram.c by M.Y. Self, My Company * based on thisprogram.c by A.U. Thor, Other Company * ... Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
