Skip to content

Commit 5d381b7

Browse files
authored
Update Copyright Headers in Missed Files (#525)
This PR addresses the missing copyright headers in several source files that were previously overlooked. ### Changes include: - Added standard copyright notice to all applicable files - Ensured consistency in formatting and placement of headers - Verified that no functional code changes were introduced ### Files Updated: - `QEfficient/transformers/models/gemma3/modeling_gemma3.py` - `docs/conf.py` Signed-off-by: Abukhoyer Shaik <abukhoye@qti.qualcomm.com>
1 parent 32ecb16 commit 5d381b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QEfficient/transformers/models/gemma3/modeling_gemma3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -----------------------------------------------------------------------------
22
#
3-
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
3+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
44
# SPDX-License-Identifier: BSD-3-Clause
55
#
66
# -----------------------------------------------------------------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# -- Project information -----------------------------------------------------
2727

2828
project = "efficient-transformers"
29-
copyright = "2024, Qualcomm"
29+
copyright = "2025, Qualcomm"
3030

3131
# The full version, including alpha/beta/rc tags
3232
release = "main"

0 commit comments

Comments
 (0)