Skip to content

Commit 90c7bee

Browse files
NXP backend: Fix Copyrights (#13125)
### Summary Fixes Copyright notes in NXP co-authored files. Co-authored-by: Robert Kalmar <[email protected]>
1 parent 13de356 commit 90c7bee

File tree

15 files changed

+15
-7
lines changed

15 files changed

+15
-7
lines changed

backends/nxp/backend/ir/converter/node_converters/ops_converters/sigmoid_converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Copyright 2025 NXP
2-
# All rights reserved.
32
#
43
# This source code is licensed under the BSD-style license found in the
54
# LICENSE file in the root directory of this source tree.

backends/nxp/backend/ir/converter/node_converters/shared/conv_utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Copyright 2023-2025 NXP
22
#
3-
# License: LA_OPT_NXP_Software_License
4-
# See the LICENSE_LA_OPT_NXP_Software_License for more details.
5-
#
3+
# This source code is licensed under the BSD-style license found in the
4+
# LICENSE file in the root directory of this source tree.
65

76
from copy import copy
87
from dataclasses import dataclass

backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright 2023 Martin Pavella
3+
# Copyright 2024 NXP
34
#
45
# License: MIT
56
# See the LICENSE_MIT for more details.

0 commit comments

Comments
 (0)