diff options
author | Sven Gothel <[email protected]> | 2012-04-02 08:38:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-02 08:38:49 +0200 |
commit | 907fe616836f29582e383bd94657c35b128794b4 (patch) | |
tree | 0f19dd0ff82d71a705e9a3a687fd77e06dd3e5c6 /make/lib/android-sdk/15/LICENSE.txt | |
parent | ef4cb532ca4cb75db2e813ba43f893ff4fe921f4 (diff) |
Add Android API 15 (Ice Cream Sandwich) for it's MediaPlayer capabilities (OMX AL decode to texture via libstagefright)
Even though we don't require API level 15, we may utilize it in JOGL
for it's AV package.
Diffstat (limited to 'make/lib/android-sdk/15/LICENSE.txt')
-rw-r--r-- | make/lib/android-sdk/15/LICENSE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make/lib/android-sdk/15/LICENSE.txt b/make/lib/android-sdk/15/LICENSE.txt new file mode 100644 index 0000000..c817537 --- /dev/null +++ b/make/lib/android-sdk/15/LICENSE.txt @@ -0,0 +1,10 @@ + +http://source.android.com/faqs.html#what-kind-of-open-source-project-is-android + +What kind of open-source project is Android? + +Google oversees the development of the core Android open-source platform, and works to create robust developer and user communities. For the most part the Android source code is licensed under the permissive Apache Software License 2.0, rather than a "copyleft" license. The main reason for this is because our most important goal is widespread adoption of the software, and we believe that the ASL2.0 license best achieves that goal. + ++++ + +See file NOTICE.txt in this folder ! |