Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e8319b9

Browse files
author
Ferry Spiering
committed
Add file headers
1 parent 9d02241 commit e8319b9

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

packages/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter/Constants.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
package io.flutter.plugins.webviewflutter;
26

37
public class Constants {

packages/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter/FileChooserActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
package io.flutter.plugins.webviewflutter;
26

37
import android.app.Activity;

packages/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter/FileChooserLauncher.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
package io.flutter.plugins.webviewflutter;
26

37
import android.Manifest;

packages/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter/GenericFileProvider.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
package io.flutter.plugins.webviewflutter;
26

37
import androidx.core.content.FileProvider;

packages/webview_flutter/android/src/main/java/io/flutter/plugins/webviewflutter/RequestCameraPermissionActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2019 The Chromium Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
package io.flutter.plugins.webviewflutter;
26

37
import android.Manifest;

0 commit comments

Comments
 (0)