Skip to content

Commit 1631284

Browse files
asashourCommit Queue
authored andcommitted
[analysis_server] update header of Flutter mock files.
Bug #51184 Change-Id: Ic8eda3e07858b3533f65bef4e2133d0da74e5209 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280117 Commit-Queue: Brian Wilkerson <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 82664d0 commit 1631284

36 files changed

+51
-37
lines changed

pkg/analysis_server/test/mock_packages/flutter/lib/animation.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The Chromium Authors. All rights reserved.
1+
// Copyright 2022 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

pkg/analysis_server/test/mock_packages/flutter/lib/cupertino.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 The Chromium Authors. All rights reserved.
1+
// Copyright 2021 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

pkg/analysis_server/test/mock_packages/flutter/lib/foundation.dart

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

pkg/analysis_server/test/mock_packages/flutter/lib/material.dart

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

pkg/analysis_server/test/mock_packages/flutter/lib/painting.dart

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

pkg/analysis_server/test/mock_packages/flutter/lib/rendering.dart

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

pkg/analysis_server/test/mock_packages/flutter/lib/src/animation/animation_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 The Chromium Authors. All rights reserved.
1+
// Copyright 2022 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

pkg/analysis_server/test/mock_packages/flutter/lib/src/cupertino/colors.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 The Chromium Authors. All rights reserved.
1+
// Copyright 2021 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

pkg/analysis_server/test/mock_packages/flutter/lib/src/foundation/diagnostics.dart

Lines changed: 1 addition & 1 deletion
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

pkg/analysis_server/test/mock_packages/flutter/lib/src/foundation/key.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015 The Chromium Authors. All rights reserved.
1+
// Copyright 2015 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)