1# Introducing Open-Source Software 2 3## Purpose 4 5In OpenHarmony, software that meets [The Open Source Definition](https://opensource.org/docs/osd) is recognized as open-source software. 6Providing easy-to-use and quality open-source software for developers across the globe from a wide range of backgrounds is an important goal of the OpenHarmony community. To ensure the overall quality of the OpenHarmony project, this guide is specially formulated for the contributors' reference. 7 8## Scope 9 10This guide applies to all third-party open-source software to be introduced to the OpenHarmony project. 11 12## Improvements and Revisions 13 141. This document is drafted and maintained by the OpenHarmony SIG QA. What you are reading now is the latest version of this document. 15 162. Any addition, modification, or deletion of the principles mentioned in this document can be traced in the tracing system. 173. The PMC reviews and finalizes the principles after thorough discussion in the community. 18 19## Software Introduction and Introduction Principles 20 21### What Is Software Introduction? 22 23Software introduction refers to the act of introducing a piece of software to the OpenHarmony project to meet certain service requirements of a SIG in OpenHarmony. For details about the software introduction process, see [SIG Management Regulations](https://gitee.com/openharmony/community/tree/master/sig). The entire process must be traceable. 24 25### Basic Principles for Software Introduction 26 27For easier maintenance and evolution, comply with the following principles when introducing third-party open-source software: 28 291. Make sure the software comes from a clearly defined upstream community. 302. Provide a sound reason for software introduction. If the software to be introduced already exists in the OpenHarmony project, reuse it to avoid maintenance complexity caused by coexistence of multiple versions. 313. Introduce the software in the form of source code, rather than binary files. If a piece of software needs to be introduced in the form of binary files, the PMC should review the request and make a decision. 324. Make sure the software can be correctly built on the OpenHarmony project. If the software has dependency software that has not been introduced, or the running or build of the software depends on a component that cannot be introduced, the Architecture SIG should review the request and make a decision. 335. Place the software in an independent code repository and name it in the format of third_party_softwareName, where *softwareName* must be an official name. 346. Retain the directory structure, license, and copyright information of the official code repository of the software. Do not modify the original license and copyright information. 357. Do not introduce any software version that has not been officially released, for example, the Beta version. 368. Do not introduce any software version that has high-risk vulnerabilities and does not provide solutions. 379. If you need to modify the software, place the new code in the software repository and ensure that the new code meets the license requirements of the software. Retain the original license for the modified files, and use the same license for the new files (recommended). 3810. Provide the **README.OpenSource** file in the root directory of the software repository. Include the following information in the file: software name, license, license file location, version, upstream community address of the corresponding version, software maintenance owner, function description, and introduction reason. 3911. Make sure the software you introduce is under the custody of a domain SIG. In principle, the Architecture SIG will reject a software introduction request if it has not been confirmed by the Compliance SIG and the corresponding domain SIG. When introducing multiple pieces of software at a time, you can ask the Architecture SIG to hold a one-off review meeting between SIGs for faster introduction. If you want to introduce a piece of software but fail to meet the preceding requirements, send an email to oh-legal@openatom.io. 4012. If the software you introduce depends on other open-source software, do not nest the dependency software in the subdirectory of the software you introduce. Instead, remove all dependency software items from the software you introduce and place them in an independent repository named in the format of **third_party_*****dependencySoftwareName***. If you nest the dependency software, the same software may have multiple versions, security vulnerabilities in earlier versions may fail to be resolved in a timely manner, and open source compliance issues may arise. 41 - Prefix the component names of the dependency software in the **BUILD.gn** file with the name of the software you introduce, for example, part_name = "introducedSoftwareName_dependencySoftwareName". 42 - The software you introduce and dependency software are built separately. Use **external_deps** to resolve the inter-component dependency between the two pieces of software. 43 44### Software Introduction Process 45 46#### Check Before Software Introduction 47 48| Check Item| Description| 49| :----- | :----- | 50| Normalization| 1. Check whether the software exists in the OpenHarmony community. In principle, a piece of software is introduced to the OpenHarmony only once.| 51| Source| 1. Check whether the software is downloaded from its official website or source specified on the official website.| 52| Community activeness| 1. Do not introduce software from a community or organization that notifies users of software maintenance termination by releasing a bullet, modifying the software repository status, or moving the software repository in a specified directory.<br>2. Do not introduce software from an individual, a small community, or an organization that has not released a version (either official or test version) within two years, does not have a clear version roadmap, or does not respond to any valid bug or pull request in the community.<br>3. Do not introduce software from a community that is not longer maintained or does not respond to any operating status related issue or email for more than half a year.| 53| Security vulnerability| 1. Search for disclosed security vulnerabilities in the industry, and check whether solutions are provided if there are high-risk vulnerabilities in the software.| 54| Software name| 1. Name the repository in the format of **third_party_*****softwareName***, where *softwareName* must be the same as the official name.<br>2. Do not use the sub-module name of the software as the software name.<br>3. If the software has development libraries in multiple languages, add prefixes such as **python-** to the official software name for standardized management.| 55| Official website information| 1. Describe the official website of the software in the request. If there is no official website, provide the project URL on a mainstream code hosting platform. Dot not use the hosting library addresses such as Maven, mvnrepository, and SpringSource.<br>2. Provide the official download address of the software version source package for traceability. If a binary package is required, provide the official download address of the binary package.| 56| License| 1. Check whether the software to be introduced has a license.<br>2. Check whether the imported license is consistent with the license of the corresponding version on the official website of the software.<br>3. Exercise caution when introducing open-source software with high-risk licenses. Before introducing the software, fully evaluate the risk and attach the analysis conclusion in the request.| 57 58#### Submitting a Request 59 60Follow the process described in the [SIG Management Regulations](https://gitee.com/openharmony/community/tree/master/sig). In addition, include the following information in the request: 61 621. Self-check list 63 64| Check Item| Description| Self-Check Result Example| 65| :----- | :----- | :----- | 66| Software name| Provide the official name of the software and the repository name to which the software is introduced. The repository name is in the format of **third_party_*****softwareName***.| third_party_**softwarename** | 67| Official website| Provide the official website link of the software.| https://softwaresite | 68| Software version| Provide the version number of the software to be introduced. The version number must be an official version number released by the community. Do not modify the version number or introduce a version that is not officially released.| 1.0.0 | 69| Software version release date| Provide the official release date of the software version.| 2021.01.01 | 70| Software version address| Provide the official download URL of the version. Note that the URL must be able to locate the release package of the specific version.| https://gitee.com/softwarecodesite/v1.0.0.zip | 71| Software license| Provide the official license name of the version and the relative path of the license file. If there are multiple licenses, list them all and describe their relationship, for example, And, Or, or different licenses for different directories.| Apache-2.0 | 72| Software lifecycle| Describe whether the software has an LTS version, how frequent a version is released, code submitted to the community in the last year, issue resolution status, and whether end of maintenance or evolution is notified.| No LTS version; one version released every six months; 10 code submissions in the last six months| 73| Security vulnerabilities| List disclosed security vulnerabilities in the software, including the vulnerability number, severity, link, and whether patches or solutions are available.| No disclosed vulnerabilities.| 74| Service scenario| Describe the repositories where the software is used and the service scenarios where the software is used.| Used by the static link of the *XX* repository to improve the *YYY* capability.| 75| Normalization| Describe whether the likes of the software exist in the OpenHarmony community, what similar software is in the industry, and why the software or version is introduced.| This software has not been introduced to the OpenHarmony community. Similar software in the industry includes B and C. Only this software is license-friendly and has a good ecosystem. Companies such as *X* and *Y* are also using this software.| 76| License compatibility| 1. Describe the processes that use the software, the license of each process, and whether these licenses are compatible with the license of the software to be introduced.<br>2. Use the OAT tool to scan the source code of the software. Attach the scanning report (with all found errors rectified) and the **LicenseFile.txt** file in the request.| 1. This software is used in the user-mode *X* process in static link mode. The process is licensed under Apache-2.0, which is consistent with the software license. There is no compatibility issue.<br>2. **Result.txt** generated by the OAT tool and **LicenseFile.txt**<br> | 77| Owner| Provide the name of the SIG responsible for the software management and the Gitee username and email address of the maintenance owner.| SIG XXX, James, James@example.com| 78 79Note: 80 81- For details about how to use the OAT tool, see [OSS Audit Tool](https://gitee.com/openharmony-sig/tools_oat). If you have any suggestions on the tool, submit an issue in the community. You can also fork the repository and improve the tool through pull requests. 82- In principle, the OAT report should contain no errors. The format is as follows: 83 84``` 85Invalid File Type Total Count: 0 86License Not Compatible Total Count: 0 87License Header Invalid Total Count: 0 88Copyright Header Invalid Total Count: 0 89No License File Total Count: 0 90No Readme.OpenSource Total Count: 0 91No Readme Total Count: 0 92``` 93 94- The **LicenseFile.txt** file is located in the **log** directory of the OAT tool running directory. This file records all suspected license files in the scan directory. The format is as follows: 95 96``` 97third_party_abcde/ LICENSEFILE LICENSE Apache-2.0 98third_party_abcde/doc/ LICENSEFILE LICENSE Apache-2.0 99``` 100 1012. **OAT.xml** file 102 103Confirm the issues found by the OAT tool and configure the **OAT.xml** file. For details, see [OSS Audio Tool](https://gitee.com/openharmony-sig/tools_oat/blob/master/README.md). Attach the file in the request. If no issue needs to be confirmed, you do not have to configure the file. 104 1053. **README.OpenSource** file of the repository. The format is as follows: 106 107``` 108[ 109 { 110 "Name": "softwarename", 111 "License": "Apache-2.0", 112 "License File": "LICENSE", 113 "Version Number": "1.0.0", 114 "Owner": "James@example.com", 115 "Upstream URL": "https://gitee.com/softwarecodesite/v1.0.0.zip", 116 "Description": "...." 117 }, 118 { 119 ... 120 }// If there are multiple licenses, list them one by one. 121] 122``` 123 124#### PMC Review 125 126Refer to the [SIG Management Regulations](https://gitee.com/openharmony/community/tree/master/sig). The PMC will arrange the SIG request review and repository construction based on the received PR. 127 128### License Requirements for Third-Party Open-Source Software 129 1301. The software license must be clearly defined by the [Open Source Initiative (OSI)](https://opensource.org/osd-annotated). 1312. The software license must be compatible with the license for the code repository. 1323. The following licenses for third-party open-source software are recommended in the OpenHarmony project: 133 134* Apache License 2.0 135* Mulan Permissive Software License, Version 2 136* BSD 2-clause 137* BSD 3-clause 138* DOM4J License 139* PostgreSQL License 140* Eclipse Distribution License 1.0 141* MIT 142* ISC 143* ICU 144* University of Illinois/NCSA 145* W3C Software License 146* zlib/libpng 147* Academic Free License 3.0 148* Python Software Foundation License 149* Python Imaging Library Software License 150* Boost Software License Version 1.0 151* WTF Public License 152* UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE 153* Zope Public License 2.0 154 1554. The following licenses for third-party open-source software are not recommended in the OpenHarmony project: 156 157* GNU GPL 1, 2, 3 158* GNU Affero GPL 3 159* GNU LGPL 2, 2.1, 3 160* QPL 161* Sleepycat License 162* Server Side Public License (SSPL) version 1 163* Code Project Open License (CPOL) 164* BSD-4-Clause/BSD-4-Clause (University of California-Specific) 165* Facebook BSD+Patents license 166* NPL 1.0/NPL 1.1 167* The Solipsistic Eclipse Public License 168* The "Don't Be A Dick" Public License 169* JSON License 170* Binary Code License (BCL) 171* Intel Simplified Software License 172* JSR-275 License 173* Microsoft Limited Public License 174* Amazon Software License (ASL) 175* Java SDK for Satori RTM license 176* Redis Source Available License (RSAL) 177* Booz Allen Public License 178* Creative Commons Non-Commercial 179* Sun Community Source License 3.0 180* Common Development and Distribution Licenses: CDDL 1.0 and CDDL 1.1 181* Common Public License: CPL 1.0 182* Eclipse Public License: EPL 1.0 183* IBM Public License: IPL 1.0 184* Mozilla Public Licenses: MPL 1.0, MPL 1.1, and MPL 2.0 185* Sun Public License: SPL 1.0 186* Open Software License 3.0 187* Erlang Public License 188* UnRAR License 189* SIL Open Font License 190* Ubuntu Font License Version 1.0 191* IPA Font License Agreement v1.0 192* Ruby License 193* Eclipse Public License 2.0: EPL 2.0 194 195If you want to introduce the software that complies with the unrecommended licenses listed in **4** or other licenses that are not mentioned, send an email to oh-legal@openatom.io. 196 197## Software Exit and Exit Principles 198 199### What Is Software Exit? 200 2011. Software exit refers to the process in which a piece of software (project) is removed as requested from the OpenHarmony project according to the principles described in this document. 2022. The SIG responsible for the software management should submit an exit topic to the PMC for review. 203 204### Software Exit Principles 205 206When the following two conditions are met, the software exit request is executed immediately, and the corresponding file is directly deleted from the project: 207 2081. The software license is changed or the current version is affected by laws and regulations. Due to legal risks imposed by software license changes, laws, or regulations, the OpenHarmony project cannot continue to integrate the software. 2092. Malicious code or serious security risks exist and cannot be fixed by the OpenHarmony community. 210 211In other scenarios, OpenHarmony implements process-based management on software exit. 212 2131. Due to outdated technologies or architecture, the software can no longer meet the requirements of existing scenarios and needs to be replaced by other software. 2142. The version integrated by OpenHarmony is too old, and an upgrade to the new version is impossible because of the license of the new version or other legal and regulatory restrictions. 2153. For software that comes from well-known communities or organizations, the communities or organizations notify users of the software maintenance termination by releasing bulletins, modifying the software repository status, and moving the software repository to a specified directory. 2164. For software that comes from individuals, small communities, or organizations, no version (either official or test versions) is released within two years, no clear version plan is available, or no response is provided to any valid bug or PR for more than half a year. 2175. The operating status of the community is not clear, and the community does not respond to any operating status related issue or email for more than half a year or replies that the maintenance is terminated. 218 219If the software meets any of the preceding conditions, the PMC and SIG analyze the dependency and usage of the software in the OpenHarmony community. 220 2211. If a dependency exists in the OpenHarmony community and cannot be removed within a short period of time, it is recommended that the SIG create a branch code repository and proactively perform community maintenance. 2222. If no dependency exists in the OpenHarmony community or the dependency can be removed in a short period of time, the responsible SIG removes the software from the OpenHarmony official release and describes the reason and impact of the removal in the corresponding Release Notes. 223