Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit f4ab72c

Browse files
jafraustrojafraustro
andauthored
Update LICENSE year (#4)
* Update LICENSE year * upd year * upd year * fix --------- Co-authored-by: jafraustro <jaime.valdez.fraustro@intel.com>
1 parent 7725068 commit f4ab72c

12 files changed

Lines changed: 13 additions & 13 deletions

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023, Intel Corporation
1+
Copyright (c) 2024, Intel Corporation
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:
@@ -21,4 +21,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2121
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2222
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2323
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

src/inc/run_neural_compressor_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2022 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55
# pylint: disable = R0402 , W0404 , W0622 , C0115 , R0205 , W0404 , C0411 , C0412 , W0611 , E0401, W0311, E1102 , E0213
66
# flake8: noqa = E501

src/inc/unet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55
# pylint: disable=missing-module-docstring
66
# flake8: noqa = E501

src/inc/unet/unet_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55
# pylint: disable = W0401 , C0115 , R1725 , W0614
66
# flake8: noqa = E501

src/inc/unet/unet_parts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55
# pylint: disable = R0402 , C0115 , R1725
66
# flake8: noqa = E501

src/run_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55

66
"""

src/run_hyperparameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55

66
"""

src/run_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55

66
"""

src/run_modeltraining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55

66
"""

src/unet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
# Copyright (C) 2023 Intel Corporation
3+
# Copyright (C) 2024 Intel Corporation
44
# SPDX-License-Identifier: BSD-3-Clause
55
# pylint: disable=missing-module-docstring
66
# flake8: noqa = E501

0 commit comments

Comments
 (0)