File: license.jxp

package info (click to toggle)
libjpf-java 1.5.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,280 kB
  • ctags: 2,079
  • sloc: java: 13,449; xml: 337; sh: 48; makefile: 19
file content (19 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<%
// Java Plug-in Framework (JPF)
// Copyright (C) 2004 - 2006 Dmitry Olshansky
// $Id$
%>
<%
include("/functions.ijxp");

printHeader("JPF License");
printMenu("license");
%>
<div class="content">
    <h1>JPF License</h1>
    <p>Text version is here: <a href="license.txt">license.txt</a>
    <pre><% includeHtml(System.getProperty("jdocs.outputFolder") + "/license.txt"); %></pre>
</div>
<%
printFooter();
%>