~ubuntu-branches/ubuntu/trusty/htp/trusty

« back to all changes in this revision

Viewing changes to homepage/ref/license.htp

  • Committer: Bazaar Package Importer
  • Author(s): Diego Escalante Urrelo
  • Date: 2007-10-21 21:59:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071021215940-90qtozny64s4f1rg
Tags: 1.16-2
* Makefile.config: Hardcode /usr as the PREFIX, it was using /usr/local
  otherwise by unknown reasons.
* src/snprintf.c:
* src/snprintf.h: Remove the asnprintf and asprintf functions since they were
keeping s390 from building and are actually not used, closes: #443616.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<p>htp is released under the clarified artistic license.  The license
6
6
change took place when we took over maintanance of htp and started the
7
 
sourceforge project. </p>
 
7
sourceforge project.  </p>
 
8
 
 
9
<p>
 
10
If you actively use htp and find it useful and worthwhile, I would
 
11
appreciate placing a hyperlink on one of your pages pointing to the htp
 
12
home page.
 
13
</p>
8
14
 
9
15
<pre>
10
16
<file include="../../CLARIFIED_ARTISTIC">
11
17
</pre>
12
18
 
13
 
<h2>Original license</h2>
14
 
 
15
 
<p> The original license of htp by Jim Nelson is not very clear: It
16
 
first says that it is public domain and then gives some restrictions
17
 
and it is unclear if we are allowed to give away modified versions.
18
 
We tried to contact Jim Nelson, but without success.  Here are the
19
 
original licensing terms.  Note that this is not the current license
20
 
of htp anymore.
21
 
</p>
22
 
 
23
 
<div class=quote>
24
 
<p>
25
 
htp is a public domain utility.  There is absolutely no charge for it's
26
 
use.  No charge can be incurred for the redistribution of this utility
27
 
beyond material costs.  All distributions of htp must include all files
28
 
contained in the archive it was originally packaged in.  Any questions
29
 
regarding distribution should be directed to Jim Nelson at
30
 
<A HREF="mailto:jnelson@crl.com">jnelson@crl.com</A>.  A full distribution
31
 
package can be obtained at the htp home page, listed above.
32
 
</p>
33
 
<p>
34
 
This on-line reference is considered documention for htp, and is therefore
35
 
subject to the same conditions of distribution as the actual utility.
36
 
</p>
37
 
<p>
38
 
If you actively use htp and find it useful and worthwhile, I would
39
 
appreciate placing a hyperlink on one of your pages pointing to the htp
40
 
home page.
41
 
</p>
42
19
</div>
43
20
 
44
21