diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-12-02 14:07:34 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-12-02 14:07:34 +0100 |
commit | 1629c3621e02a8e176172f44a72d155030172d35 (patch) | |
tree | f125880354a771c047cfde27d3e9023668acb87e /src/log.h | |
parent | 6a147a95c105fe4884f01accbd3fcd6e571b1b10 (diff) | |
download | dns-1629c3621e02a8e176172f44a72d155030172d35.tar.gz |
Prepare for license
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +/* log.h + * (c) Jonas Gunz, 2019 + * License: MIT + * */ + #pragma once #include <stdio.h> |