diff --git a/shell/platform/android/test/io/flutter/embedding/android/AndroidTouchProcessorTest.java b/shell/platform/android/test/io/flutter/embedding/android/AndroidTouchProcessorTest.java index 696b6daf85e52..d1d73c22fe65a 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/AndroidTouchProcessorTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/AndroidTouchProcessorTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityAndFragmentDelegateTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityAndFragmentDelegateTest.java index 89a9573ae72d1..132aea4ae52dd 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityAndFragmentDelegateTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityAndFragmentDelegateTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static android.content.ComponentCallbacks2.*; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityTest.java index 8dfbd4a0ce40f..8833b7a96dbe3 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterActivityTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterAndroidComponentTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterAndroidComponentTest.java index 9641739adbee8..8e8c77619f887 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterAndroidComponentTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterAndroidComponentTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static org.junit.Assert.assertNotNull; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentActivityTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentActivityTest.java index 2ecb7aeea8f52..97701775adc8e 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentActivityTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentActivityTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static io.flutter.embedding.android.FlutterActivityLaunchConfigs.HANDLE_DEEPLINKING_META_DATA_KEY; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentTest.java index 24d7c6ea32a5c..a52fac850fd8f 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterFragmentTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static org.junit.Assert.assertArrayEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterSurfaceViewTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterSurfaceViewTest.java index 33312dc7bf0c2..48478d317f53d 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterSurfaceViewTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterSurfaceViewTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterTextureViewTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterTextureViewTest.java index 7711b1568c553..9a5531a8063a0 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterTextureViewTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterTextureViewTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/android/FlutterViewTest.java b/shell/platform/android/test/io/flutter/embedding/android/FlutterViewTest.java index c27eef4cdbd16..e0c17c8a5ebaf 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/FlutterViewTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/FlutterViewTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static junit.framework.TestCase.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/android/KeyChannelResponderTest.java b/shell/platform/android/test/io/flutter/embedding/android/KeyChannelResponderTest.java index 3528eb48f3050..4e164f42af0dd 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/KeyChannelResponderTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/KeyChannelResponderTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/android/KeyboardManagerTest.java b/shell/platform/android/test/io/flutter/embedding/android/KeyboardManagerTest.java index d59d01ffb5e8c..4c7b3ee3dc898 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/KeyboardManagerTest.java +++ b/shell/platform/android/test/io/flutter/embedding/android/KeyboardManagerTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static android.view.KeyEvent.*; diff --git a/shell/platform/android/test/io/flutter/embedding/android/RobolectricFlutterActivity.java b/shell/platform/android/test/io/flutter/embedding/android/RobolectricFlutterActivity.java index 938c81a85d6db..dac9bb82e3a54 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/RobolectricFlutterActivity.java +++ b/shell/platform/android/test/io/flutter/embedding/android/RobolectricFlutterActivity.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import android.content.Intent; diff --git a/shell/platform/android/test/io/flutter/embedding/android/SplashShadowResources.java b/shell/platform/android/test/io/flutter/embedding/android/SplashShadowResources.java index 7c0bd96fec856..16919f2f954d0 100644 --- a/shell/platform/android/test/io/flutter/embedding/android/SplashShadowResources.java +++ b/shell/platform/android/test/io/flutter/embedding/android/SplashShadowResources.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static org.robolectric.util.reflector.Reflector.reflector; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineCacheTest.java b/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineCacheTest.java index 54bde1e8f9cb4..7872a2bbe9d8b 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineCacheTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineCacheTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineConnectionRegistryTest.java b/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineConnectionRegistryTest.java index 8e5c21a98d5be..7473ca34e78e2 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineConnectionRegistryTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineConnectionRegistryTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine; import static org.junit.Assert.*; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupCacheTest.java b/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupCacheTest.java index efd8edc81649d..28cd9b69a9003 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupCacheTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/FlutterEngineGroupCacheTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/FlutterJNITest.java b/shell/platform/android/test/io/flutter/embedding/engine/FlutterJNITest.java index 1a5cecec8cb9d..a0809d5f22e20 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/FlutterJNITest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/FlutterJNITest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/FlutterShellArgsTest.java b/shell/platform/android/test/io/flutter/embedding/engine/FlutterShellArgsTest.java index 954b857a89fe5..55d18f3647b1f 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/FlutterShellArgsTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/FlutterShellArgsTest.java @@ -1,3 +1,7 @@ +// 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 test.io.flutter.embedding.engine; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/RenderingComponentTest.java b/shell/platform/android/test/io/flutter/embedding/engine/RenderingComponentTest.java index dd54c3e55ea3a..2974112374522 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/RenderingComponentTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/RenderingComponentTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/dart/DartExecutorTest.java b/shell/platform/android/test/io/flutter/embedding/engine/dart/DartExecutorTest.java index 56b2f55f895a8..bba9911521345 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/dart/DartExecutorTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/dart/DartExecutorTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.dart; import static junit.framework.TestCase.assertNotNull; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java b/shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java index f4219ea7adffc..ecd602c06bdba 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/dart/DartMessengerTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.dart; import static android.os.Looper.getMainLooper; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorViewTest.java b/shell/platform/android/test/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorViewTest.java index 02b0f2d9749b5..a434aae980f2e 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorViewTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/mutatorsstack/FlutterMutatorViewTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.mutatorsstack; import static android.view.View.OnFocusChangeListener; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistryTest.java b/shell/platform/android/test/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistryTest.java index 95aad07402f12..421f857856cde 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistryTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/plugins/shim/ShimPluginRegistryTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.plugins.shim; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterEngineRule.java b/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterEngineRule.java index 56a89554457bd..d771a7f1296c2 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterEngineRule.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterEngineRule.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.renderer; import static org.mockito.Mockito.mock; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterRendererTest.java b/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterRendererTest.java index 76a14828bdd95..0ed6a4754a589 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterRendererTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/renderer/FlutterRendererTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.renderer; import static android.content.ComponentCallbacks2.TRIM_MEMORY_COMPLETE; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureSurfaceProducerTest.java b/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureSurfaceProducerTest.java index f0c2cfecef2d2..c4491c50921c8 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureSurfaceProducerTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureSurfaceProducerTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.renderer; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureWrapperTest.java b/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureWrapperTest.java index a9395f675235a..859b024b888b6 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureWrapperTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/renderer/SurfaceTextureWrapperTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.renderer; import static junit.framework.TestCase.*; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/AccessibilityChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/AccessibilityChannelTest.java index 344f1557fc141..93d8475992791 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/AccessibilityChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/AccessibilityChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/DeferredComponentChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/DeferredComponentChannelTest.java index 86b278ba50aa0..5768f7411d721 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/DeferredComponentChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/DeferredComponentChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static org.mockito.Mockito.mock; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyEventChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyEventChannelTest.java index 7dd4de7d42c09..0b1ec96a0789f 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyEventChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyEventChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyboardChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyboardChannelTest.java index d0c436011e14d..383a1f7552b3f 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyboardChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/KeyboardChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.android; import static org.mockito.Mockito.any; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/LifecycleChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/LifecycleChannelTest.java index 3adc80212b2d7..c064961244ddf 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/LifecycleChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/LifecycleChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/PlatformChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/PlatformChannelTest.java index a8c203d917ffe..076f89d5dbb66 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/PlatformChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/PlatformChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static org.junit.Assert.assertEquals; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/RestorationChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/RestorationChannelTest.java index 88f928dcfc6ff..b121b5a95b394 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/RestorationChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/RestorationChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/SettingsChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/SettingsChannelTest.java index 0831f9509fd0d..ada7154dff0b8 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/SettingsChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/SettingsChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS; diff --git a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/TextInputChannelTest.java b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/TextInputChannelTest.java index 0194ce0328795..0d914a3b996c2 100644 --- a/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/TextInputChannelTest.java +++ b/shell/platform/android/test/io/flutter/embedding/engine/systemchannels/TextInputChannelTest.java @@ -1,3 +1,7 @@ +// 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.embedding.engine.systemchannels; import static io.flutter.Build.API_LEVELS;