Skip to content

Commit afee3fc

Browse files
authored
Fixing issues with Cadence lincense banner (#9360)
### Summary Modified license header for all custom file in cadence third-party folder ### Test plan Not required - No code change
1 parent 084d835 commit afee3fc

File tree

5 files changed

+109
-54
lines changed

5 files changed

+109
-54
lines changed

backends/cadence/hifi/third-party/nnlib/xa_nn_concat_32.c

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2018-2024 Cadence Design Systems, Inc.
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining
5+
* a copy of this software and associated documentation files (the
6+
* "Software"), to use this Software with Cadence processor cores only and
7+
* not with any other processors and platforms, subject to
8+
* the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included
11+
* in all copies or substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17+
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18+
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
19+
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
******************************************************************************/
22+
23+
124
#include "xa_type_def.h"
225
#include "xa_nn_common.h"
326
#include "xa_nnlib_kernels_api.h"

backends/cadence/hifi/third-party/nnlib/xa_nn_elm_atan2_f32.c

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
/* ------------------------------------------------------------------------ */
2-
/* Copyright (c) 2018 by Cadence Design Systems, Inc. ALL RIGHTS RESERVED. */
3-
/* These coded instructions, statements, and computer programs ("Cadence */
4-
/* Libraries") are the copyrighted works of Cadence Design Systems Inc. */
5-
/* Cadence IP is licensed for use with Cadence processor cores only and */
6-
/* must not be used for any other processors and platforms. Your use of the */
7-
/* Cadence Libraries is subject to the terms of the license agreement you */
8-
/* have entered into with Cadence Design Systems, or a sublicense granted */
9-
/* to you by a direct Cadence licensee. */
10-
/* ------------------------------------------------------------------------ */
11-
/* IntegrIT, Ltd. www.integrIT.com, [email protected] */
12-
/* */
13-
/* DSP Library */
14-
/* */
15-
/* This library contains copyrighted materials, trade secrets and other */
16-
/* proprietary information of IntegrIT, Ltd. This software is licensed for */
17-
/* use with Cadence processor cores only and must not be used for any other */
18-
/* processors and platforms. The license to use these sources was given to */
19-
/* Cadence, Inc. under Terms and Condition of a Software License Agreement */
20-
/* between Cadence, Inc. and IntegrIT, Ltd. */
21-
/* ------------------------------------------------------------------------ */
22-
/* Copyright (C) 2015-2018 IntegrIT, Limited. */
23-
/* All Rights Reserved. */
24-
/* ------------------------------------------------------------------------ */
1+
/*******************************************************************************
2+
* Copyright (c) 2018-2024 Cadence Design Systems, Inc.
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining
5+
* a copy of this software and associated documentation files (the
6+
* "Software"), to use this Software with Cadence processor cores only and
7+
* not with any other processors and platforms, subject to
8+
* the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included
11+
* in all copies or substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17+
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18+
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
19+
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
******************************************************************************/
2522
#include <float.h>
2623

2724
#include "../include/NatureDSP_Signal_math.h"

backends/cadence/hifi/third-party/nnlib/xa_nn_elm_div_f32_broadcast.c

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2018-2024 Cadence Design Systems, Inc.
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining
5+
* a copy of this software and associated documentation files (the
6+
* "Software"), to use this Software with Cadence processor cores only and
7+
* not with any other processors and platforms, subject to
8+
* the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included
11+
* in all copies or substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17+
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18+
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
19+
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
******************************************************************************/
22+
123
#include "xa_type_def.h"
224
#include "xa_nnlib_common_fpu.h"
325
#include "xa_nn_common.h"

backends/cadence/hifi/third-party/nnlib/xa_nn_elm_div_mode_f32_broadcast.c

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2018-2024 Cadence Design Systems, Inc.
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining
5+
* a copy of this software and associated documentation files (the
6+
* "Software"), to use this Software with Cadence processor cores only and
7+
* not with any other processors and platforms, subject to
8+
* the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included
11+
* in all copies or substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17+
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18+
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
19+
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
******************************************************************************/
22+
123
#include "xa_type_def.h"
224
#include "xa_nnlib_common_fpu.h"
325
#include "xa_nn_common.h"

backends/cadence/hifi/third-party/nnlib/xa_nn_elm_pow_f32.c

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
1-
/* ------------------------------------------------------------------------ */
2-
/* Copyright (c) 2018 by Cadence Design Systems, Inc. ALL RIGHTS RESERVED. */
3-
/* These coded instructions, statements, and computer programs ("Cadence */
4-
/* Libraries") are the copyrighted works of Cadence Design Systems Inc. */
5-
/* Cadence IP is licensed for use with Cadence processor cores only and */
6-
/* must not be used for any other processors and platforms. Your use of the */
7-
/* Cadence Libraries is subject to the terms of the license agreement you */
8-
/* have entered into with Cadence Design Systems, or a sublicense granted */
9-
/* to you by a direct Cadence licensee. */
10-
/* ------------------------------------------------------------------------ */
11-
/* IntegrIT, Ltd. www.integrIT.com, [email protected] */
12-
/* */
13-
/* DSP Library */
14-
/* */
15-
/* This library contains copyrighted materials, trade secrets and other */
16-
/* proprietary information of IntegrIT, Ltd. This software is licensed for */
17-
/* use with Cadence processor cores only and must not be used for any other */
18-
/* processors and platforms. The license to use these sources was given to */
19-
/* Cadence, Inc. under Terms and Condition of a Software License Agreement */
20-
/* between Cadence, Inc. and IntegrIT, Ltd. */
21-
/* ------------------------------------------------------------------------ */
22-
/* Copyright (C) 2015-2018 IntegrIT, Limited. */
23-
/* All Rights Reserved. */
24-
/* ------------------------------------------------------------------------ */
25-
/*
26-
NatureDSP Signal Processing Library. Vector mathematics
27-
Vector operations
28-
code optimized for HiFi4 core
29-
IntegrIT, 2006-2018
30-
*/
1+
/*******************************************************************************
2+
* Copyright (c) 2018-2024 Cadence Design Systems, Inc.
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining
5+
* a copy of this software and associated documentation files (the
6+
* "Software"), to use this Software with Cadence processor cores only and
7+
* not with any other processors and platforms, subject to
8+
* the following conditions:
9+
*
10+
* The above copyright notice and this permission notice shall be included
11+
* in all copies or substantial portions of the Software.
12+
*
13+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17+
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18+
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
19+
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
******************************************************************************/
3122

3223
#include "../include/NatureDSP_Signal_math.h"
3324
#include "NatureDSP_types.h"

0 commit comments

Comments
 (0)