mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-01 03:23:20 -04:00
Using dual license for platform drivers
Signed-off-by: yanghaizhou <yanghaizhou1@huawei.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
The khdf/liteos and khdf/liteos_m subdirectories are licensed under 3-Clause BSD License.
|
||||
The uhdf and uhdf2 subdirectories are licensed under Apache License, Version 2.0.
|
||||
The platform subdirectory is is dual licensed: you can use it either under the terms of
|
||||
the GPL V2, or the 3-Clause BSD Licens, at your option.
|
||||
|
||||
a) The 3-Clause BSD License, (https://opensource.org/licenses/BSD-3-Clause)
|
||||
Redistribution and use in source and binary forms, with or
|
||||
@@ -207,4 +209,20 @@ b) The Apache License, Version 2.0, (https://www.apache.org/licenses/LICENSE-2.0
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
c) GNU General Public License version 2, (https://opensource.org/licenses/GPL-2.0)
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This library 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
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
@@ -60,6 +60,7 @@ Note:If the text contains special characters, please escape them according to th
|
||||
<policylist>
|
||||
<policy name="projectPolicy" desc="">
|
||||
<policyitem type="license" name="BSD" path=".*" desc="codes"/>
|
||||
<policyitem type="license" name="GPL" path=".*" desc="linux kernel adapter codes"/>
|
||||
<policyitem type="copyright" name="Bestechnic (Shanghai) Co., Ltd." path=".*" rule="may" group="defaultGroup" filefilter="copyrightPolicyFilter" desc="Developed by Bestechnic"/>
|
||||
</policy>
|
||||
</policylist>
|
||||
|
||||
Reference in New Issue
Block a user