diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-28 11:28:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-28 11:28:43 +0200 |
commit | 34292ba32cf04aa856f2c72dc437fc79566bd08d (patch) | |
tree | 27b4e467ea2712cabc18b51f0a41f0e066171577 /cdl.c | |
parent | 4f967037092691640ca8185fa32320f1bca08692 (diff) | |
download | cdl86-34292ba32cf04aa856f2c72dc437fc79566bd08d.tar.gz cdl86-34292ba32cf04aa856f2c72dc437fc79566bd08d.zip |
Update cdl.c
Diffstat (limited to 'cdl.c')
-rw-r--r-- | cdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,6 @@ * @brief cdl86 (Compact Detours Library) - cdl.c
*
* Experimental Linux/Windows x86/x86_64 detours library.
- * Copyright (c) 2022 Lunar RF Labs
*
* +---------------------------------------+
* | .-. .-. .-. |
@@ -26,6 +25,7 @@ * | |
* +---------------------------------------+
*
+ * Copyright (c) 2022 Lunar RF Labs
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
|