Skip to content

Commit 21dfa5b

Browse files
zmckevitquic-jhugo
authored andcommitted
Update copyright markings to the modern policy
Move to using a yearless, Qualcomm Technologies Inc copyright instead of the existing dated Qualcomm Innovation Center copyrights. Signed-off-by: Zack McKevitt <[email protected]>
1 parent a0f670d commit 21dfa5b

File tree

66 files changed

+67
-67
lines changed

Some content is hidden

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

66 files changed

+67
-67
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
1+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted (subject to the limitations in the
@@ -12,7 +12,7 @@ disclaimer below) provided that the following conditions are met:
1212
disclaimer in the documentation and/or other materials provided
1313
with the distribution.
1414

15-
* Neither the name of Qualcomm Innovation Center, Inc. nor the names of its
15+
* Neither the name of Qualcomm Technologies, Inc. nor the names of its
1616
contributors may be used to endorse or promote products derived
1717
from this software without specific prior written permission.
1818

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/compileModel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##############################################################################
44
#
5-
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
5+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
66
# SPDX-License-Identifier: BSD-3-Clause-Clear
77
#
88
##############################################################################

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/generateModel.py

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

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/generateONNX.py

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

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/qaic_infer.py

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

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/runSpeculativeDecoding.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##############################################################################
44
#
5-
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
5+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
66
# SPDX-License-Identifier: BSD-3-Clause-Clear
77
#
88
##############################################################################

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/speculativeDecoding.py

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

models/language_processing/decoder/CodeGen-With-Speculative-Decoding/tlm_modeling_codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
##############################################################################
1717
#
18-
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
18+
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
1919
# SPDX-License-Identifier: BSD-3-Clause-Clear
2020
#
2121
##############################################################################

models/language_processing/decoder/DeciCoder-6b/generateModel.py

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

44
import os

models/language_processing/decoder/DeciCoder-6b/qaic_infer.py

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

44
from typing import Dict, List

0 commit comments

Comments
 (0)