From: Michal MalĂ˝ Date: Fri, 25 Jul 2014 19:16:10 +0000 (+0200) Subject: Add module license and description X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=98eea604f3b1864a17a843e695541fa97c13f829;p=KLGD.git Add module license and description --- diff --git a/klgd.h b/klgd.h index b9ee33c..98fcb89 100644 --- a/klgd.h +++ b/klgd.h @@ -1,3 +1,7 @@ +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Michal \"MadCatX\" Maly"); +MODULE_DESCRIPTION("Pluginable framework of helper functions to handle gaming devices"); + struct klgd_command { const char *bytes; size_t length;