Skip to content

Commit 490fc39

Browse files
committed
updated goldens for new license headers
1 parent 79067e1 commit 490fc39

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/classes_mixins.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>class A {
99
#^^^^^ keyword.declaration.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/comments.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>/// Multiline dartdoc comment.
99
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/functions.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>void simplePrint() {
99
#^^^^ storage.type.primitive.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/keywords.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>library foo;
99
#^^^^^^^ meta.declaration.dart keyword.other.import.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/literals.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>const a = 'aaaaa';
99
#^^^^^ storage.modifier.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/names.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>const $bool = null;
99
#^^^^^ storage.modifier.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/operators.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>void foo() {
99
#^^^^ storage.type.primitive.dart

packages/devtools_app/test/test_infra/goldens/syntax_highlighting/string_interpolation.dart.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
>// Copyright 2022 The Chromium Authors. All rights reserved.
2-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
1+
>// Copyright 2022 The Flutter Authors
2+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
33
>// Use of this source code is governed by a BSD-style license that can be
44
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5-
>// found in the LICENSE file.
6-
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
5+
>// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
6+
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
77
>
88
>void values() {
99
#^^^^ storage.type.primitive.dart

0 commit comments

Comments
 (0)