From 72779edb35fc75c4f287378984e803d266bf7c4e Mon Sep 17 00:00:00 2001 From: Ann Marie Mossman <233583+mossmana@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:54:49 -0800 Subject: [PATCH] license update - batch 33 --- .../lib/src/shared/framework/app_error_handling.dart | 4 ++-- .../lib/src/shared/framework/framework_controller.dart | 4 ++-- packages/devtools_app/lib/src/shared/framework/routing.dart | 4 ++-- packages/devtools_app/lib/src/shared/framework/screen.dart | 4 ++-- packages/devtools_app/test/shared/framework/routing_test.dart | 4 ++-- packages/devtools_app/test/shared/framework/screens_test.dart | 4 ++-- .../test/shared/framework/visible_screens_test.dart | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart b/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart index b45a7b90c40..418b78f7738 100644 --- a/packages/devtools_app/lib/src/shared/framework/app_error_handling.dart +++ b/packages/devtools_app/lib/src/shared/framework/app_error_handling.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 'dart:async'; import 'dart:convert'; diff --git a/packages/devtools_app/lib/src/shared/framework/framework_controller.dart b/packages/devtools_app/lib/src/shared/framework/framework_controller.dart index 556b8fd8d91..3cb0eb109b6 100644 --- a/packages/devtools_app/lib/src/shared/framework/framework_controller.dart +++ b/packages/devtools_app/lib/src/shared/framework/framework_controller.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'; diff --git a/packages/devtools_app/lib/src/shared/framework/routing.dart b/packages/devtools_app/lib/src/shared/framework/routing.dart index 7ef1c58f82f..356708c72d4 100644 --- a/packages/devtools_app/lib/src/shared/framework/routing.dart +++ b/packages/devtools_app/lib/src/shared/framework/routing.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:collection'; diff --git a/packages/devtools_app/lib/src/shared/framework/screen.dart b/packages/devtools_app/lib/src/shared/framework/screen.dart index e43b1af9953..34aa4209740 100644 --- a/packages/devtools_app/lib/src/shared/framework/screen.dart +++ b/packages/devtools_app/lib/src/shared/framework/screen.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:math' as math; diff --git a/packages/devtools_app/test/shared/framework/routing_test.dart b/packages/devtools_app/test/shared/framework/routing_test.dart index f08faa6284f..5e74c370d09 100644 --- a/packages/devtools_app/test/shared/framework/routing_test.dart +++ b/packages/devtools_app/test/shared/framework/routing_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. // TODO(bkonyi): add integration tests for navigation state. // See https://github.com/flutter/devtools/issues/4902. diff --git a/packages/devtools_app/test/shared/framework/screens_test.dart b/packages/devtools_app/test/shared/framework/screens_test.dart index 1aad4c8caf1..2b8f9ced100 100644 --- a/packages/devtools_app/test/shared/framework/screens_test.dart +++ b/packages/devtools_app/test/shared/framework/screens_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/devtools_app.dart'; import 'package:devtools_app/src/extensions/extension_screen.dart'; diff --git a/packages/devtools_app/test/shared/framework/visible_screens_test.dart b/packages/devtools_app/test/shared/framework/visible_screens_test.dart index 686d32b5d39..0cb52524a38 100644 --- a/packages/devtools_app/test/shared/framework/visible_screens_test.dart +++ b/packages/devtools_app/test/shared/framework/visible_screens_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:devtools_app/devtools_app.dart'; import 'package:devtools_app/src/shared/framework/framework_controller.dart';