aboutsummaryrefslogtreecommitdiff
path: root/src/dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns.c')
-rw-r--r--src/dns.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dns.c b/src/dns.c
index eaa032e..6cdae43 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -1,3 +1,8 @@
+/* dns.c
+ * (c) Jonas Gunz, 2019
+ * License: MIT
+ * */
+
#include "dns.h"
int dns_parse_packet ( char* _buffer, int _bufflen, struct dns_message* _msg )