Skip to content

Commit 089a887

Browse files
Standardize Copyrights: Chromium->Flutter (flutter#2996)
In all copyright messages (and in the Xcode project organization name) standardize on "The Flutter Authors", adding "The Chromium Authors" to the Flutter AUTHORS list. This reduces inconsistency in the copyright lines in this repository, moving closer to a single consistent copyright+license (as in flutter/engine and flutter/flutter) Updates the validation script to no longer accept "The Chromium Authors" or "the Chromium project authors" in first-party code.
1 parent 6047b3f commit 089a887

File tree

956 files changed

+962
-913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

956 files changed

+962
-913
lines changed

Diff for: AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
The Chromium Authors
78
German Saprykin <[email protected]>
89
Benjamin Sauer <[email protected]>
910

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 The Chromium Authors. All rights reserved.
1+
Copyright 2017 The Flutter Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

Diff for: packages/android_alarm_manager/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
The Chromium Authors
78
German Saprykin <[email protected]>
89
Benjamin Sauer <[email protected]>
910

Diff for: packages/android_alarm_manager/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 The Chromium Authors. All rights reserved.
1+
Copyright 2017 The Flutter Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

Diff for: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/AlarmBroadcastReceiver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/AlarmService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/AndroidAlarmManagerPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/FlutterBackgroundExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/PluginRegistrantException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/android/src/main/java/io/flutter/plugins/androidalarmmanager/RebootBroadcastReceiver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/android/app/src/androidTest/java/io/plugins/androidalarmmanager/BackgroundExecutionTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
1+
// Copyright 2020 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/android/app/src/androidTest/java/io/plugins/androidalarmmanager/DriverExtensionActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/android/app/src/androidTest/java/io/plugins/androidalarmmanager/MainActivityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/android/app/src/main/java/io/flutter/plugins/androidalarmmanagerexample/EmbeddingV1Activity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/integration_test/android_alarm_manager_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019, the Chromium project authors. All rights reserved.
1+
// Copyright 2019, The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/example/test_driver/integration_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019, the Chromium project authors. All rights reserved.
1+
// Copyright 2019, The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/lib/android_alarm_manager.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_alarm_manager/test/android_alarm_manager_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
The Chromium Authors
78
German Saprykin <[email protected]>
89
Benjamin Sauer <[email protected]>
910

Diff for: packages/android_intent/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 The Chromium Authors. All rights reserved.
1+
Copyright 2017 The Flutter Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

Diff for: packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/AndroidIntentPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/IntentSender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/MethodCallHandlerImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/android/src/test/java/io/flutter/plugins/androidintent/MethodCallHandlerImplTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/example/android/app/src/main/java/io/flutter/plugins/androidintentexample/EmbeddingV1Activity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/example/integration_test/android_intent_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/example/test_driver/integration_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/lib/android_intent.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/android_intent/lib/flag.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
The Chromium Authors
78
German Saprykin <[email protected]>
89
Benjamin Sauer <[email protected]>
910

Diff for: packages/battery/battery/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 The Chromium Authors. All rights reserved.
1+
Copyright 2017 The Flutter Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

Diff for: packages/battery/battery/android/src/main/java/io/flutter/plugins/battery/BatteryPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/android/app/src/androidTest/java/io/flutter/plugins/battery/EmbedderV1ActivityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/android/app/src/androidTest/java/io/flutter/plugins/battery/FlutterActivityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/android/app/src/main/java/io/flutter/plugins/batteryexample/EmbedderV1Activity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/ios/Runner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
isa = PBXProject;
178178
attributes = {
179179
LastUpgradeCheck = 1100;
180-
ORGANIZATIONNAME = "The Chromium Authors";
180+
ORGANIZATIONNAME = "The Flutter Authors";
181181
TargetAttributes = {
182182
97C146ED1CF9000F007C117D = {
183183
CreatedOnToolsVersion = 7.3.1;

Diff for: packages/battery/battery/example/ios/Runner/AppDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/ios/Runner/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/ios/Runner/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/integration_test/battery_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019, the Chromium project authors. All rights reserved.
1+
// Copyright 2019, The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/ios/Classes/FLTBatteryPlugin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/ios/Classes/FLTBatteryPlugin.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/lib/battery.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery/test/battery_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery_platform_interface/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
The Chromium Authors
78
German Saprykin <[email protected]>
89
Benjamin Sauer <[email protected]>
910

Diff for: packages/battery/battery_platform_interface/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 The Chromium Authors. All rights reserved.
1+
Copyright 2017 The Flutter Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

Diff for: packages/battery/battery_platform_interface/lib/battery_platform_interface.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery_platform_interface/lib/enums/battery_state.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery_platform_interface/lib/method_channel/method_channel_battery.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/battery/battery_platform_interface/test/method_channel_battery_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 The Chromium Authors. All rights reserved.
1+
// Copyright 2017 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Name/Organization <email address>
55

66
Google Inc.
7+
The Chromium Authors
78
German Saprykin <[email protected]>
89
Benjamin Sauer <[email protected]>
910

Diff for: packages/camera/camera/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 The Chromium Authors. All rights reserved.
1+
Copyright 2017 The Flutter Authors. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification,
44
are permitted provided that the following conditions are met:

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraPermissions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraRegions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/CameraZoom.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/DartMessenger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/DeviceOrientationManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

Diff for: packages/camera/camera/android/src/main/java/io/flutter/plugins/camera/MethodCallHandlerImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

0 commit comments

Comments
 (0)