]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Added license header.
authorRostislav Lisovy <lisovy@gmail.com>
Thu, 18 Aug 2011 20:16:54 +0000 (22:16 +0200)
committerRostislav Lisovy <lisovy@gmail.com>
Thu, 18 Aug 2011 20:16:54 +0000 (22:16 +0200)
net/sched/cls_canprio.c

index 2d3b4a27e85f0c22f458ec795414a998e40bc0ae..ad9cdf612c5194bd759b2813512dbbc827f03547 100644 (file)
@@ -1,9 +1,20 @@
-/* cls_canprio.c  -- Canprio classifier.
+/* 
+ * cls_canprio.c  -- Canprio classifier.
  * Makes decisions accoring to Can IDs.
  *
+ *             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; version 2 of
+ *             the License.
+ * 
+ * Copyright:  (c) 2011 Czech Technical University in Prague
+ * Authors:    Michal Sojka <sojkam1@fel.cvut.cz>
+ *             Pavel Pisa <pisa@cmp.felk.cvut.cz>
+ *             Rostislav Lisovy <lisovy@kormus.cz>
+ *
+ *
  * Implementation notes;
  *   parameter of functions named "base" is pointer to some parent element
- *   
  */
 
 #include <linux/module.h>