diff --git a/LICENSE_HW b/LICENSE_HW new file mode 100644 index 0000000000000000000000000000000000000000..186df0114b27cc56d6bdb5727d6211d150194624 --- /dev/null +++ b/LICENSE_HW @@ -0,0 +1,25 @@ +Copyright (c) 2023 Huawei Device Co., Ltd. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSE_ODID b/LICENSE_ODID new file mode 100644 index 0000000000000000000000000000000000000000..2d9292208efe24cf01a92a604d9ee69fac606963 --- /dev/null +++ b/LICENSE_ODID @@ -0,0 +1,25 @@ +Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/OAT.xml b/OAT.xml index 6c97f87cc99d3191bec3ea358eb97e1856f8ce62..746a85634f176bafb801ddc4f51aa73576dddbdb 100644 --- a/OAT.xml +++ b/OAT.xml @@ -1,20 +1,29 @@ - - - diff --git a/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/WebViewTestActivity.java b/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/WebViewTestActivity.java index cd5835c36b311275e4d75bcd2e8beeafade987c0..cb53a7a0dbf539223ea5a0d74adaf5f86a9d2519 100644 --- a/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/WebViewTestActivity.java +++ b/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/WebViewTestActivity.java @@ -1,15 +1,6 @@ -# Copyright (c) 2024 Hunan OpenValley Digital Industry Development 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. +// Copyright 2013 The Flutter Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. package io.flutter.plugins.webviewflutterexample; diff --git a/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/drawable/launch_background.xml b/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/drawable/launch_background.xml index e675680ea39e299261c69e07876dba9092c2b955..304732f8842013497e14bd02f67a55f2614fb8f7 100644 --- a/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/drawable/launch_background.xml +++ b/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/drawable/launch_background.xml @@ -1,16 +1,3 @@ -# Copyright (c) 2023 Hunan OpenValley Digital Industry Development 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. - diff --git a/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/values/styles.xml b/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/values/styles.xml index 1a62a34a08926ebda96b64b384de9ebdf8d9da28..00fa4417cfbef8673c47c86eb24033fcd97056a8 100644 --- a/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/values/styles.xml +++ b/packages/webview_flutter-v4.4.4/webview_flutter/example/android/app/src/main/res/values/styles.xml @@ -1,29 +1,3 @@ - - -# Copyright (c) 2023 Hunan OpenValley Digital Industry Development 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. -