summaryrefslogtreecommitdiff
path: root/sources/bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/bits.c')
-rw-r--r--sources/bits.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/bits.c b/sources/bits.c
index ba52f4f..0197436 100644
--- a/sources/bits.c
+++ b/sources/bits.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2025 dwlr <dweller@cabin.digital>
+ *
+ * BSD 3-Clause License (BSD-3-Clause)
+ * See LICENSE for details
+ */
+
+
#define iota __COUNTER__
#define lengthof(x) (sizeof(x) / sizeof((x)[0]))