license update - batch 31 (#8732)
diff --git a/packages/devtools_app/test/shared/ansi_output_test.dart b/packages/devtools_app/test/shared/ansi_output_test.dart index ed69f2e..ab8d247 100644 --- a/packages/devtools_app/test/shared/ansi_output_test.dart +++ b/packages/devtools_app/test/shared/ansi_output_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2020 The Chromium Authors. All rights reserved. +// Copyright 2020 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. @TestOn('chrome') library;
diff --git a/packages/devtools_app/test/shared/development_helpers_test.dart b/packages/devtools_app/test/shared/development_helpers_test.dart index 4745eef..7377296 100644 --- a/packages/devtools_app/test/shared/development_helpers_test.dart +++ b/packages/devtools_app/test/shared/development_helpers_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2023 The Chromium Authors. All rights reserved. +// Copyright 2023 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:devtools_app/src/shared/development_helpers.dart'; import 'package:flutter_test/flutter_test.dart';
diff --git a/packages/devtools_app/test/shared/environment_parameters/environment_parameters_external_test.dart b/packages/devtools_app/test/shared/environment_parameters/environment_parameters_external_test.dart index e44277d..39c5e1a 100644 --- a/packages/devtools_app/test/shared/environment_parameters/environment_parameters_external_test.dart +++ b/packages/devtools_app/test/shared/environment_parameters/environment_parameters_external_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2023 The Chromium Authors. All rights reserved. +// Copyright 2023 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:devtools_app/src/shared/environment_parameters/environment_parameters_external.dart'; import 'package:flutter_test/flutter_test.dart';
diff --git a/packages/devtools_app/test/shared/eval_integration_test.dart b/packages/devtools_app/test/shared/eval_integration_test.dart index ac3dbb6..ea5b13c 100644 --- a/packages/devtools_app/test/shared/eval_integration_test.dart +++ b/packages/devtools_app/test/shared/eval_integration_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2021 The Chromium Authors. All rights reserved. +// Copyright 2021 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:devtools_app/src/shared/globals.dart'; import 'package:devtools_app_shared/service.dart';
diff --git a/packages/devtools_app/test/shared/import_export_test.dart b/packages/devtools_app/test/shared/import_export_test.dart index 263a907..61e3177 100644 --- a/packages/devtools_app/test/shared/import_export_test.dart +++ b/packages/devtools_app/test/shared/import_export_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2020 The Chromium Authors. All rights reserved. +// Copyright 2020 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:collection/collection.dart'; import 'package:devtools_app/devtools_app.dart';
diff --git a/packages/devtools_app/test/shared/log_storage_test.dart b/packages/devtools_app/test/shared/log_storage_test.dart index 5e708af..81ab64d 100644 --- a/packages/devtools_app/test/shared/log_storage_test.dart +++ b/packages/devtools_app/test/shared/log_storage_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2023 The Chromium Authors. All rights reserved. +// Copyright 2023 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:devtools_app/src/shared/log_storage.dart'; import 'package:flutter_test/flutter_test.dart';
diff --git a/packages/devtools_app/test/shared/resolved_uri_manager_test.dart b/packages/devtools_app/test/shared/resolved_uri_manager_test.dart index d3e0ac2..a2accd2 100644 --- a/packages/devtools_app/test/shared/resolved_uri_manager_test.dart +++ b/packages/devtools_app/test/shared/resolved_uri_manager_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2022 The Chromium Authors. All rights reserved. +// Copyright 2022 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'dart:async';