diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-28 11:22:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 11:22:20 +0200 |
commit | 1994dca491438400514653b515b412ce993c7935 (patch) | |
tree | 8ca98a57394536f8349cd72ce5b040866b0cf6b9 | |
parent | dafb797a48914a394cee907777fcc451fa1579e1 (diff) | |
download | cdl86-1994dca491438400514653b515b412ce993c7935.tar.gz cdl86-1994dca491438400514653b515b412ce993c7935.zip |
Update cdl.h
-rw-r--r-- | cdl.h | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -4,7 +4,29 @@ *
* Experimental Linux & Windows x86_64 detours library.
*
- * Copyright (c) 2022 (Dylan Muller)
+ * Copyright (c) 2022 Lunar RF Labs
+ *
+ * +---------------------------------------+
+ * | .-. .-. .-. |
+ * | / \ / \ / \ |
+ * | / \ / \ / \ / |
+ * | \ / \ / \ / |
+ * | "_" "_" "_" |
+ * | |
+ * | _ _ _ _ _ _ ___ ___ _ _ |
+ * | | | | | | | \| | /_\ | _ \ / __| || | |
+ * | | |_| |_| | .` |/ _ \| /_\__ \ __ | |
+ * | |____\___/|_|\_/_/ \_\_|_(_)___/_||_| |
+ * | |
+ * | |
+ * | Lunar RF Labs |
+ * | https://lunar.sh |
+ * | |
+ * | RF Research Laboratories |
+ * | Copyright (C) 2022-2024 |
+ * | |
+ * +---------------------------------------+
+ *
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
|