summaryrefslogtreecommitdiff
path: root/src/cos_object.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-12-24 10:29:27 +0000
committerVincent Sanders <vince@kyllikki.org>2017-12-24 10:29:27 +0000
commit4a0316bbd73df526e42207cda82a12a79da4abaf (patch)
treea38d1b180f415cb03c2e53e9ae0cca07c8391ffd /src/cos_object.c
parent0c29558f8caf51da6c4258fbd1ebfa341af5aab9 (diff)
downloadlibnspdf-4a0316bbd73df526e42207cda82a12a79da4abaf.tar.gz
libnspdf-4a0316bbd73df526e42207cda82a12a79da4abaf.tar.bz2
fix null object decode and improve reference object decode a bit
Diffstat (limited to 'src/cos_object.c')
-rw-r--r--src/cos_object.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cos_object.c b/src/cos_object.c
index f4cd4fd..3abe7e8 100644
--- a/src/cos_object.c
+++ b/src/cos_object.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2017 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of libnspsl
+ *
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ */
+
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>