summaryrefslogtreecommitdiff
path: root/crc32/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'crc32/crc32.c')
-rw-r--r--crc32/crc32.c6
1 files changed, 6 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>