diff --git a/CMakeLists.txt b/CMakeLists.txt index 249016aa9..1491aa0f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/cmake/platforms.cmake b/cmake/platforms.cmake index 67c7f3c82..e0d857d09 100644 --- a/cmake/platforms.cmake +++ b/cmake/platforms.cmake @@ -1,5 +1,5 @@ -# Copyright (C) 2023 Intel Corporation +# Copyright (C) 2023-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/python/openvino_tokenizers/__init__.py b/python/openvino_tokenizers/__init__.py index 515480756..974841ce1 100644 --- a/python/openvino_tokenizers/__init__.py +++ b/python/openvino_tokenizers/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import functools import os diff --git a/python/openvino_tokenizers/cli.py b/python/openvino_tokenizers/cli.py index 428791e91..e2092558a 100644 --- a/python/openvino_tokenizers/cli.py +++ b/python/openvino_tokenizers/cli.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2023 Intel Corporation +# Copyright (C) 2023-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from argparse import Action, ArgumentParser diff --git a/python/openvino_tokenizers/constants.py b/python/openvino_tokenizers/constants.py index 9fc27e8ba..8efbb7b1c 100644 --- a/python/openvino_tokenizers/constants.py +++ b/python/openvino_tokenizers/constants.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2023 Intel Corporation +# Copyright (C) 2023-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 ATTENTION_MASK_INPUT_NAME = "attention_mask" diff --git a/python/openvino_tokenizers/convert_tokenizer.py b/python/openvino_tokenizers/convert_tokenizer.py index 9bbd6d606..ce2a029d0 100644 --- a/python/openvino_tokenizers/convert_tokenizer.py +++ b/python/openvino_tokenizers/convert_tokenizer.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/python/openvino_tokenizers/str_pack.py b/python/openvino_tokenizers/str_pack.py index ed7c1d9e7..0c493eea9 100644 --- a/python/openvino_tokenizers/str_pack.py +++ b/python/openvino_tokenizers/str_pack.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 from io import BytesIO diff --git a/python/openvino_tokenizers/tokenizer_pipeline.py b/python/openvino_tokenizers/tokenizer_pipeline.py index d4af00017..0eea9e4c8 100644 --- a/python/openvino_tokenizers/tokenizer_pipeline.py +++ b/python/openvino_tokenizers/tokenizer_pipeline.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import weakref diff --git a/python/openvino_tokenizers/utils.py b/python/openvino_tokenizers/utils.py index f4ef3fcee..c31f8ed08 100644 --- a/python/openvino_tokenizers/utils.py +++ b/python/openvino_tokenizers/utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 43f8b4a59..44b84f7bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 # diff --git a/src/bpe_tokenizer.cpp b/src/bpe_tokenizer.cpp index a16d294f9..6034582a4 100644 --- a/src/bpe_tokenizer.cpp +++ b/src/bpe_tokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bpe_tokenizer.hpp b/src/bpe_tokenizer.hpp index 24dd67bad..29813b0b5 100644 --- a/src/bpe_tokenizer.hpp +++ b/src/bpe_tokenizer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bytes_to_chars.cpp b/src/bytes_to_chars.cpp index a8cc6db85..2fcb2a9ef 100644 --- a/src/bytes_to_chars.cpp +++ b/src/bytes_to_chars.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/bytes_to_chars.hpp b/src/bytes_to_chars.hpp index 5b4f6c313..cb4ac7edf 100644 --- a/src/bytes_to_chars.hpp +++ b/src/bytes_to_chars.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/case_fold.cpp b/src/case_fold.cpp index 8c5fd681b..258fe3775 100644 --- a/src/case_fold.cpp +++ b/src/case_fold.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/case_fold.hpp b/src/case_fold.hpp index 7fa8bf075..1aceb9a31 100644 --- a/src/case_fold.hpp +++ b/src/case_fold.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/chars_to_bytes.cpp b/src/chars_to_bytes.cpp index ab4ed0e80..4e9b37b23 100644 --- a/src/chars_to_bytes.cpp +++ b/src/chars_to_bytes.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/chars_to_bytes.hpp b/src/chars_to_bytes.hpp index 2c6dcff42..88e8b2708 100644 --- a/src/chars_to_bytes.hpp +++ b/src/chars_to_bytes.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/combine_segments.cpp b/src/combine_segments.cpp index 17a3a6e98..4103caede 100644 --- a/src/combine_segments.cpp +++ b/src/combine_segments.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/combine_segments.hpp b/src/combine_segments.hpp index e7007a51c..777086c31 100644 --- a/src/combine_segments.hpp +++ b/src/combine_segments.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/normalize_unicode.cpp b/src/normalize_unicode.cpp index 0c9cd1436..c9f6ef3ac 100644 --- a/src/normalize_unicode.cpp +++ b/src/normalize_unicode.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/normalize_unicode.hpp b/src/normalize_unicode.hpp index 6e8aa2a7f..d4e2cedb0 100644 --- a/src/normalize_unicode.hpp +++ b/src/normalize_unicode.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/ov_extension.cpp b/src/ov_extension.cpp index 66622f234..d103785b6 100644 --- a/src/ov_extension.cpp +++ b/src/ov_extension.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/ragged_tensor_pack.cpp b/src/ragged_tensor_pack.cpp index 6276d13df..bece73528 100644 --- a/src/ragged_tensor_pack.cpp +++ b/src/ragged_tensor_pack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/ragged_tensor_pack.hpp b/src/ragged_tensor_pack.hpp index 6353ed3f1..bfb4f592a 100644 --- a/src/ragged_tensor_pack.hpp +++ b/src/ragged_tensor_pack.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/ragged_to_dense.cpp b/src/ragged_to_dense.cpp index acb145d11..1dcaf79d2 100644 --- a/src/ragged_to_dense.cpp +++ b/src/ragged_to_dense.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/ragged_to_dense.hpp b/src/ragged_to_dense.hpp index 834e0047c..484b07c59 100644 --- a/src/ragged_to_dense.hpp +++ b/src/ragged_to_dense.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/regex_normalization.cpp b/src/regex_normalization.cpp index bc93545f6..99d289ab3 100644 --- a/src/regex_normalization.cpp +++ b/src/regex_normalization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/regex_normalization.hpp b/src/regex_normalization.hpp index 7980b3d41..bb53c744d 100644 --- a/src/regex_normalization.hpp +++ b/src/regex_normalization.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/regex_split.cpp b/src/regex_split.cpp index 235a54cce..eee60756e 100644 --- a/src/regex_split.cpp +++ b/src/regex_split.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/regex_split.hpp b/src/regex_split.hpp index 48ea236bf..e2962220a 100644 --- a/src/regex_split.hpp +++ b/src/regex_split.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/sentence_piece.cpp b/src/sentence_piece.cpp index 3804ae48f..60e6350e7 100644 --- a/src/sentence_piece.cpp +++ b/src/sentence_piece.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/sentence_piece.hpp b/src/sentence_piece.hpp index fbc0394aa..1004bf406 100644 --- a/src/sentence_piece.hpp +++ b/src/sentence_piece.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/string_tensor_pack.cpp b/src/string_tensor_pack.cpp index 5092fe62e..d1d3dccff 100644 --- a/src/string_tensor_pack.cpp +++ b/src/string_tensor_pack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/string_tensor_pack.hpp b/src/string_tensor_pack.hpp index 6f1cd54c7..27b934743 100644 --- a/src/string_tensor_pack.hpp +++ b/src/string_tensor_pack.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/string_tensor_unpack.cpp b/src/string_tensor_unpack.cpp index 1fa6fa07c..570e6c797 100644 --- a/src/string_tensor_unpack.cpp +++ b/src/string_tensor_unpack.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/string_tensor_unpack.hpp b/src/string_tensor_unpack.hpp index 71af0bc80..58a53b86d 100644 --- a/src/string_tensor_unpack.hpp +++ b/src/string_tensor_unpack.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tensorflow_translators.cpp b/src/tensorflow_translators.cpp index 497f53509..a38b1c1aa 100644 --- a/src/tensorflow_translators.cpp +++ b/src/tensorflow_translators.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tensorflow_translators.hpp b/src/tensorflow_translators.hpp index 8d501dced..8487d6844 100644 --- a/src/tensorflow_translators.hpp +++ b/src/tensorflow_translators.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/tokenizer.hpp b/src/tokenizer.hpp index 2eb4dcb20..7346bcea9 100644 --- a/src/tokenizer.hpp +++ b/src/tokenizer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/utils.cpp b/src/utils.cpp index 2e1793c66..334689aeb 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/utils.hpp b/src/utils.hpp index 8ffbc9e04..da0634687 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/vocab_decoder.cpp b/src/vocab_decoder.cpp index 35be45b7a..699d3ef97 100644 --- a/src/vocab_decoder.cpp +++ b/src/vocab_decoder.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/vocab_decoder.hpp b/src/vocab_decoder.hpp index fed1b9d7d..b70beb8fe 100644 --- a/src/vocab_decoder.hpp +++ b/src/vocab_decoder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/wordpiece_tokenizer.cpp b/src/wordpiece_tokenizer.cpp index a4e853ec7..27e1180dc 100644 --- a/src/wordpiece_tokenizer.cpp +++ b/src/wordpiece_tokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/src/wordpiece_tokenizer.hpp b/src/wordpiece_tokenizer.hpp index ab7483a93..ac55dee8a 100644 --- a/src/wordpiece_tokenizer.hpp +++ b/src/wordpiece_tokenizer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2023 Intel Corporation +// Copyright (C) 2018-2024 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/tests/tokenizers_test.py b/tests/tokenizers_test.py index d92f90601..0f4840772 100644 --- a/tests/tokenizers_test.py +++ b/tests/tokenizers_test.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018-2023 Intel Corporation +# Copyright (C) 2018-2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 import numpy as np