From 321c6976a1dbf4b2896270a148d2de23c92bee26 Mon Sep 17 00:00:00 2001 From: Ann Marie Mossman <233583+mossmana@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:18:06 -0800 Subject: [PATCH] license update - batch 50 --- packages/devtools_app_shared/example/service_example.dart | 4 ++-- packages/devtools_app_shared/example/ui/common_example.dart | 4 ++-- packages/devtools_app_shared/example/ui/dialog_example.dart | 4 ++-- packages/devtools_app_shared/example/ui/split_example.dart | 4 ++-- .../example/utils/auto_dispose_example.dart | 4 ++-- .../devtools_app_shared/example/utils/globals_example.dart | 4 ++-- packages/devtools_app_shared/example/utils/list_example.dart | 4 ++-- packages/devtools_app_shared/example/utils/utils_example.dart | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/devtools_app_shared/example/service_example.dart b/packages/devtools_app_shared/example/service_example.dart index 848a39025fa..95c7e8c841a 100644 --- a/packages/devtools_app_shared/example/service_example.dart +++ b/packages/devtools_app_shared/example/service_example.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. // ignore_for_file: unused_local_variable, avoid_print diff --git a/packages/devtools_app_shared/example/ui/common_example.dart b/packages/devtools_app_shared/example/ui/common_example.dart index f9cdd34393a..e047dc2f6e6 100644 --- a/packages/devtools_app_shared/example/ui/common_example.dart +++ b/packages/devtools_app_shared/example/ui/common_example.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_shared/ui.dart' as devtools_shared_ui; import 'package:flutter/material.dart'; diff --git a/packages/devtools_app_shared/example/ui/dialog_example.dart b/packages/devtools_app_shared/example/ui/dialog_example.dart index 6b39a855ac6..00fd32db513 100644 --- a/packages/devtools_app_shared/example/ui/dialog_example.dart +++ b/packages/devtools_app_shared/example/ui/dialog_example.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_shared/ui.dart' as devtools_shared_ui; import 'package:flutter/material.dart'; diff --git a/packages/devtools_app_shared/example/ui/split_example.dart b/packages/devtools_app_shared/example/ui/split_example.dart index 943766d0a3e..114d29b1752 100644 --- a/packages/devtools_app_shared/example/ui/split_example.dart +++ b/packages/devtools_app_shared/example/ui/split_example.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_shared/ui.dart' as devtools_shared_ui; import 'package:flutter/material.dart'; diff --git a/packages/devtools_app_shared/example/utils/auto_dispose_example.dart b/packages/devtools_app_shared/example/utils/auto_dispose_example.dart index 9816f5237aa..822f225a7f2 100644 --- a/packages/devtools_app_shared/example/utils/auto_dispose_example.dart +++ b/packages/devtools_app_shared/example/utils/auto_dispose_example.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_shared/utils.dart'; import 'package:flutter/widgets.dart'; diff --git a/packages/devtools_app_shared/example/utils/globals_example.dart b/packages/devtools_app_shared/example/utils/globals_example.dart index 80405081e57..54c9da4878a 100644 --- a/packages/devtools_app_shared/example/utils/globals_example.dart +++ b/packages/devtools_app_shared/example/utils/globals_example.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. // ignore_for_file: avoid_print diff --git a/packages/devtools_app_shared/example/utils/list_example.dart b/packages/devtools_app_shared/example/utils/list_example.dart index 26e2633f72b..abd9c92239c 100644 --- a/packages/devtools_app_shared/example/utils/list_example.dart +++ b/packages/devtools_app_shared/example/utils/list_example.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_shared/utils.dart'; import 'package:flutter/widgets.dart'; diff --git a/packages/devtools_app_shared/example/utils/utils_example.dart b/packages/devtools_app_shared/example/utils/utils_example.dart index 5c445316995..12f8f84fc88 100644 --- a/packages/devtools_app_shared/example/utils/utils_example.dart +++ b/packages/devtools_app_shared/example/utils/utils_example.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. // ignore_for_file: avoid_print