/usr/share/icedtea-web/about.jnlp is in icedtea-netx-common 1.2-2ubuntu1.
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 | <?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" href="about.jnlp" codebase=".">
<information>
<title>About window for NetX</title>
<vendor>NetX</vendor>
<homepage href="http://jnlp.sourceforge.net/netx/"/>
<description>Displays information about NetX</description>
<offline/>
</information>
<resources>
<j2se version="1.4+"/>
<jar href="about.jar"/>
</resources>
<application-desc main-class="net.sourceforge.javaws.about.Main">
</application-desc>
</jnlp>
|