]> rtime.felk.cvut.cz Git - can-eth-gw.git/commitdiff
authors and license information added
authorRadek Matějka <radek.matejka@gmail.com>
Wed, 19 Dec 2012 21:14:18 +0000 (15:14 -0600)
committerRadek Matějka <radek.matejka@gmail.com>
Wed, 19 Dec 2012 21:14:18 +0000 (15:14 -0600)
kernel/canethgw.c
utils/cegw/cegw.c

index c1782a5a04747d352b6acaacf0037c4661b17f28..685ca6c56ae78ffc911dc6180cb113593a8778ae 100644 (file)
@@ -1,3 +1,16 @@
+/*
+ * Copyright: (c) 2012 Czech Technical University in Prague
+ *
+ * Authors:
+ *     Radek Matějka <radek.matejka@gmail.com>
+ *     Michal Sojka  <sojkam1@fel.cvut.cz>
+ *
+ * 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 <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/kthread.h>
index a0b5259ee6f89dbf7cf716c2efcb09989712cbcf..4787f557356df1622fb964609367413ff42dfbc5 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright: (c) 2012 Czech Technical University in Prague
+ *
+ * Authors:
+ *     Radek Matějka <radek.matejka@gmail.com>
+ *     Michal Sojka  <sojkam1@fel.cvut.cz>
+ *
+ * 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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>