From: Radek Matějka Date: Wed, 19 Dec 2012 21:14:18 +0000 (-0600) Subject: authors and license information added X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-eth-gw.git/commitdiff_plain/5f30138c72a8c4893b03b63664e3b6b1ba82e8df?hp=93867f30c7e1fece2e19ea5840b8f96382230ee2 authors and license information added --- diff --git a/kernel/canethgw.c b/kernel/canethgw.c index c1782a5..685ca6c 100644 --- a/kernel/canethgw.c +++ b/kernel/canethgw.c @@ -1,3 +1,16 @@ +/* + * Copyright: (c) 2012 Czech Technical University in Prague + * + * Authors: + * Radek Matějka + * Michal Sojka + * + * 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 (at your option) any later version. + */ + #include #include #include diff --git a/utils/cegw/cegw.c b/utils/cegw/cegw.c index a0b5259..4787f55 100644 --- a/utils/cegw/cegw.c +++ b/utils/cegw/cegw.c @@ -1,3 +1,17 @@ +/* + * Copyright: (c) 2012 Czech Technical University in Prague + * + * Authors: + * Radek Matějka + * Michal Sojka + * + * 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 (at your option) any later version. + */ + + #include #include #include