blob: e593541a659e9f781da7cc0e9a3596f5b82bf277 [file] [log] [blame]
Philip Triccab7db4fc2015-11-19 09:02:38 -08001All copyrights belong to the respective authors of the source code. The
2copyright holder of each source file is clearly indicated in the license
3header of each file.
4
5The source code for this project is provided under two separate licenses. The
6license for each source file is indicated in a comment block at the head of
7the file. For completeness we provide a summary of the relevant sources and
8their license text in full here.
9
10The following files are provided under license from the Trusted Computing
11Group:
Philip Triccae03b8462016-07-08 19:51:23 -070012include/sapi/implementation.h
13include/sapi/tpmb.h
14include/sapi/basetypes.h
Philip Triccab7db4fc2015-11-19 09:02:38 -080015
16The text of Trusted Computing Group license is as follows:
17/* Licenses and Notices
181. Copyright Licenses:
19
20 Trusted Computing Group (TCG) grants to the user of the source code in
21 this specification (the "Source Code") a worldwide, irrevocable, nonexclusive,
22 royalty free, copyright license to reproduce, create derivative works,
23 distribute, display and perform the Source Code and derivative works
24 thereof, and to grant others the rights granted herein.
25
26 The TCG grants to the user of the other parts of the specification
27 (other than the Source Code) the rights to reproduce, distribute,
28 display, and perform the specification solely for the purpose of
29 developing products based on such documents.
30
312. Source Code Distribution Conditions:
32
33 Redistributions of Source Code must retain the above copyright licenses,
34 this list of conditions and the following disclaimers.
35
36 Redistributions in binary form must reproduce the above copyright
37 licenses, this list of conditions and the following disclaimers in
38 the documentation and/or other materials provided with the distribution.
39
403. Disclaimers:
41
42 THE COPYRIGHT LICENSES SET FORTH ABOVE DO NOT REPRESENT ANY FORM OF LICENSE
43 OR WAIVER, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, WITH RESPECT TO
44 PATENT RIGHTS HELD BY TCG MEMBERS (OR OTHER THIRD PARTIES) THAT MAY BE NECESSARY
45 TO IMPLEMENT THIS SPECIFICATION OR OTHERWISE. Contact TCG Administration
46 (admin@trustedcomputinggroup.org) for information on specification licensing
47 rights available through TCG membership agreements.
48
49 THIS SPECIFICATION IS PROVIDED "AS IS" WITH NO EXPRESS OR IMPLIED WARRANTIES
50 WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
51 PURPOSE, ACCURACY, COMPLETENESS, OR NONINFRINGEMENT OF INTELLECTUAL PROPERTY
52 RIGHTS, OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION
53 OR SAMPLE.
54
55 Without limitation, TCG and its members and licensors disclaim all liability,
56 including liability for infringement of any proprietary rights, relating to
57 use of information in this specification and to the implementation of this
58 specification, and TCG disclaims all liability for cost of procurement of
59 substitute goods or services, lost profits, loss of use, loss of data or any
60 incidental, consequential, direct, indirect, or special damages, whether
61 under contract, tort, warranty or otherwise, arising in any way out of use
62 or reliance upon this specification or any information herein.
63
64Any marks and brands contained herein are the property of their respective owner.
65*/
66
67All other sources are provided under a 2-Clause BSD license. The full text of
68this license is as follows:
69/*
70Redistribution and use in source and binary forms, with or without
71modification, are permitted provided that the following conditions are met:
72
731. Redistributions of source code must retain the above copyright notice,
74this list of conditions and the following disclaimer.
75
762. Redistributions in binary form must reproduce the above copyright notice,
77this list of conditions and the following disclaimer in the documentation
78and/or other materials provided with the distribution.
79
80THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
81AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
82IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
83ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
84LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
85CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
86SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
87INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
88CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
89ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
90THE POSSIBILITY OF SUCH DAMAGE.
91*/