Official Sheffield ARMBand micro:bit program
microbit/microbit-dal/nRF51822/nrf51-sdk/BSD-3clause-Nordic.txt@0:b9164b348919, 2016-10-17 (annotated)
- Committer:
- MrBedfordVan
- Date:
- Mon Oct 17 12:41:20 2016 +0000
- Revision:
- 0:b9164b348919
Official Sheffield ARMBand Micro:bit program
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MrBedfordVan | 0:b9164b348919 | 1 | /* |
MrBedfordVan | 0:b9164b348919 | 2 | * Copyright (c) Nordic Semiconductor ASA |
MrBedfordVan | 0:b9164b348919 | 3 | * All rights reserved. |
MrBedfordVan | 0:b9164b348919 | 4 | * |
MrBedfordVan | 0:b9164b348919 | 5 | * Redistribution and use in source and binary forms, with or without modification, |
MrBedfordVan | 0:b9164b348919 | 6 | * are permitted provided that the following conditions are met: |
MrBedfordVan | 0:b9164b348919 | 7 | * |
MrBedfordVan | 0:b9164b348919 | 8 | * 1. Redistributions of source code must retain the above copyright notice, this |
MrBedfordVan | 0:b9164b348919 | 9 | * list of conditions and the following disclaimer. |
MrBedfordVan | 0:b9164b348919 | 10 | * |
MrBedfordVan | 0:b9164b348919 | 11 | * 2. Redistributions in binary form must reproduce the above copyright notice, this |
MrBedfordVan | 0:b9164b348919 | 12 | * list of conditions and the following disclaimer in the documentation and/or |
MrBedfordVan | 0:b9164b348919 | 13 | * other materials provided with the distribution. |
MrBedfordVan | 0:b9164b348919 | 14 | * |
MrBedfordVan | 0:b9164b348919 | 15 | * 3. Neither the name of Nordic Semiconductor ASA nor the names of other |
MrBedfordVan | 0:b9164b348919 | 16 | * contributors to this software may be used to endorse or promote products |
MrBedfordVan | 0:b9164b348919 | 17 | * derived from this software without specific prior written permission. |
MrBedfordVan | 0:b9164b348919 | 18 | * |
MrBedfordVan | 0:b9164b348919 | 19 | * |
MrBedfordVan | 0:b9164b348919 | 20 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
MrBedfordVan | 0:b9164b348919 | 21 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
MrBedfordVan | 0:b9164b348919 | 22 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
MrBedfordVan | 0:b9164b348919 | 23 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
MrBedfordVan | 0:b9164b348919 | 24 | * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
MrBedfordVan | 0:b9164b348919 | 25 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
MrBedfordVan | 0:b9164b348919 | 26 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
MrBedfordVan | 0:b9164b348919 | 27 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
MrBedfordVan | 0:b9164b348919 | 28 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
MrBedfordVan | 0:b9164b348919 | 29 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
MrBedfordVan | 0:b9164b348919 | 30 | * |
MrBedfordVan | 0:b9164b348919 | 31 | */ |