Hi All It seems that we have some Sun Microsystems code in PDFBox, namely TIFFFaxDecoder: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/filter/TIFFFaxDecoder.java?view=markup which is clearly from: https://github.com/geosolutions-it/imageio-ext/blob/master/plugin/tiff/src/main/java/it/geosolutions/imageioimpl/plugins/tiff/TIFFFaxDecompressor.java (note: it was easier to link to image-io-ext but the original file may well be from plain old image-io)
It seems that the origin of this code is Apache XML Graphics Commons: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFFaxDecoder.java?view=markup (note the missing Sun copyright) The good news is that the Image IO code is under the BSD license, so it shouldn’t be impossible to resolve this, but what should we do? -- John
