summaryrefslogtreecommitdiff
path: root/crc32
diff options
context:
space:
mode:
Diffstat (limited to 'crc32')
-rw-r--r--crc32/crc32.c6
-rw-r--r--crc32/crc32.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/crc32/crc32.c b/crc32/crc32.c
index 6e0c87d..ac69e84 100644
--- a/crc32/crc32.c
+++ b/crc32/crc32.c
@@ -1,3 +1,9 @@
+/*
+ * Not copyrighted 2010 Tobias Klauser
+ *
+ * This code is in public domain.
+ */
+
#include <stdlib.h>
#include <stdint.h>
diff --git a/crc32/crc32.h b/crc32/crc32.h
index 6ea89b0..3eced01 100644
--- a/crc32/crc32.h
+++ b/crc32/crc32.h
@@ -1,3 +1,9 @@
+/*
+ * Not copyrighted 2010 Tobias Klauser
+ *
+ * This code is in public domain.
+ */
+
#ifndef _CRC32_H_
#define _CRC32_H_