aboutsummaryrefslogtreecommitdiff
path: root/apps/exec.c
diff options
context:
space:
mode:
authorMarvin Borner2020-11-01 12:35:00 +0100
committerMarvin Borner2020-11-01 12:35:00 +0100
commitf40be8b5b6227775901a99946779661d0b4439e6 (patch)
tree34c28f138f4167de258ee18db44707aa4637a68d /apps/exec.c
parente0d3b1671b3f94657d70223b51285ed287c882df (diff)
Added files demo and needed functions
Diffstat (limited to 'apps/exec.c')
-rw-r--r--apps/exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/exec.c b/apps/exec.c
index 774362f..305e9ef 100644
--- a/apps/exec.c
+++ b/apps/exec.c
@@ -1,3 +1,5 @@
+// MIT License, Copyright (c) 2020 Marvin Borner
+
#include <gui.h>
#include <mem.h>
#include <print.h>