summaryrefslogtreecommitdiff
path: root/sources/main.c
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2025-03-26 20:47:55 +0200
committerdweller <dweller@cabin.digital>2025-03-26 20:47:55 +0200
commit2bcb97cade32e4781135ff4c1500b95fcf351889 (patch)
treefcaeeca83e8a5e831ee3827414ba954c52a8db86 /sources/main.c
parent750cd23d7afac165502defa1d259ace00ca0e414 (diff)
add LICENSE(s) + README
Diffstat (limited to 'sources/main.c')
-rw-r--r--sources/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/main.c b/sources/main.c
index 2036b73..5bc1c42 100644
--- a/sources/main.c
+++ b/sources/main.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2025 dwlr <dweller@cabin.digital>
+ *
+ * BSD 3-Clause License (BSD-3-Clause)
+ * See LICENSE for details
+ */
+
+
#define _DEFAULT_SOURCE
#include <stdlib.h>
#include <stdio.h>