diff options
author | deraadt <> | 2014-07-11 10:32:18 +0000 |
---|---|---|
committer | deraadt <> | 2014-07-11 10:32:18 +0000 |
commit | cf1b33e4914ee8e23af2d3e7d30797b90d07213a (patch) | |
tree | 430ce284c64acf777eb5f381f389a66e04f4ee0f /src/lib | |
parent | 25a3a3ed30f4daae2b1c6770e720788a87237895 (diff) | |
download | openbsd-cf1b33e4914ee8e23af2d3e7d30797b90d07213a.tar.gz openbsd-cf1b33e4914ee8e23af2d3e7d30797b90d07213a.tar.bz2 openbsd-cf1b33e4914ee8e23af2d3e7d30797b90d07213a.zip |
Fetch the specific license which will be used from
https://www.openssl.org/~appro/camellia/dist/BSD_license.txt
It isn't our concern to supply the other licences mentioned in source
files; that is realy not our problem.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/camellia/asm/BSD_license.txt | 24 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/camellia/asm/BSD_license.txt | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/src/lib/libcrypto/camellia/asm/BSD_license.txt b/src/lib/libcrypto/camellia/asm/BSD_license.txt new file mode 100644 index 0000000000..325988faec --- /dev/null +++ b/src/lib/libcrypto/camellia/asm/BSD_license.txt | |||
@@ -0,0 +1,24 @@ | |||
1 | Camellia assebler implementation. | ||
2 | |||
3 | Copyright (c) 2008 Andy Polyakov <appro@openssl.org> | ||
4 | |||
5 | Redistribution and use in source and binary forms, with or without | ||
6 | modification, are permitted provided that the following conditions | ||
7 | are met: | ||
8 | 1. Redistributions of source code must retain the above copyright | ||
9 | notice, this list of conditions and the following disclaimer as | ||
10 | the first lines of this file unmodified. | ||
11 | 2. Redistributions in binary form must reproduce the above copyright | ||
12 | notice, this list of conditions and the following disclaimer in the | ||
13 | documentation and/or other materials provided with the distribution. | ||
14 | |||
15 | THIS SOFTWARE IS PROVIDED BY Andy Polyakov ``AS IS'' AND ANY EXPRESS OR | ||
16 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
17 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
18 | IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
19 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
20 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
21 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
22 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
23 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
24 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/src/lib/libssl/src/crypto/camellia/asm/BSD_license.txt b/src/lib/libssl/src/crypto/camellia/asm/BSD_license.txt new file mode 100644 index 0000000000..325988faec --- /dev/null +++ b/src/lib/libssl/src/crypto/camellia/asm/BSD_license.txt | |||
@@ -0,0 +1,24 @@ | |||
1 | Camellia assebler implementation. | ||
2 | |||
3 | Copyright (c) 2008 Andy Polyakov <appro@openssl.org> | ||
4 | |||
5 | Redistribution and use in source and binary forms, with or without | ||
6 | modification, are permitted provided that the following conditions | ||
7 | are met: | ||
8 | 1. Redistributions of source code must retain the above copyright | ||
9 | notice, this list of conditions and the following disclaimer as | ||
10 | the first lines of this file unmodified. | ||
11 | 2. Redistributions in binary form must reproduce the above copyright | ||
12 | notice, this list of conditions and the following disclaimer in the | ||
13 | documentation and/or other materials provided with the distribution. | ||
14 | |||
15 | THIS SOFTWARE IS PROVIDED BY Andy Polyakov ``AS IS'' AND ANY EXPRESS OR | ||
16 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
17 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
18 | IN NO EVENT SHALL NTT BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
19 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
20 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
21 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
22 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
23 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
24 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||