diff options
Diffstat (limited to 'lists/lists.c')
-rw-r--r-- | lists/lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lists/lists.c b/lists/lists.c index 2eee70c..23d6e08 100644 --- a/lists/lists.c +++ b/lists/lists.c @@ -37,5 +37,5 @@ void cleanup_module(void) { } -MODULE_AUTHOR("Guillermo Ramos"); MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Guillermo Ramos"); |