Skip to content

Commit c8042a6

Browse files
committed
[rel][opt][license] Normalize the license in the file header
Project: Bluetooth redmine: #id, REDMINE-id ext-redmine: bug|feat#id [Description in detail] Affected branch: [master] Change-Id: Ib0254359d0ec8ff1fd33bd5819a617fbfc2b06dd
1 parent 5fadaf0 commit c8042a6

File tree

211 files changed

+742
-8911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+742
-8911
lines changed

include/a2dp_relay.h

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,9 @@
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);
154112
uint8_t a2dp_relay_sink_enable(void);
155113

156114
#endif // A2DP_RELAY_H_
157-
158-
/************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/

include/ams_service.h

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,9 @@
1-
/**
2-
******************************************************************************
3-
* @file ams_service.h
4-
* @author Sifli software development team
5-
* @brief Header file - AMS service as data service provider.
6-
*
7-
******************************************************************************
8-
*/
91
/*
10-
* @attention
11-
* Copyright (c) 2021 - 2021, 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.
2+
* SPDX-FileCopyrightText: 2021-2025 SiFli Technologies(Nanjing) Co., Ltd
453
*
4+
* SPDX-License-Identifier: Apache-2.0
465
*/
476

48-
497
#ifndef __AMS_SERVICE_H
508
#define __AMS_SERVICE_H
519

@@ -88,5 +46,5 @@ typedef struct
8846
#endif // __AMS_SERVICE_H
8947

9048

91-
/************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/
49+
9250

include/ancs_service.h

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,9 @@
1-
/**
2-
******************************************************************************
3-
* @file ancs_service.h
4-
* @author Sifli software development team
5-
* @brief Header file - ANCS service as data service provider.
6-
*
7-
******************************************************************************
8-
*/
91
/*
10-
* @attention
11-
* Copyright (c) 2021 - 2021, 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.
2+
* SPDX-FileCopyrightText: 2021-2025 SiFli Technologies(Nanjing) Co., Ltd
453
*
4+
* SPDX-License-Identifier: Apache-2.0
465
*/
476

48-
497
#ifndef __ANCS_SERVICE_H
508
#define __ANCS_SERVICE_H
519

@@ -115,5 +73,5 @@ typedef struct
11573
#endif // __ANCS_SERVICE_H
11674

11775

118-
/************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/
76+
11977

include/att.h

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,7 @@
1-
/**
2-
******************************************************************************
3-
* @file att.h
4-
* @author Sifli software development team
5-
* @brief Header file - ATT.
6-
*
7-
******************************************************************************
8-
*/
91
/*
10-
* @attention
11-
* Copyright (c) 2019 - 2022, 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.
2+
* SPDX-FileCopyrightText: 2019-2025 SiFli Technologies(Nanjing) Co., Ltd
453
*
4+
* SPDX-License-Identifier: Apache-2.0
465
*/
476

487
#ifndef ATT_H_
@@ -1200,4 +1159,4 @@ enum
12001159

12011160

12021161
#endif // ATT_H_
1203-
/************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/
1162+

include/av_api.h

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

467
#ifndef _AV_API_H_
@@ -1596,4 +1557,4 @@ void a2dp_reset_req(void);
15961557
#endif
15971558

15981559
#endif
1599-
/************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/
1560+

include/av_sbc_api.h

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

467
#ifndef _BTS2_SBC_API_H_
@@ -299,4 +260,4 @@ void bts2_msbc_decode_completed(void);
299260
#endif
300261

301262
#endif
302-
/************************ (C) COPYRIGHT Sifli Technology *******END OF FILE****/
263+

0 commit comments

Comments
 (0)