mirror of
https://github.com/openharmony/device_board_unionman.git
synced 2026-07-01 04:19:15 -04:00
@@ -2,10 +2,10 @@ device_board_unionman
|
||||
Copyright (c) 2022 Unionman Technology Co., Ltd. All rights reserved.
|
||||
|
||||
The unionpi_tiger/kernel/drivers/rtl88x2cs and unionpi_tiger/kernel/hdf/audio directory is dual licensed: you can use it either under the terms of
|
||||
the GPL V2, or the BSD3 license, at your option.
|
||||
The unionpi_tiger/kernel/hdf/wifi unionpi_tiger/kernel/drivers/isp subdirectory is licensed under the GPL V2 License.
|
||||
the GPL V2, or the BSD license, at your option.
|
||||
The unionpi_tiger/kernel/drivers/media is is dual licensed: you can use it either under the terms of
|
||||
the GPL V2, or the 3-Clause BSD License, at your option.
|
||||
The unionpi_tiger/kernel/hdf/wifi unionpi_tiger/kernel/drivers/isp subdirectory is licensed under the GPL V2 License.
|
||||
The unionpi_tiger/hardware/camera and unionpi_tiger/hardware/bt and others subdirectories are licensed under Apache License, Version 2.0.
|
||||
|
||||
a) The 3-Clause BSD License, (https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
@@ -1,10 +1,21 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Unionman Co., Ltd.
|
||||
/******************************************************************************
|
||||
*
|
||||
* HDF is dual licensed: you can use it either under the terms of
|
||||
* the GPL, or the BSD license, at your option.
|
||||
* See the LICENSE file in the root of this repository for complete details.
|
||||
*/
|
||||
* Copyright (C) 2009-2018 Realtek Corporation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef HARDWARE_CBACK_H
|
||||
#define HARDWARE_CBACK_H
|
||||
|
||||
|
||||
@@ -1,10 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Unionman Co., Ltd.
|
||||
/******************************************************************************
|
||||
*
|
||||
* HDF is dual licensed: you can use it either under the terms of
|
||||
* the GPL, or the BSD license, at your option.
|
||||
* See the LICENSE file in the root of this repository for complete details.
|
||||
*/
|
||||
* Copyright (C) 2009-2018 Realtek Corporation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef HARDWARE_UART_H
|
||||
#define HARDWARE_UART_H
|
||||
|
||||
@@ -1,10 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Unionman Co., Ltd.
|
||||
/******************************************************************************
|
||||
*
|
||||
* HDF is dual licensed: you can use it either under the terms of
|
||||
* the GPL, or the BSD license, at your option.
|
||||
* See the LICENSE file in the root of this repository for complete details.
|
||||
*/
|
||||
* Copyright (C) 2009-2018 Realtek Corporation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef HARDWARE_USB_H
|
||||
#define HARDWARE_USB_H
|
||||
|
||||
@@ -1,10 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Unionman Co., Ltd.
|
||||
/******************************************************************************
|
||||
*
|
||||
* HDF is dual licensed: you can use it either under the terms of
|
||||
* the GPL, or the BSD license, at your option.
|
||||
* See the LICENSE file in the root of this repository for complete details.
|
||||
*/
|
||||
* Copyright (C) 2009-2018 Realtek Corporation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef RTK_HEARTBEAT_H
|
||||
#define RTK_HEARTBEAT_H
|
||||
|
||||
Reference in New Issue
Block a user