diff options
Diffstat (limited to 'sources/meta/exec.c')
-rw-r--r-- | sources/meta/exec.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/meta/exec.c b/sources/meta/exec.c index a39aef2..b5aaba4 100644 --- a/sources/meta/exec.c +++ b/sources/meta/exec.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2025 dwlr <dweller@cabin.digital> + * + * BSD 3-Clause License (BSD-3-Clause) + * See LICENSE for details + */ + + #define BEGIN do{ #define END }while(0) |