From 5f30138c72a8c4893b03b63664e3b6b1ba82e8df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Radek=20Mat=C4=9Bjka?= Date: Wed, 19 Dec 2012 15:14:18 -0600 Subject: [PATCH] authors and license information added --- kernel/canethgw.c | 13 +++++++++++++ utils/cegw/cegw.c | 14 ++++++++++++++ 2 files changed, 27 insertions(+) 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 -- 2.39.2