Skip to content

Commit 99c8cb9

Browse files
committed
Add licensing doc for Waydroid
1 parent 070a871 commit 99c8cb9

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The Android runtime environment ships with a minimal customized Android system i
7676
[install-system-app.md](faq/install-system-app.md)
7777
{% endcontent-ref %}
7878

79-
### Development:
79+
### Development
8080

8181
{% content-ref url="development/compile-waydroid-lineage-os-based-images.md" %}
8282
[compile-waydroid-lineage-os-based-images.md](development/compile-waydroid-lineage-os-based-images.md)
@@ -86,6 +86,12 @@ The Android runtime environment ships with a minimal customized Android system i
8686
[manual-patch-resolution.md](development/manual-patch-resolution.md)
8787
{% endcontent-ref %}
8888

89+
### Licensing
90+
91+
{% content-ref url="licensing/licensing.md" %}
92+
[licensing.md](licensing/licensing.md)
93+
{% endcontent-ref %}
94+
8995
## Reporting bugs
9096

9197
If you have found an issue with Waydroid, please [file a bug](https://github.com/waydroid/waydroid/issues/new/choose).

licensing/licensing.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Licensing
2+
Waydroid is available under different licensing options designed to accommodate the needs of our various users:
3+
4+
- Waydroid licensed under commercial licenses is appropriate for development of proprietary/commercial software where you do not want to share any source code with third parties or otherwise cannot comply with the terms of the GNU GPL version 3.
5+
- Waydroid licensed under the GNU General Public License (GPL) version 3 is appropriate for the development of Waydroid applications provided you can comply with the terms and conditions of the GNU GPL version 3.
6+
7+
Waydroid also contains third-party code that is licensed under specific open-source licenses from the original authors (See Third-Party Code in Waydroid below).
8+
9+
**Note:** For open-source licensed Waydroid, some specific parts are available under the GNU General Public License (GPL). For commercial licensees, all Waydroid related changes are available under commercial Waydroid licenses.
10+
11+
**Waydroid documentation** is available under commercial licenses from Navotpala Tech (Bliss Co-Labs), and under the terms of the GNU Free Documentation License (FDL) version 1.3, as published by the Free Software Foundation.
12+
13+
Educational licenses are available for students and educators in qualified educational institutions or universities.
14+
15+
16+
## Purchasing and Sales Information
17+
To purchase a commercial Waydroid license, [contact us](mailto:[email protected]) with your request.
18+
19+
20+
For further information and assistance about Waydroid licensing, [contact us](mailto:[email protected]) or see our website for further details.
21+
22+
23+
## Third-Party Code in Waydroid
24+
The following documents the open-source licenses used in different parts of Waydroid:
25+
26+
- Waydroid inherits the same Apache v2 licensing that AOSP uses for most of the components, while many of the other components like Android-Generic Project use GPL-2.0 license.
27+
- For product use, we do not include proprietary components like Google Apps, Native-Bridge, and widevine.
28+
- Some features and toolkits like the [Bliss-BASS](https://bliss-bass.blisscolabs.dev/) rebranding toolkit might require additional licensing to be obtained by the customer.
29+
30+
- [AOSP Licenses](https://source.android.com/docs/setup/about/licenses)
31+
- [Bliss OS License](https://github.com/BlissRoms-x86/manifest/blob/arcadia-x86/License)
32+
- [Android-Generic Project License](https://github.com/android-generic/vendor_ag/blob/unified/LICENSE.md)
33+
- [Boringdroid License](https://github.com/boringdroid/boringdroid/blob/master/LICENSE)
34+
35+
36+
## FAQ
37+
38+
Please visit the licensing page of [our website](https://waydro.id) for a list of current questions and answers in regards to Waydroid licensing.

0 commit comments

Comments
 (0)