add author for remaining modules
This commit is contained in:
parent
b15ab051f0
commit
ce5cd7ac79
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
/* DESKTOP - desktop environment / window manager / compositor module for modfetch
|
||||
*
|
||||
* author: jacekpoz
|
||||
* 09 Feb 2024
|
||||
*/
|
||||
|
||||
#include "../mod.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/* OS - operating system module for modfetch
|
||||
*
|
||||
* author: jacekpoz
|
||||
* 09 Feb 2024
|
||||
*/
|
||||
|
||||
#include "../mod.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue