Skip to content

Commit 7f7d9e8

Browse files
author
Andreas Fuchs
committedMay 6, 2019
Use GitHub compatible LICENSE text
GitHub did not recognize the BSD-3-clause license due to some different wording and an extra empty line. Updated the license text to be recognized correctly. Staying BSD-3-Clause though. Signed-off-by: Andreas Fuchs <[email protected]>
1 parent 91fc6a8 commit 7f7d9e8

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed
 

‎LICENSE

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Redistribution and use in source and binary forms, with or without
22
modification, are permitted provided that the following conditions are met:
3-
* Redistributions of source code must retain the above copyright notice,
4-
this list of conditions and the following disclaimer.
5-
* Redistributions in binary form must reproduce the above copyright
6-
notice, this list of conditions and the following disclaimer in the
7-
documentation and/or other materials provided with the distribution.
8-
* Neither the name of tpm2-tss-engine nor the names of its contributors
9-
may be used to endorse or promote products derived from this software
10-
without specific prior written permission.
3+
4+
1. Redistributions of source code must retain the above copyright notice, this
5+
list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice,
8+
this list of conditions and the following disclaimer in the documentation
9+
and/or other materials provided with the distribution.
10+
11+
3. Neither the name of the copyright holder nor the names of its
12+
contributors may be used to endorse or promote products derived from
13+
this software without specific prior written permission.
1114

1215
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1316
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1417
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
15-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
18+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1619
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1720
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1821
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

0 commit comments

Comments
 (0)
Please sign in to comment.