This file is indexed.

/usr/share/doc/libwoodstox-java/README is in libwoodstox-java 1:4.1.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
== Woodstox XML parser ==

Woodstox is an XML-parser that allows parsing of XML documents in so-called
pull mode (aka "pull parsing").
It specifically implements StAX 1.0 API:

http://www.jcp.org/en/jsr/detail?id=173

which defines what is closest to being the J2xE standard for XML pull parsers.

Woodstox was originally written by Tatu Saloranta (<tatu.saloranta@iki.fi>.

Woodstox licensing is explained in file LICENSE; be sure to read it
to understand licensing.

Contributions to the source code need to be made as specified by
the License; so that they can be distributed according to the
License terms.