# Licensing in EdgeGallery
All outbound code in EdgeGallery shall be made available under the Apache License, Version 2.0. All documentation shall be received and made available by the EdgeGallery Project under the Creative Commons Attribution 4.0 International License.
## Example of license headers
### Apache License Version 2.0
```
/*
* Copyright <year, i.e. 2020> <developer's organization info, i.e. Huawei Technologies Co., Ltd.>
*
* 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.
*/
```
### Creative Commons License 4.0
```
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. SPDX-License-Identifier: CC-BY-4.0
.. (c) <year, i.e. 2020> <developer's organization info, i.e. Huawei Technologies Co., Ltd.>
```
## Approved 3rd Party Open Source Software License
- MIT
- BSD
If an alternative inbound license is required for compliance with the license for a leveraged open source project or is otherwise required to achieve the EdgeGallery Project's objectives, the TSC may approve the use of an alternative license for inbound contributions on an exception basis.In order to get an approval on alternative license, please submit a topic in the TSC meeting.