Skip to content

Commit 46d30bb

Browse files
alisonwhroman-janik-nxp
authored andcommitted
Correct NXP License
Signed-off-by: Robert Kalmar <[email protected]>
1 parent 60ede6e commit 46d30bb

16 files changed

+24
-26
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Copyright 2023 Arm Limited and/or its affiliates.
77
Copyright (c) Qualcomm Innovation Center, Inc.
88
Copyright (c) 2023 Apple Inc.
99
Copyright (c) 2024 MediaTek Inc.
10+
Copyright 2023 NXP
1011

1112
Redistribution and use in source and binary forms, with or without modification,
1213
are permitted provided that the following conditions are met:

backends/nxp/backend/edge_program_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024-2025 NXP
2-
# All rights reserved.
1+
# Copyright 2024-2025 NXP
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/ops_converters/convolution_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024-2025 NXP
2-
# All rights reserved.
1+
# Copyright 2024-2025 NXP
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/ops_converters/max_pool_2d_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024-2025 NXP
2-
# All rights reserved.
1+
# Copyright 2024-2025 NXP
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/ops_converters/qdq_dequantize_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024 NXP
2-
# All rights reserved.
1+
# Copyright 2024 NXP
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/ops_converters/qdq_quantize_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024 NXP
2-
# All rights reserved.
1+
# Copyright 2024 NXP
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/ops_converters/softmax_converter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024 NXP
2-
# All rights reserved.
1+
# Copyright 2024 NXP
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/neutron_converter_manager.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024 NXP
2-
# All rights reserved.
1+
# Copyright 2024 NXP
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/node_format_inference.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024-2025 NXP
2-
# All rights reserved.
1+
# Copyright 2024-2025 NXP
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/neutron_node_extraction.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (c) 2024 NXP
2-
# All rights reserved.
1+
# Copyright 2024-2025 NXP
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.

0 commit comments

Comments
 (0)