Using dual license for platform drivers

Signed-off-by: yanghaizhou <yanghaizhou1@huawei.com>
This commit is contained in:
yanghaizhou
2021-12-29 14:38:02 +08:00
parent 8ed95d5df3
commit b3f9d735a5
2 changed files with 20 additions and 1 deletions
Executable → Regular
+19 -1
View File
@@ -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
+1
View File
@@ -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>