summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-10-17 16:12:15 +0300
committerdweller <dweller@cabin.digital>2024-10-17 16:12:15 +0300
commit7224a1b49ec261c10bbe3cf7c1ab2506acaafb6b (patch)
treefb3631b8cda7bf4d339963cd8dc52177a8622b24 /main.c
parentd93f33a7fdba69c9ba48aff702d1f856dc5633c2 (diff)
add license, readme, and kicad project
Diffstat (limited to '')
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
index 274711f..cda91b4 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 2024 dwlr <dweller@cabin.digital>
+ *
+ * BSD 3-Clause License (BSD-3-Clause)
+ * See LICENSE for details
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>