From 59d9de847ce91349b7056518296ff686ba140db9 Mon Sep 17 00:00:00 2001 From: Ann Marie Mossman <233583+mossmana@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:40:01 -0800 Subject: [PATCH] license update - batch 64 --- packages/devtools_test/README.md | 5 +++++ packages/devtools_test/build.yaml | 3 +++ packages/devtools_test/lib/devtools_test.dart | 4 ++-- packages/devtools_test/lib/helpers.dart | 4 ++-- packages/devtools_test/lib/integration_test.dart | 4 ++-- packages/devtools_test/lib/src/helpers/actions.dart | 4 ++-- packages/devtools_test/lib/src/helpers/finders.dart | 4 ++-- packages/devtools_test/lib/src/helpers/utils.dart | 4 ++-- packages/devtools_test/lib/src/helpers/wrappers.dart | 4 ++-- .../lib/src/integration_test/integration_test_utils.dart | 4 ++-- .../src/mocks/fake_class_hierarchy_explorer_controller.dart | 4 ++-- .../devtools_test/lib/src/mocks/fake_isolate_manager.dart | 4 ++-- .../lib/src/mocks/fake_object_inspector_view_controller.dart | 4 ++-- .../lib/src/mocks/fake_program_explorer_controller.dart | 4 ++-- .../lib/src/mocks/fake_service_extension_manager.dart | 4 ++-- .../devtools_test/lib/src/mocks/fake_service_manager.dart | 4 ++-- .../devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart | 4 ++-- packages/devtools_test/lib/src/mocks/generated.dart | 4 ++-- .../lib/src/mocks/generated_mocks_factories.dart | 4 ++-- packages/devtools_test/lib/src/mocks/mocks.dart | 4 ++-- .../devtools_test/lib/src/test_data/_cpu_profiler_data.dart | 4 ++-- packages/devtools_test/lib/src/test_data/_memory_data.dart | 4 ++-- .../devtools_test/lib/src/test_data/_performance_data.dart | 4 ++-- .../lib/src/test_data/_performance_data_large.dart | 4 ++-- packages/devtools_test/lib/src/test_data/sample_data.dart | 4 ++-- packages/devtools_test/lib/test_data.dart | 4 ++-- packages/devtools_test/pubspec.yaml | 3 +++ 27 files changed, 59 insertions(+), 48 deletions(-) diff --git a/packages/devtools_test/README.md b/packages/devtools_test/README.md index cec1c3f247a..783d227bb4b 100644 --- a/packages/devtools_test/README.md +++ b/packages/devtools_test/README.md @@ -1,3 +1,8 @@ + ## What is this? This is a package containing test utilities for use when writing [Dart DevTools](https://docs.flutter.dev/development/tools/devtools) tests. diff --git a/packages/devtools_test/build.yaml b/packages/devtools_test/build.yaml index 1106c8493bd..68d37930822 100644 --- a/packages/devtools_test/build.yaml +++ b/packages/devtools_test/build.yaml @@ -1,3 +1,6 @@ +# Copyright 2025 The Flutter Authors +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. targets: $default: builders: diff --git a/packages/devtools_test/lib/devtools_test.dart b/packages/devtools_test/lib/devtools_test.dart index f6c51e08ffa..610da56354b 100644 --- a/packages/devtools_test/lib/devtools_test.dart +++ b/packages/devtools_test/lib/devtools_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. export 'src/mocks/fake_class_hierarchy_explorer_controller.dart'; export 'src/mocks/fake_isolate_manager.dart'; diff --git a/packages/devtools_test/lib/helpers.dart b/packages/devtools_test/lib/helpers.dart index 9eca34c8205..c538851dd5b 100644 --- a/packages/devtools_test/lib/helpers.dart +++ b/packages/devtools_test/lib/helpers.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. export 'src/helpers/actions.dart'; export 'src/helpers/finders.dart'; diff --git a/packages/devtools_test/lib/integration_test.dart b/packages/devtools_test/lib/integration_test.dart index da86bb1595c..67a24a6b64e 100644 --- a/packages/devtools_test/lib/integration_test.dart +++ b/packages/devtools_test/lib/integration_test.dart @@ -1,5 +1,5 @@ -// 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. export 'src/integration_test/integration_test_utils.dart'; diff --git a/packages/devtools_test/lib/src/helpers/actions.dart b/packages/devtools_test/lib/src/helpers/actions.dart index 7963ddc741c..16d5c4006f8 100644 --- a/packages/devtools_test/lib/src/helpers/actions.dart +++ b/packages/devtools_test/lib/src/helpers/actions.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/devtools_app.dart'; import 'package:devtools_app_shared/ui.dart'; diff --git a/packages/devtools_test/lib/src/helpers/finders.dart b/packages/devtools_test/lib/src/helpers/finders.dart index f2b84f66a51..1b22b61f0a6 100644 --- a/packages/devtools_test/lib/src/helpers/finders.dart +++ b/packages/devtools_test/lib/src/helpers/finders.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:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; diff --git a/packages/devtools_test/lib/src/helpers/utils.dart b/packages/devtools_test/lib/src/helpers/utils.dart index dad685272f8..61d03d3056e 100644 --- a/packages/devtools_test/lib/src/helpers/utils.dart +++ b/packages/devtools_test/lib/src/helpers/utils.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 'dart:async'; import 'dart:convert'; diff --git a/packages/devtools_test/lib/src/helpers/wrappers.dart b/packages/devtools_test/lib/src/helpers/wrappers.dart index 172a35a0f5b..6b20ccb7fcd 100644 --- a/packages/devtools_test/lib/src/helpers/wrappers.dart +++ b/packages/devtools_test/lib/src/helpers/wrappers.dart @@ -1,6 +1,6 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 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. // ignore_for_file: implementation_imports, invalid_use_of_visible_for_testing_member, fine for test only package. diff --git a/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart b/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart index 081db529a36..9d20bb4abaa 100644 --- a/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart +++ b/packages/devtools_test/lib/src/integration_test/integration_test_utils.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:convert'; import 'dart:ui' as ui; diff --git a/packages/devtools_test/lib/src/mocks/fake_class_hierarchy_explorer_controller.dart b/packages/devtools_test/lib/src/mocks/fake_class_hierarchy_explorer_controller.dart index 915ca562839..1237eb2740d 100644 --- a/packages/devtools_test/lib/src/mocks/fake_class_hierarchy_explorer_controller.dart +++ b/packages/devtools_test/lib/src/mocks/fake_class_hierarchy_explorer_controller.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/devtools_app.dart'; diff --git a/packages/devtools_test/lib/src/mocks/fake_isolate_manager.dart b/packages/devtools_test/lib/src/mocks/fake_isolate_manager.dart index 37d9050c316..787e75adae0 100644 --- a/packages/devtools_test/lib/src/mocks/fake_isolate_manager.dart +++ b/packages/devtools_test/lib/src/mocks/fake_isolate_manager.dart @@ -1,6 +1,6 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 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. // ignore_for_file: invalid_use_of_visible_for_testing_member, devtools_test is only used in test code. diff --git a/packages/devtools_test/lib/src/mocks/fake_object_inspector_view_controller.dart b/packages/devtools_test/lib/src/mocks/fake_object_inspector_view_controller.dart index e77dcacf6fc..7818db04ad4 100644 --- a/packages/devtools_test/lib/src/mocks/fake_object_inspector_view_controller.dart +++ b/packages/devtools_test/lib/src/mocks/fake_object_inspector_view_controller.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/devtools_app.dart'; import 'package:flutter_test/flutter_test.dart'; diff --git a/packages/devtools_test/lib/src/mocks/fake_program_explorer_controller.dart b/packages/devtools_test/lib/src/mocks/fake_program_explorer_controller.dart index fc48cbc30c9..302dd54041b 100644 --- a/packages/devtools_test/lib/src/mocks/fake_program_explorer_controller.dart +++ b/packages/devtools_test/lib/src/mocks/fake_program_explorer_controller.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'; diff --git a/packages/devtools_test/lib/src/mocks/fake_service_extension_manager.dart b/packages/devtools_test/lib/src/mocks/fake_service_extension_manager.dart index 11bd867921b..3a6d35971f0 100644 --- a/packages/devtools_test/lib/src/mocks/fake_service_extension_manager.dart +++ b/packages/devtools_test/lib/src/mocks/fake_service_extension_manager.dart @@ -1,6 +1,6 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 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. // ignore_for_file: invalid_use_of_visible_for_testing_member, devtools_test is only used in test code. diff --git a/packages/devtools_test/lib/src/mocks/fake_service_manager.dart b/packages/devtools_test/lib/src/mocks/fake_service_manager.dart index 33af9d074d3..278229aebb7 100644 --- a/packages/devtools_test/lib/src/mocks/fake_service_manager.dart +++ b/packages/devtools_test/lib/src/mocks/fake_service_manager.dart @@ -1,6 +1,6 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 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'; import 'dart:collection'; diff --git a/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart b/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart index 8df376f9ee4..01e2fdd3838 100644 --- a/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart +++ b/packages/devtools_test/lib/src/mocks/fake_vm_service_wrapper.dart @@ -1,6 +1,6 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 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'; diff --git a/packages/devtools_test/lib/src/mocks/generated.dart b/packages/devtools_test/lib/src/mocks/generated.dart index bba51c04bc4..6bc83a802cf 100644 --- a/packages/devtools_test/lib/src/mocks/generated.dart +++ b/packages/devtools_test/lib/src/mocks/generated.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 'package:devtools_app/devtools_app.dart'; import 'package:devtools_app_shared/service.dart'; diff --git a/packages/devtools_test/lib/src/mocks/generated_mocks_factories.dart b/packages/devtools_test/lib/src/mocks/generated_mocks_factories.dart index ee8388ea230..f710b85b490 100644 --- a/packages/devtools_test/lib/src/mocks/generated_mocks_factories.dart +++ b/packages/devtools_test/lib/src/mocks/generated_mocks_factories.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. // ignore_for_file: invalid_use_of_visible_for_testing_member, devtools_test is a in testing only package. diff --git a/packages/devtools_test/lib/src/mocks/mocks.dart b/packages/devtools_test/lib/src/mocks/mocks.dart index 12bb36a897c..0b505277c5c 100644 --- a/packages/devtools_test/lib/src/mocks/mocks.dart +++ b/packages/devtools_test/lib/src/mocks/mocks.dart @@ -1,6 +1,6 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 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'; import 'dart:convert'; diff --git a/packages/devtools_test/lib/src/test_data/_cpu_profiler_data.dart b/packages/devtools_test/lib/src/test_data/_cpu_profiler_data.dart index bde505e4bb7..3b768edde27 100644 --- a/packages/devtools_test/lib/src/test_data/_cpu_profiler_data.dart +++ b/packages/devtools_test/lib/src/test_data/_cpu_profiler_data.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 'dart:convert'; diff --git a/packages/devtools_test/lib/src/test_data/_memory_data.dart b/packages/devtools_test/lib/src/test_data/_memory_data.dart index e73861afcd5..d791ab98532 100644 --- a/packages/devtools_test/lib/src/test_data/_memory_data.dart +++ b/packages/devtools_test/lib/src/test_data/_memory_data.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 'dart:convert'; diff --git a/packages/devtools_test/lib/src/test_data/_performance_data.dart b/packages/devtools_test/lib/src/test_data/_performance_data.dart index 7f7874aa202..88403e32399 100644 --- a/packages/devtools_test/lib/src/test_data/_performance_data.dart +++ b/packages/devtools_test/lib/src/test_data/_performance_data.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 'dart:convert'; diff --git a/packages/devtools_test/lib/src/test_data/_performance_data_large.dart b/packages/devtools_test/lib/src/test_data/_performance_data_large.dart index 9e543be2078..996f65ad551 100644 --- a/packages/devtools_test/lib/src/test_data/_performance_data_large.dart +++ b/packages/devtools_test/lib/src/test_data/_performance_data_large.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 'dart:convert'; diff --git a/packages/devtools_test/lib/src/test_data/sample_data.dart b/packages/devtools_test/lib/src/test_data/sample_data.dart index bc16782bb66..4a9aaa93c1f 100644 --- a/packages/devtools_test/lib/src/test_data/sample_data.dart +++ b/packages/devtools_test/lib/src/test_data/sample_data.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 'dart:convert'; diff --git a/packages/devtools_test/lib/test_data.dart b/packages/devtools_test/lib/test_data.dart index 8c9078cee7a..2cc9cc01b29 100644 --- a/packages/devtools_test/lib/test_data.dart +++ b/packages/devtools_test/lib/test_data.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. export 'src/test_data/_cpu_profiler_data.dart'; export 'src/test_data/_performance_data.dart'; diff --git a/packages/devtools_test/pubspec.yaml b/packages/devtools_test/pubspec.yaml index f3077c5bc74..7387257835b 100644 --- a/packages/devtools_test/pubspec.yaml +++ b/packages/devtools_test/pubspec.yaml @@ -1,3 +1,6 @@ +# Copyright 2025 The Flutter Authors +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. name: devtools_test description: A package containing shared test helpers for Dart DevTools tests. publish_to: none