Use LTTngUSTLogger logger plugin in logtest regression test
[deliverable/titan.core.git] / licensegen / renew_license.html
CommitLineData
970ed795 1///////////////////////////////////////////////////////////////////////////////
3abe9331 2// Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3// All rights reserved. This program and the accompanying materials
4// are made available under the terms of the Eclipse Public License v1.0
5// which accompanies this distribution, and is available at
6// http://www.eclipse.org/legal/epl-v10.html
7///////////////////////////////////////////////////////////////////////////////
8<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
9 "http://www.w3.org/TR/html4/strict.dtd">
10<html>
11<head>
12<title>TITAN License Renewal Form</title>
13</head>
14<body>
15<h1>TITAN TTCN-3 Test Executor - License Renewal Form</h1>
16
17<p>This form is intended for those existing TITAN users whose license expired or it is about to expire within a month.
18The license is automatically prolonged by 1 year.
19<p>Fill in your license number and e-mail address<sup>*</sup> and the new license key will be e-mailed to the e-mail address filed together with the licensee.
20
21<form action="/cgi-bin/renew_license.cgi" method="post">
22<p>Enter your license number here
23<input type="text" name="unique_id" size=8 maxlength=8>
24Enter your e-mail address here
25<input type="text" name="licensee_email" size=40 maxlength=40>
26<input type="submit" value="Renew License">
27</form>
28
29<p><sup>*</sup> The license number and e-mail address of licensee can be obtained by
30<ul>
31<li>executing <code>${TTCN3_DIR}/bin/compiler -v</code> from a shell (provided your TITAN-related environmental variables are set correctly), or
32<li>selecting &quot;License Information&quot; from the &quot;Help&quot; menu of TITAN GUI.
33</ul>
34<p>If you do not have a TITAN license yet, you can obtain one by filling in the
35<a href="/TTCN3Executor/order_license.html">License Ordering Form</a>.
36</body>
37</html>
This page took 0.028273 seconds and 5 git commands to generate.