diff options
author | Derek Bailey <derekbailey@google.com> | 2022-02-02 13:12:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 13:12:01 -0800 |
commit | b2550dbaa94ce5532868d2489a152638c924fd64 (patch) | |
tree | 9bac3363c206700e8f53ba7ab51a087d591ba2b4 /android | |
parent | a2b238960f1c78ccd3fcfdf3f878c4d2946f3c53 (diff) | |
download | flatbuffers-b2550dbaa94ce5532868d2489a152638c924fd64.tar.gz flatbuffers-b2550dbaa94ce5532868d2489a152638c924fd64.tar.bz2 flatbuffers-b2550dbaa94ce5532868d2489a152638c924fd64.zip |
removed BSD-3-Clause license and Zlib licenses (#7073)
Diffstat (limited to 'android')
-rw-r--r-- | android/AndroidManifest.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 846fd13c..811b321d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,20 +1,3 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (c) 2013 Google, Inc. - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - --> <!-- BEGIN_INCLUDE(manifest) --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.FlatBufferTest"> |