diff options
Diffstat (limited to 'sources/log.c')
-rw-r--r-- | sources/log.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/log.c b/sources/log.c index ba0aa86..b289939 100644 --- a/sources/log.c +++ b/sources/log.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2025 dwlr <dweller@cabin.digital> + * + * BSD 3-Clause License (BSD-3-Clause) + * See LICENSE for details + */ + + typedef enum log_kind { LK_DEBUG, |