Skip to content

Commit 3db5c49

Browse files
authored
Update copyright (#3670)
Ticket 101144 Performed by git grep -lz ' 2018 Intel Corporation' | xargs -0 sed -i '' -e 's/ 2018 Intel Corporation/ 2018-2023 Intel Corporation/g' git grep -lz ' 2019 Intel Corporation' | xargs -0 sed -i '' -e 's/ 2019 Intel Corporation/ 2019-2023 Intel Corporation/g' git grep -lz ' 2020 Intel Corporation' | xargs -0 sed -i '' -e 's/ 2020 Intel Corporation/ 2020-2023 Intel Corporation/g' git grep -lz ' 2021 Intel Corporation' | xargs -0 sed -i '' -e 's/ 2021 Intel Corporation/ 2021-2023 Intel Corporation/g' git grep -lz ' 2022 Intel Corporation' | xargs -0 sed -i '' -e 's/ 2022 Intel Corporation/ 2022-2023 Intel Corporation/g' git grep -lz '2018-2019 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2019 Intel Corporation/2018-2023 Intel Corporation/g' git grep -lz '2018-2020 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2020 Intel Corporation/2018-2023 Intel Corporation/g' git grep -lz '2018-2021 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2021 Intel Corporation/2018-2023 Intel Corporation/g' git grep -lz '2018-2022 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2022 Intel Corporation/2018-2023 Intel Corporation/g' git grep -lz '2019-2020 Intel Corporation' | xargs -0 sed -i '' -e 's/2019-2020 Intel Corporation/2019-2023 Intel Corporation/g' git grep -lz '2019-2021 Intel Corporation' | xargs -0 sed -i '' -e 's/2019-2021 Intel Corporation/2019-2023 Intel Corporation/g' git grep -lz '2020-2021 Intel Corporation' | xargs -0 sed -i '' -e 's/2020-2021 Intel Corporation/2020-2023 Intel Corporation/g' git grep -lz '2019-2022 Intel Corporation' | xargs -0 sed -i '' -e 's/2019-2022 Intel Corporation/2019-2023 Intel Corporation/g' git grep -lz '2020-2022 Intel Corporation' | xargs -0 sed -i '' -e 's/2020-2022 Intel Corporation/2020-2023 Intel Corporation/g' git grep -lz '2021-2022 Intel Corporation' | xargs -0 sed -i '' -e 's/2021-2022 Intel Corporation/2021-2023 Intel Corporation/g'
1 parent 696eb50 commit 3db5c49

File tree

1,291 files changed

+1291
-1291
lines changed

Some content is hidden

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

1,291 files changed

+1291
-1291
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

ci/check-basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2020 Intel Corporation
3+
# Copyright (c) 2020-2023 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

ci/documentation_updater/documentation_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
"""
4-
Copyright (c) 2020 Intel Corporation
4+
Copyright (c) 2020-2023 Intel Corporation
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

ci/get-jobs-for-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2019 Intel Corporation
3+
# Copyright (c) 2019-2023 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

ci/lib/omzdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 Intel Corporation
1+
# Copyright (c) 2021-2023 Intel Corporation
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ci/prepare-documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2021 Intel Corporation
3+
# Copyright (c) 2021-2023 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

ci/prepare-openvino-content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2021 Intel Corporation
3+
# Copyright (c) 2021-2023 Intel Corporation
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

demos/3d_segmentation_demo/python/3d_segmentation_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
"""
3-
Copyright (c) 2019-2022 Intel Corporation
3+
Copyright (c) 2019-2023 Intel Corporation
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

demos/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2020 Intel Corporation
1+
# Copyright (C) 2018-2023 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

demos/action_recognition_demo/python/action_recognition_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
"""
3-
Copyright (c) 2020 Intel Corporation
3+
Copyright (c) 2020-2023 Intel Corporation
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)