• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1OPEN SOURCE SOFTWARE NOTICE
2
3Please note we provide an open source software notice for the third party open source software along with this software and/or this software component (in the following just “this SOFTWARE”). The open source software licenses are granted by the respective right holders.
4
5Warranty Disclaimer
6THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
7
8Copyright Notice and License Texts
9----------------------------------------------------------------------
10Software: device_hihope master
11
12Copyright notice:
13Copyright (c) 2021 Huawei Device Co., Ltd.
14
15License: Apache License V2.0
16Unless specifically indicated otherwise in a file, files are licensed
17under the Apache 2.0 license, as can be found in: LICENSE
18
19----------------------------------------------------------------------
20Software: device_hihope master
21
22Copyright notice:
23Copyright (C) 2022 HiHope Open Source Organization .
24
25License: the GPL, or the BSD license
26HDF is dual licensed: you can use it either under the terms of
27the GPL, or the BSD license, at your option.
28See the LICENSE file in the root of this repository for complete details.
29
30----------------------------------------------------------------------
31Software: bcmdhd 100.10.545.27
32
33Copyright notice:
34Copyright (C) 1999-2019, Broadcom.
35
36License: GPL-2.0
37Misc utility routines for accessing chip-specific features
38of the SiliconBackplane-based Broadcom chips.
39
40Copyright (C) 1999-2019, Broadcom.
41
42    Unless you and Broadcom execute a separate written software license
43agreement governing use of this software, this software is licensed to you
44under the terms of the GNU General Public License version 2 (the "GPL"),
45available at http://www.broadcom.com/licenses/GPLv2.php, with the
46following added to such license:
47
48    As a special exception, the copyright holders of this software give you
49permission to link this software with independent modules, and to copy and
50distribute the resulting executable under terms of your choice, provided that
51you also meet, for each linked independent module, the terms and conditions
52of the license of that module.  An independent module is a module which is
53not derived from this software.  The special exception does not apply to any
54modifications of the software.
55
56    Notwithstanding the above, under no circumstances may you combine this
57software in any way with any other Broadcom software provided under a license
58other than the GPL, without Broadcom's express prior written consent.
59
60----------------------------------------------------------------------
61Software: bcmdhd 100.10.545.27
62
63Copyright notice:
64Copyright (C) 2009-2012 Broadcom Corporation
65
66License: Apache License V2.0
67Licensed under the Apache License, Version 2.0 (the "License");
68you may not use this file except in compliance with the License.
69You may obtain a copy of the License at:
70
71  http://www.apache.org/licenses/LICENSE-2.0
72
73Unless required by applicable law or agreed to in writing, software
74distributed under the License is distributed on an "AS IS" BASIS,
75WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
76See the License for the specific language governing permissions and
77limitations under the License.
78
79----------------------------------------------------------------------
80Software: linux 5.10
81
82Copyright notice:
83Copyright (C) 2005  Matthias Urlichs <smurf@smurf.noris.de>
84
85License: GPL-2.0
86USB Driver for GSM modems
87
88Copyright (C) 2005  Matthias Urlichs <smurf@smurf.noris.de>
89
90Portions copied from the Keyspan driver by Hugh Blemings <hugh@blemings.org>
91
92History: see the git log.
93
94Work sponsored by: Sigos GmbH, Germany <info@sigos.de>
95
96This driver exists because the "normal" serial driver doesn't work too well
97with GSM modems. Issues:
98- data loss -- one single Receive URB is not nearly enough
99- nonstandard flow (Option devices) control
100- controlling the baud rate doesn't make sense
101
102This driver is named "option" because the most common device it's
103used for is a PC-Card (with an internal OHCI-USB interface, behind
104which the GSM interface sits), made by Option Inc.
105
106Some of the "one port" devices actually exhibit multiple USB instances
107on the USB bus. This is not a bug, these ports are used for different
108device features.