Eric Laurent | c902d7f | 2013-03-08 14:50:45 -0800 | [diff] [blame] | 1 | BSD LICENSE |
| 2 | |
| 3 | tinycompress library for compress audio offload in alsa |
| 4 | Copyright (c) 2011-2012, Intel Corporation |
| 5 | All rights reserved. |
| 6 | |
| 7 | Author: Vinod Koul <vinod.koul@linux.intel.com> |
| 8 | |
| 9 | Redistribution and use in source and binary forms, with or without |
| 10 | modification, are permitted provided that the following conditions are met: |
| 11 | |
| 12 | Redistributions of source code must retain the above copyright notice, |
| 13 | this list of conditions and the following disclaimer. |
| 14 | Redistributions in binary form must reproduce the above copyright notice, |
| 15 | this list of conditions and the following disclaimer in the documentation |
| 16 | and/or other materials provided with the distribution. |
| 17 | Neither the name of Intel Corporation nor the names of its contributors |
| 18 | may be used to endorse or promote products derived from this software |
| 19 | without specific prior written permission. |
| 20 | |
| 21 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 22 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 23 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 24 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 25 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 26 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 27 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 28 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 29 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 30 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 31 | THE POSSIBILITY OF SUCH DAMAGE. |
| 32 | |
| 33 | LGPL LICENSE |
| 34 | |
| 35 | tinycompress library for compress audio offload in alsa |
| 36 | Copyright (c) 2011-2012, Intel Corporation. |
| 37 | |
| 38 | |
| 39 | This program is free software; you can redistribute it and/or modify it |
| 40 | under the terms and conditions of the GNU Lesser General Public License, |
| 41 | version 2.1, as published by the Free Software Foundation. |
| 42 | |
| 43 | This program is distributed in the hope it will be useful, but WITHOUT |
| 44 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 45 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 46 | License for more details. |
| 47 | |
| 48 | You should have received a copy of the GNU Lesser General Public License |
| 49 | along with this program; if not, write to |
| 50 | the Free Software Foundation, Inc., |
| 51 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
| 52 | |
| 53 | =============================================================================== |
| 54 | |
| 55 | BSD LICENSE |
| 56 | |
| 57 | tinyplay command line player for compress audio offload in alsa |
| 58 | Copyright (c) 2011-2012, Intel Corporation |
| 59 | All rights reserved. |
| 60 | |
| 61 | Author: Vinod Koul <vinod.koul@linux.intel.com> |
| 62 | |
| 63 | Redistribution and use in source and binary forms, with or without |
| 64 | modification, are permitted provided that the following conditions are met: |
| 65 | |
| 66 | Redistributions of source code must retain the above copyright notice, |
| 67 | this list of conditions and the following disclaimer. |
| 68 | Redistributions in binary form must reproduce the above copyright notice, |
| 69 | this list of conditions and the following disclaimer in the documentation |
| 70 | and/or other materials provided with the distribution. |
| 71 | Neither the name of Intel Corporation nor the names of its contributors |
| 72 | may be used to endorse or promote products derived from this software |
| 73 | without specific prior written permission. |
| 74 | |
| 75 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 76 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 77 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 78 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 79 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 80 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 81 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 82 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 83 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 84 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 85 | THE POSSIBILITY OF SUCH DAMAGE. |
| 86 | |
| 87 | LGPL LICENSE |
| 88 | |
| 89 | tinyplay command line player for compress audio offload in alsa |
| 90 | Copyright (c) 2011-2012, Intel Corporation. |
| 91 | |
| 92 | This program is free software; you can redistribute it and/or modify it |
| 93 | under the terms and conditions of the GNU Lesser General Public License, |
| 94 | version 2.1, as published by the Free Software Foundation. |
| 95 | |
| 96 | This program is distributed in the hope it will be useful, but WITHOUT |
| 97 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 98 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 99 | License for more details. |
| 100 | |
| 101 | You should have received a copy of the GNU Lesser General Public License |
| 102 | along with this program; if not, write to |
| 103 | the Free Software Foundation, Inc., |
| 104 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
| 105 | |
| 106 | =============================================================================== |
| 107 | |
| 108 | BSD LICENSE |
| 109 | |
| 110 | mp3 header and prasing |
| 111 | Copyright (c) 2011-2012, Intel Corporation |
| 112 | All rights reserved. |
| 113 | |
| 114 | Author: Vinod Koul <vinod.koul@linux.intel.com> |
| 115 | |
| 116 | Redistribution and use in source and binary forms, with or without |
| 117 | modification, are permitted provided that the following conditions are met: |
| 118 | |
| 119 | Redistributions of source code must retain the above copyright notice, |
| 120 | this list of conditions and the following disclaimer. |
| 121 | Redistributions in binary form must reproduce the above copyright notice, |
| 122 | this list of conditions and the following disclaimer in the documentation |
| 123 | and/or other materials provided with the distribution. |
| 124 | Neither the name of Intel Corporation nor the names of its contributors |
| 125 | may be used to endorse or promote products derived from this software |
| 126 | without specific prior written permission. |
| 127 | |
| 128 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 129 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 130 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 131 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 132 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 133 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 134 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 135 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 136 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 137 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 138 | THE POSSIBILITY OF SUCH DAMAGE. |
| 139 | |
| 140 | LGPL LICENSE |
| 141 | |
| 142 | mp3 header and parsing |
| 143 | Copyright (c) 2011-2012, Intel Corporation. |
| 144 | |
| 145 | |
| 146 | This program is free software; you can redistribute it and/or modify it |
| 147 | under the terms and conditions of the GNU Lesser General Public License, |
| 148 | version 2.1, as published by the Free Software Foundation. |
| 149 | |
| 150 | This program is distributed in the hope it will be useful, but WITHOUT |
| 151 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 152 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 153 | License for more details. |
| 154 | |
| 155 | You should have received a copy of the GNU Lesser General Public License |
| 156 | along with this program; if not, write to |
| 157 | the Free Software Foundation, Inc., |
| 158 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
| 159 | |
| 160 | =============================================================================== |
| 161 | |
| 162 | BSD LICENSE |
| 163 | |
| 164 | Copyright (c) 2011-2012, Intel Corporation |
| 165 | All rights reserved. |
| 166 | |
| 167 | Redistribution and use in source and binary forms, with or without |
| 168 | modification, are permitted provided that the following conditions are met: |
| 169 | |
| 170 | Redistributions of source code must retain the above copyright notice, |
| 171 | this list of conditions and the following disclaimer. |
| 172 | Redistributions in binary form must reproduce the above copyright notice, |
| 173 | this list of conditions and the following disclaimer in the documentation |
| 174 | and/or other materials provided with the distribution. |
| 175 | Neither the name of Intel Corporation nor the names of its contributors |
| 176 | may be used to endorse or promote products derived from this software |
| 177 | without specific prior written permission. |
| 178 | |
| 179 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 180 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 181 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 182 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 183 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 184 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 185 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 186 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 187 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 188 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 189 | THE POSSIBILITY OF SUCH DAMAGE. |
| 190 | |
| 191 | LGPL LICENSE |
| 192 | |
| 193 | tinycompress library for compress audio offload in alsa |
| 194 | Copyright (c) 2011-2012, Intel Corporation. |
| 195 | |
| 196 | |
| 197 | This program is free software; you can redistribute it and/or modify it |
| 198 | under the terms and conditions of the GNU Lesser General Public License, |
| 199 | version 2.1, as published by the Free Software Foundation. |
| 200 | |
| 201 | This program is distributed in the hope it will be useful, but WITHOUT |
| 202 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 203 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 204 | License for more details. |
| 205 | |
| 206 | You should have received a copy of the GNU Lesser General Public License |
| 207 | along with this program; if not, write to |
| 208 | the Free Software Foundation, Inc., |
| 209 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
Eric Laurent | 79c3707 | 2013-06-07 10:50:05 -0700 | [diff] [blame] | 210 | |
| 211 | =============================================================================== |
| 212 | |
| 213 | BSD LICENSE |
| 214 | |
| 215 | tinycompress utility functions |
| 216 | Copyright (c) 2011-2013, Intel Corporation |
| 217 | All rights reserved. |
| 218 | |
| 219 | Author: Vinod Koul <vinod.koul@intel.com> |
| 220 | |
| 221 | Redistribution and use in source and binary forms, with or without |
| 222 | modification, are permitted provided that the following conditions are met: |
| 223 | |
| 224 | Redistributions of source code must retain the above copyright notice, |
| 225 | this list of conditions and the following disclaimer. |
| 226 | Redistributions in binary form must reproduce the above copyright notice, |
| 227 | this list of conditions and the following disclaimer in the documentation |
| 228 | and/or other materials provided with the distribution. |
| 229 | Neither the name of Intel Corporation nor the names of its contributors |
| 230 | may be used to endorse or promote products derived from this software |
| 231 | without specific prior written permission. |
| 232 | |
| 233 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 234 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 235 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 236 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 237 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 238 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 239 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 240 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 241 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 242 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 243 | THE POSSIBILITY OF SUCH DAMAGE. |
| 244 | |
| 245 | LGPL LICENSE |
| 246 | |
| 247 | tinycompress utility functions |
| 248 | Copyright (c) 2011-2013, Intel Corporation |
| 249 | |
| 250 | This program is free software; you can redistribute it and/or modify it |
| 251 | under the terms and conditions of the GNU Lesser General Public License, |
| 252 | version 2.1, as published by the Free Software Foundation. |
| 253 | |
| 254 | This program is distributed in the hope it will be useful, but WITHOUT |
| 255 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 256 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 257 | License for more details. |
| 258 | |
| 259 | You should have received a copy of the GNU Lesser General Public License |
| 260 | along with this program; if not, write to |
| 261 | the Free Software Foundation, Inc., |
| 262 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |