Check-in [480596d8cb]
Overview
Comment:Corrected license
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 480596d8cb005dd59dc1876fa1a12b82ce74ad1c
User & Date: rkeene on 2019-11-13 14:59:46
Other Links: manifest | tags
Context
2019-11-15
15:07
Integrated RFC 6234 SHA1 implementation changes check-in: fa9ae90eae user: rkeene tags: trunk, 0.7.10
08:52
Replace a non-free implementation of SHA1 hash from RFC-3174 by a free one from RFC-6234. check-in: 5504b5dd47 user: sergei tags: rfc-6234
2019-11-13
14:59
Corrected license check-in: 480596d8cb user: rkeene tags: trunk
2019-08-09
01:34
Fixed padding conditions check-in: b63163f527 user: rkeene tags: trunk
Changes

Modified LICENSE from [00024a3aee] to [6315f16a70].

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
The following files in this directory are the intellectual property of the


Free Software Foundation and are licensed under the terms of the GNU General









Public License (GPL):
	config.guess, config.sub, install-sh








The following files in this directory are the intellectual property of RSA
Data Security, Inc.:


	md5.h
	md5.c








And are "derived from the RSA Data Security, Inc. MD5 Message-Digest
Algorithm".


The following files in this directory are from RFC 3174:


	sha1.c


	sha1.h





The remaining files in this directory and the "leakcheck" directory are the
intellectual property of the United States Government.  It is not clear which,
if any, license is made on them.  In addition, as of 07-JUN-2010 they have not
been cleared for public release.


The files in the "pkcs11/" directory are licensed under the terms of the
following licenses:
	mypkcs11.h : GNU General Public License 2.1.
	pkcs11.h   : GNU General Public License 2.1.
	pkcs11f.h  : GNU General Public License 2.1.
	pkcs11n.h  : Mozilla Public License or GNU General Public License
	pkcs11t.h  : GNU General Public License 2.1.
|
>
>
|
>
>
>
>
>
>
>
>
>
|
|
>

>
>
>
>
>
>
|
|
>
>
|
<
>
>
>
>
>
>
>

<
<
>

|
>
>
|
>
>
|
>
>
>
>

|
|
<
<
>



|
|
|
|
|
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
34
35
36


37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52


53
54
55
56
57
58
59
60
61
With the exceptions noted below, the files in this directory and the
'leakcheck' subdirectory are Copyright 2012, Lockheed Martin
Corporation.

The U.S. Government has Unlimited Rights in this computer software
pursuant to the clause DFARS 252.227-7014 of contract No.
W91WMC-07-D-0001. Any reproduction of this computer software, or
portions thereof, marked with this legend must also reproduce these
markings.

The files this project developed in the performance of contract
W91WMC-07-D-0001 (see exceptions below) are authorized for
distribution by the United States Government under the following
license:  

LICENSE (MIT)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



EXCEPTIONS

The following files in this directory are the intellectual property of
the Free Software Foundation and are licensed under the terms of
GPL-2.0-with-autoconf-exception: config.guess, config.sub

The followig files in this directory are the intellectual property of
the X Consortium, and are licensed under the X11 license: install.sh

The following files in this directory are the intellectual property of
RSA Data Security, Inc., and are licensed under terms specified
therein: md5.h, md5.c These files are "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm".

The following files in this directory are from RFC 3174, are the
intellectual property of the Internet Society, and are licensed under


terms specified therein: sha1.c, sha1.h

The files in the "pkcs11/" directory are licensed under the terms of the
following licenses:
	mypkcs11.h : GNU Lesser General Public License 2.1.
	pkcs11.h   : GNU Lesser General Public License 2.1.
	pkcs11f.h  : GNU Lesser General Public License 2.1.
	pkcs11n.h  : Mozilla Public License 2.0
	pkcs11t.h  : GNU Lesser General Public License 2.1.