diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2015-11-23 11:51:49 (GMT) |
---|---|---|
committer | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2015-11-23 13:11:55 (GMT) |
commit | 3709f3e136cf3d6c7ea3b3cb3a81f0e2029e7c8a (patch) | |
tree | 639fe497622d1daa5fe163aa94e74472aac3adaa /licenses | |
parent | f50072cde4f429db6f0a8597be91bbc96fdb9c67 (diff) | |
download | meta-phytec-3709f3e136cf3d6c7ea3b3cb3a81f0e2029e7c8a.zip meta-phytec-3709f3e136cf3d6c7ea3b3cb3a81f0e2029e7c8a.tar.bz2 |
linux-firmware: Add ti-connectivity license to license directory
Providing non generic licenses on package basis in fido does not work as
expected. To be on the save side, we copy the license to the meta-phytec
license directory. It is then available as a generic provider and will
be correctly installed for a license audit.
This gets rid of a warning thrown by a sanity check from the
license.bbclass. The code got refactored for jethro and this licensing
workaround will then not be required.
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/LICENCE.ti-connectivity | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/licenses/LICENCE.ti-connectivity b/licenses/LICENCE.ti-connectivity new file mode 100644 index 0000000..91a1516 --- /dev/null +++ b/licenses/LICENCE.ti-connectivity @@ -0,0 +1,46 @@ +TECHNOLOGY AND SOFTWARE PUBLICLY AVAILABLE +SOFTWARE LICENSE + +Copyright (c) 2011, Texas Instruments Incorporated. + +All rights reserved. + +Redistribution. + +Redistribution and use in binary form, without modification, are +permitted provided that the following conditions are met: + + * Redistributions must preserve existing copyright notices and reproduce + this license (including the above copyright notice and the disclaimer below) + in the documentation and/or other materials provided with the distribution. + + * Neither the name of Texas Instruments Incorporated nor the names of + its suppliers may be used to endorse or promote products derived + from this software without specific prior written permission. + + * No reverse engineering, decompilation, or disassembly of this + software is permitted. + +Limited patent license. + +Texas Instruments Incorporated grants a world-wide, royalty-free, +non-exclusive license under patents it now or hereafter owns or controls +to make, have made, use, import, offer to sell and sell ("Utilize") this +software, but solely to the extent that any such patent is necessary +to Utilize the software alone. The patent license shall not apply to +any combinations which include this software. No hardware per se is +licensed hereunder. + +DISCLAIMER. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |