summaryrefslogtreecommitdiff
path: root/src/byte_class.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-08 22:10:32 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-08 22:10:32 +0000
commit615323e574ffcecd8525711c39beffcac4156624 (patch)
tree8d1883b3d789def986a2cce25b97991ac2940985 /src/byte_class.c
parent119b565de393fdd797e1a3c4f629c936092e9091 (diff)
downloadlibnspdf-615323e574ffcecd8525711c39beffcac4156624.tar.gz
libnspdf-615323e574ffcecd8525711c39beffcac4156624.tar.bz2
fix header guards and copyright notices
Diffstat (limited to 'src/byte_class.c')
-rw-r--r--src/byte_class.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/byte_class.c b/src/byte_class.c
index e881cf5..fff0965 100644
--- a/src/byte_class.c
+++ b/src/byte_class.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2018 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of libnspdf.
+ *
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ */
+
#include <stdint.h>
#include "byte_class.h"