Skip to content

Commit

Permalink
Update license year header
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene123tw committed Jan 22, 2025
1 parent 9be5b4a commit 01efc64
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/otx/algo/detection/detectors/detection_transformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 Intel Corporation
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
"""Base DETR model implementations."""
Expand Down
2 changes: 1 addition & 1 deletion src/otx/algo/detection/heads/rtdetr_decoder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 Intel Corporation
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
"""RTDETR decoder, modified from https://github.com/lyuwenyu/RT-DETR."""
Expand Down
2 changes: 1 addition & 1 deletion src/otx/algo/detection/rtdetr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 Intel Corporation
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
"""RTDetr model implementations."""
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/api/test_xai.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024 Intel Corporation
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/cli/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2023 Intel Corporation
# Copyright (C) 2023-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

from __future__ import annotations
Expand Down

0 comments on commit 01efc64

Please sign in to comment.