Skip to content

Commit 449f4a6

Browse files
authored
License update (flutter#45373)
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
1 parent dc49fa2 commit 449f4a6

File tree

2,572 files changed

+3591
-2497
lines changed

Some content is hidden

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

2,572 files changed

+3591
-2497
lines changed

AUTHORS

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

66
Google Inc.
7+
The Chromium Authors
8+
The Fuchsia Authors
79
Jim Simon <[email protected]>
810
Lex Berezhny <[email protected]>
911
Wyatt Arent <[email protected]>

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 The Chromium Authors. All rights reserved.
1+
Copyright 2014 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:

bin/flutter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2015 The Chromium Authors. All rights reserved.
2+
# Copyright 2014 The Flutter Authors. All rights reserved.
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55

bin/flutter.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
@ECHO off
2-
REM Copyright 2017 The Chromium Authors. All rights reserved.
2+
REM Copyright 2014 The Flutter Authors. All rights reserved.
33
REM Use of this source code is governed by a BSD-style license that can be
44
REM found in the LICENSE file.
55

6-
76
REM ---------------------------------- NOTE ----------------------------------
87
REM
98
REM Please keep the logic in this file consistent with the logic in the

bin/internal/update_dart_sdk.ps1

+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 2014 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

bin/internal/update_dart_sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright 2016 The Chromium Authors. All rights reserved.
2+
# Copyright 2014 The Flutter Authors. All rights reserved.
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55

dev/automated_tests/flutter_run_test/flutter_run_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/flutter_test/child_directory/second_trivial_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 2014 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

dev/automated_tests/flutter_test/child_directory/trivial_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 2014 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

dev/automated_tests/flutter_test/exception_handling_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 2014 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

dev/automated_tests/flutter_test/filtering_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 2014 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

dev/automated_tests/flutter_test/package_assets_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 2014 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

dev/automated_tests/flutter_test/print_correct_local_widget_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 2014 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

dev/automated_tests/flutter_test/print_user_created_ancestor_no_flag_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 2014 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

dev/automated_tests/flutter_test/print_user_created_ancestor_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 2014 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

dev/automated_tests/flutter_test/test_async_utils_guarded_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/flutter_test/test_async_utils_unguarded_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/flutter_test/ticker_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/flutter_test/trivial_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 2014 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

dev/automated_tests/flutter_test/trivial_widget_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 2014 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

dev/automated_tests/test_smoke_test/crash1_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/crash2_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/disallow_error_reporter_modification_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/fail_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/missing_import_test.broken_dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/pass_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/pending_timer_fail_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/syntax_error_test.broken_dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/timeout_fail_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/automated_tests/test_smoke_test/timeout_pass_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/complex_layout/android/app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
def localProperties = new Properties()
26
def localPropertiesFile = rootProject.file('local.properties')
37
if (localPropertiesFile.exists()) {

dev/benchmarks/complex_layout/android/app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 2014 The Flutter 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
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
26
package="com.yourcompany.complexLayout">
37

dev/benchmarks/complex_layout/android/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
buildscript {
26
repositories {
37
google()
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// Copyright 2014 The Flutter 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
include ':app'

dev/benchmarks/complex_layout/ios/Runner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
isa = PBXProject;
139139
attributes = {
140140
LastUpgradeCheck = 0730;
141-
ORGANIZATIONNAME = "The Chromium Authors";
141+
ORGANIZATIONNAME = "The Flutter Authors";
142142
TargetAttributes = {
143143
97C146ED1CF9000F007C117D = {
144144
CreatedOnToolsVersion = 7.3.1;

dev/benchmarks/complex_layout/ios/Runner/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/complex_layout/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/complex_layout/test_driver/scroll_perf.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/complex_layout/test_driver/scroll_perf_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/complex_layout/test_driver/semantics_perf.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 2014 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

dev/benchmarks/complex_layout/test_driver/semantics_perf_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 2014 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

dev/benchmarks/complex_layout/test_memory/scroll_perf.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/macrobenchmarks/android/app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
def localProperties = new Properties()
26
def localPropertiesFile = rootProject.file('local.properties')
37
if (localPropertiesFile.exists()) {

dev/benchmarks/macrobenchmarks/android/app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 2014 The Flutter 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
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
26
package="com.example.macrobenchmarks">
37

dev/benchmarks/macrobenchmarks/android/app/src/main/java/com/example/macrobenchmarks/MainActivity.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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 com.example.macrobenchmarks;
26

37
import androidx.annotation.NonNull;

dev/benchmarks/macrobenchmarks/android/app/src/main/res/drawable/launch_background.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<!-- Copyright 2014 The Flutter 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+
25
<!-- Modify this file to customize your launch splash screen -->
36
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
47
<item android:drawable="@android:color/white" />

dev/benchmarks/macrobenchmarks/android/app/src/main/res/values/styles.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<!-- Copyright 2014 The Flutter 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+
25
<resources>
36
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
47
<!-- Show a splash screen on the activity. Automatically removed when

dev/benchmarks/macrobenchmarks/android/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
buildscript {
26
repositories {
37
google()

dev/benchmarks/macrobenchmarks/android/settings.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
include ':app'
26

37
def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

dev/benchmarks/macrobenchmarks/ios/Runner.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
isa = PBXProject;
153153
attributes = {
154154
LastUpgradeCheck = 0910;
155-
ORGANIZATIONNAME = "The Chromium Authors";
155+
ORGANIZATIONNAME = "The Flutter Authors";
156156
TargetAttributes = {
157157
97C146ED1CF9000F007C117D = {
158158
CreatedOnToolsVersion = 7.3.1;

dev/benchmarks/macrobenchmarks/ios/Runner/AppDelegate.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
#import <Flutter/Flutter.h>
26
#import <UIKit/UIKit.h>
37

dev/benchmarks/macrobenchmarks/ios/Runner/AppDelegate.m

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
#import "AppDelegate.h"
26
#import "GeneratedPluginRegistrant.h"
37

dev/benchmarks/macrobenchmarks/ios/Runner/main.m

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2014 The Flutter 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
#import <Flutter/Flutter.h>
26
#import <UIKit/UIKit.h>
37
#import "AppDelegate.h"

dev/benchmarks/macrobenchmarks/lib/common.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/macrobenchmarks/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/macrobenchmarks/lib/src/backdrop_filter.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 2014 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

dev/benchmarks/macrobenchmarks/lib/src/cubic_bezier.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 2014 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

dev/benchmarks/macrobenchmarks/lib/src/cull_opacity.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014 The Chromium Authors. All rights reserved.
1+
// Copyright 2014 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

dev/benchmarks/macrobenchmarks/lib/src/picture_cache.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 2014 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)