diff --git a/LICENSE b/LICENSE index d9374c2925bf1ddb2966d2d99dba2cbc29f8989c..a1863914b91262790a8ca87cd449871992b80643 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ Copyright (c) 2019, 2020 Sven M. Hallberg <pesco@khjk.org> +2020 pompolic <pompolic@special-circumstanc.es> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/pdf.c b/pdf.c index f57b52243a173e5650eda54d0b1fea5e3ef9116c..8c08493c783bce59e6916a4b04952badd267c0eb 100644 --- a/pdf.c +++ b/pdf.c @@ -1,5 +1,6 @@ /* beginnings of a PDF parser in hammer * pesco 2019 + * pompolic 2020 */ #include <string.h> /* strncmp(), memset() */