|
1 | 1 | /****************************************************************************
|
2 | 2 | * audio/audio_comp.c
|
3 | 3 | *
|
4 |
| - * A general audio driver to composite other lower level audio driver. |
5 |
| - * |
6 |
| - * Copyright (C) 2018 Pinecone Inc. All rights reserved. |
7 |
| - * Author: Xiang Xiao <[email protected]> |
8 |
| - * |
9 |
| - * Redistribution and use in source and binary forms, with or without |
10 |
| - * modification, are permitted provided that the following conditions |
11 |
| - * are met: |
12 |
| - * |
13 |
| - * 1. Redistributions of source code must retain the above copyright |
14 |
| - * notice, this list of conditions and the following disclaimer. |
15 |
| - * 2. Redistributions in binary form must reproduce the above copyright |
16 |
| - * notice, this list of conditions and the following disclaimer in |
17 |
| - * the documentation and/or other materials provided with the |
18 |
| - * distribution. |
19 |
| - * 3. Neither the name NuttX nor the names of its contributors may be |
20 |
| - * used to endorse or promote products derived from this software |
21 |
| - * without specific prior written permission. |
22 |
| - * |
23 |
| - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
24 |
| - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
25 |
| - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
26 |
| - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
27 |
| - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
28 |
| - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
29 |
| - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS |
30 |
| - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
31 |
| - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
32 |
| - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
33 |
| - * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
34 |
| - * POSSIBILITY OF SUCH DAMAGE. |
| 4 | + * Licensed to the Apache Software Foundation (ASF) under one or more |
| 5 | + * contributor license agreements. See the NOTICE file distributed with |
| 6 | + * this work for additional information regarding copyright ownership. The |
| 7 | + * ASF licenses this file to you under the Apache License, Version 2.0 (the |
| 8 | + * "License"); you may not use this file except in compliance with the |
| 9 | + * License. You may obtain a copy of the License at |
| 10 | + * |
| 11 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | + * |
| 13 | + * Unless required by applicable law or agreed to in writing, software |
| 14 | + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 15 | + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 16 | + * License for the specific language governing permissions and limitations |
| 17 | + * under the License. |
35 | 18 | *
|
36 | 19 | ****************************************************************************/
|
37 | 20 |
|
|
0 commit comments