From 8a00d7064bb1ec6e3fda57f5e3d72cda9e7bcc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 9 Dec 2021 15:28:01 +0100 Subject: [PATCH] Update documentation --- LICENSE | 2 +- README.adoc | 5 +++++ pdf/pdf.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3bfb256..5e342a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017 - 2020, Přemysl Eric Janouch +Copyright (c) 2017 - 2021, Přemysl Eric Janouch Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/README.adoc b/README.adoc index 525eaa7..50dc9e6 100644 --- a/README.adoc +++ b/README.adoc @@ -29,6 +29,11 @@ In addition to the C++ version, also included is a native Go port: $ go get janouch.name/pdf-simple-sign/cmd/pdf-simple-sign +And a crude external VFS for Midnight Commander, that may be used to extract +all streams from a given PDF file: + + $ go get janouch.name/pdf-simple-sign/cmd/extfs-pdf + Contributing and Support ------------------------ Use https://git.janouch.name/p/pdf-simple-sign to report bugs, request features, diff --git a/pdf/pdf.go b/pdf/pdf.go index 075e34c..92d18e9 100644 --- a/pdf/pdf.go +++ b/pdf/pdf.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 - 2020, Přemysl Eric Janouch +// Copyright (c) 2018 - 2021, Přemysl Eric Janouch // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted.