microbit_scpi_pass_fail
Fork of microbit-hello-world by
scpi_lib/LICENSE.txt@1:aa0af9cf4f28, 2018-11-06 (annotated)
- Committer:
- jancumps
- Date:
- Tue Nov 06 20:58:04 2018 +0000
- Revision:
- 1:aa0af9cf4f28
Function complete first version
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jancumps | 1:aa0af9cf4f28 | 1 | BSD 2-Clause License |
jancumps | 1:aa0af9cf4f28 | 2 | |
jancumps | 1:aa0af9cf4f28 | 3 | Copyright (c) 2012-2018, Jan Breuer |
jancumps | 1:aa0af9cf4f28 | 4 | All rights reserved. |
jancumps | 1:aa0af9cf4f28 | 5 | |
jancumps | 1:aa0af9cf4f28 | 6 | Redistribution and use in source and binary forms, with or without |
jancumps | 1:aa0af9cf4f28 | 7 | modification, are permitted provided that the following conditions are met: |
jancumps | 1:aa0af9cf4f28 | 8 | |
jancumps | 1:aa0af9cf4f28 | 9 | * Redistributions of source code must retain the above copyright notice, this |
jancumps | 1:aa0af9cf4f28 | 10 | list of conditions and the following disclaimer. |
jancumps | 1:aa0af9cf4f28 | 11 | |
jancumps | 1:aa0af9cf4f28 | 12 | * Redistributions in binary form must reproduce the above copyright notice, |
jancumps | 1:aa0af9cf4f28 | 13 | this list of conditions and the following disclaimer in the documentation |
jancumps | 1:aa0af9cf4f28 | 14 | and/or other materials provided with the distribution. |
jancumps | 1:aa0af9cf4f28 | 15 | |
jancumps | 1:aa0af9cf4f28 | 16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
jancumps | 1:aa0af9cf4f28 | 17 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
jancumps | 1:aa0af9cf4f28 | 18 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
jancumps | 1:aa0af9cf4f28 | 19 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
jancumps | 1:aa0af9cf4f28 | 20 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
jancumps | 1:aa0af9cf4f28 | 21 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
jancumps | 1:aa0af9cf4f28 | 22 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
jancumps | 1:aa0af9cf4f28 | 23 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
jancumps | 1:aa0af9cf4f28 | 24 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
jancumps | 1:aa0af9cf4f28 | 25 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |