From 8d1ede1d3fc971f4339b6637bd1a4c87b5f117a3 Mon Sep 17 00:00:00 2001 From: Rostislav Lisovy Date: Thu, 18 Aug 2011 21:55:33 +0200 Subject: [PATCH] Added license header. --- tc/f_canprio.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tc/f_canprio.c b/tc/f_canprio.c index e82e42a..d93c101 100644 --- a/tc/f_canprio.c +++ b/tc/f_canprio.c @@ -1,4 +1,16 @@ -/* f_canprio.c Filter for CAN packets */ +/* + * f_canprio.c Filter for CAN packets + * + * This program is free software; you can distribute 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 (at your option) any later version. + * + * Copyright: (c) 2011 Czech Technical University in Prague + * Authors: Michal Sojka + * Pavel Pisa + * Rostislav Lisovy + */ #include #include -- 2.39.2