summaryrefslogtreecommitdiff
path: root/cdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdl.c')
-rw-r--r--cdl.c24
1 files changed, 22 insertions, 2 deletions
diff --git a/cdl.c b/cdl.c
index a249803..33eba62 100644
--- a/cdl.c
+++ b/cdl.c
@@ -2,9 +2,29 @@
* @file cdl.c
* @brief cdl86 (Compact Detours Library) - cdl.c
*
- * Experimental Linux & Windows x86_64 detours library.
+ * Experimental Linux/Windows x86_64 detours library.
+ *
+ * +---------------------------------------+
+ * | .-. .-. .-. |
+ * | / \ / \ / \ |
+ * | / \ / \ / \ / |
+ * | \ / \ / \ / |
+ * | "_" "_" "_" |
+ * | |
+ * | _ _ _ _ _ _ ___ ___ _ _ |
+ * | | | | | | | \| | /_\ | _ \ / __| || | |
+ * | | |_| |_| | .` |/ _ \| /_\__ \ __ | |
+ * | |____\___/|_|\_/_/ \_\_|_(_)___/_||_| |
+ * | |
+ * | |
+ * | Lunar RF Labs |
+ * | https://lunar.sh |
+ * | |
+ * | RF Research Laboratories |
+ * | Copyright (C) 2022-2024 |
+ * | |
+ * +---------------------------------------+
*
- * Copyright (c) 2022 (Dylan Muller)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,