File: download.html

package info (click to toggle)
pyca 20031118-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 652 kB
  • ctags: 934
  • sloc: python: 4,998; sh: 760; makefile: 43
file content (33 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--#set var="pyca_subtitle" value="X.509 CA"-->
<!--#set var="pyca_pagedescription" value="Get your copy of the source distribution"-->
<!--#include file="ssi/head.html"-->
<!--#include file="ssi/navigation.html"-->

<h2>Copyright and License</h2>
<p>
  &copy; by Michael Str&ouml;der,
  <a href="mailto:michael@stroeder.com">michael@stroeder.com</a>
</p>
<p>
  This software including all modules is <a href="http://www.opensource.org/">
  Open Source</a> and given away under:
  <blockquote>
    <a href="http://www.gnu.org/copyleft/gpl.html">
    GPL (GNU GENERAL PUBLIC LICENSE) Version 2</a>
  </blockquote>
  The author refuses to give any warranty of any kind.
</p>

<h2>Package</h2>
<p>
  The files (<a href="files.html">see list</a>) are provided
  as gzipped tar ball:
</p>
<ul>
  <li>
    <a href="http://www.pyca.de/download/pyca-20031118.tar.gz">
    pyca-20031118.tar.gz</a>
  </li>
</ul>

<!--#include file="ssi/footer.html"-->