Skip to content

Commit

Permalink
Updated license
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Arora <[email protected]>
  • Loading branch information
shashankarora07 committed Mar 22, 2024
1 parent f09f790 commit ee7ae9b
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion GobiSerial/GobiSerial.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion GobiSerial/GobiSerial.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion GobiSerial/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

#obj-m := GobiSerial.o ../InfParser/qtiDevInf.o
obj-m := GobiSerial.o
Expand Down
2 changes: 1 addition & 1 deletion GobiSerial/qtiDevInf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

#ifndef QTIDEVINF_H
#define QTIDEVINF_H
Expand Down
2 changes: 1 addition & 1 deletion GobiSerial/qtidev.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

#!/usr/bin/perl
use Sys::Syslog;
Expand Down
2 changes: 1 addition & 1 deletion GobiSerial/qtimdm.inf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
; SPDX-License-Identifier: BSD-3-Clause
; SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

[Version]
Signature="$WINDOWS NT$"
Expand Down
2 changes: 1 addition & 1 deletion GobiSerial/qtiname.inf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
: SPDX-License-Identifier: BSD-3-Clause
: SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

[Ports Strings]
QTIDevice31971 = "QTI Diagnostics Interface 3197"
Expand Down
2 changes: 1 addition & 1 deletion InfParser/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

obj-m := qtiDevInf.o
KDIR := /lib/modules/$(shell uname -r)/build
Expand Down
2 changes: 1 addition & 1 deletion InfParser/qtiDevInf.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion InfParser/qtiDevInf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
"""
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

obj-y := InfParser/ QdssDiag/ rmnet/ GobiSerial/
PWD := $(shell pwd)
Expand Down
2 changes: 1 addition & 1 deletion QcDevDriver.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

DEST_QUIC_PATH=/opt/QUIC/
DEST_USB_PATH=/opt/QUIC/USB
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

#obj-m := QdssDiag.o ../InfParser/qtiDevInf.o
obj-m := QdssDiag.o
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qdbusb.inf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
; SPDX-License-Identifier: BSD-3-Clause
; SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

[Version]
Signature="$WINDOWS NT$"
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qtiDevInf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qtiDiag.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qtiDiag.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qtiEvt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qtiEvt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion QdssDiag/qtiser.inf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
; SPDX-License-Identifier: BSD-3-Clause
; SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

[Version]
signature = "$WINDOWS NT$"
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_test.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause


2 changes: 1 addition & 1 deletion rmnet/GobiUSBNet.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/IPAssignmentScript.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

#!/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion rmnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

#obj-m := GobiNet.o ../InfParser/qtiDevInf.o
obj-m := GobiNet.o
Expand Down
2 changes: 1 addition & 1 deletion rmnet/QMI.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/QMI.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/QMIDevice.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
Expand Down
2 changes: 1 addition & 1 deletion rmnet/QMIDevice.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/Structs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/qmap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/qmap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/qtiDevInf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

/*===========================================================================
FILE:
Expand Down
2 changes: 1 addition & 1 deletion rmnet/qtiwwan.inf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
; SPDX-License-Identifier: BSD-3-Clause
; SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

[Version]
Signature = "$Windows NT$"
Expand Down
2 changes: 1 addition & 1 deletion sign/SignConf.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

[ req ]
default_bits = 4096
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/driverTest.c
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause

//---------------------------------------------------------------------------
// Include Files
Expand Down

0 comments on commit ee7ae9b

Please sign in to comment.