1- /**
2- ******************************************************************************
3- * @file a2dp_relay.h
4- * @author Sifli software development team
5- * @brief A2DP relay service internal header file.
6- *
7- ******************************************************************************
8- */
9- /**
10- * @attention
11- * Copyright (c) 2025 - 2025, Sifli Technology
12- *
13- * All rights reserved.
14- *
15- * Redistribution and use in source and binary forms, with or without modification,
16- * are permitted provided that the following conditions are met:
17- *
18- * 1. Redistributions of source code must retain the above copyright notice, this
19- * list of conditions and the following disclaimer.
20- *
21- * 2. Redistributions in binary form, except as embedded into a Sifli integrated circuit
22- * in a product or a software update for such product, must reproduce the above
23- * copyright notice, this list of conditions and the following disclaimer in the
24- * documentation and/or other materials provided with the distribution.
25- *
26- * 3. Neither the name of Sifli nor the names of its contributors may be used to endorse
27- * or promote products derived from this software without specific prior written permission.
28- *
29- * 4. This software, with or without modification, must only be used with a
30- * Sifli integrated circuit.
31- *
32- * 5. Any software provided in binary form under this license must not be reverse
33- * engineered, decompiled, modified and/or disassembled.
34- *
35- * THIS SOFTWARE IS PROVIDED BY SIFLI TECHNOLOGY "AS IS" AND ANY EXPRESS
36- * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
37- * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
38- * DISCLAIMED. IN NO EVENT SHALL SIFLI TECHNOLOGY OR CONTRIBUTORS BE
39- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
40- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
41- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
43- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1+ /*
2+ * SPDX-FileCopyrightText: 2025 SiFli Technologies(Nanjing) Co., Ltd
453 *
4+ * SPDX-License-Identifier: Apache-2.0
465 */
476
48-
497#ifndef A2DP_RELAY_H_
508#define A2DP_RELAY_H_
519
@@ -154,5 +112,3 @@ uint8_t a2dp_relay_sink_disable(void);
154112uint8_t a2dp_relay_sink_enable (void );
155113
156114#endif // A2DP_RELAY_H_
157-
158- /************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/
0 commit comments