license update - batch 27 (#8725)
diff --git a/packages/devtools_app/lib/src/shared/analytics/_analytics_stub.dart b/packages/devtools_app/lib/src/shared/analytics/_analytics_stub.dart index fe8256d..cca4384 100644 --- a/packages/devtools_app/lib/src/shared/analytics/_analytics_stub.dart +++ b/packages/devtools_app/lib/src/shared/analytics/_analytics_stub.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. // Avoid unused parameters does not play well with conditional imports. // ignore_for_file: avoid-unused-parameters
diff --git a/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart b/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart index fe9f059..d65eafd 100644 --- a/packages/devtools_app/lib/src/shared/analytics/_analytics_web.dart +++ b/packages/devtools_app/lib/src/shared/analytics/_analytics_web.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: non_constant_identifier_names
diff --git a/packages/devtools_app/lib/src/shared/analytics/analytics.dart b/packages/devtools_app/lib/src/shared/analytics/analytics.dart index bf08ab4..dad5314 100644 --- a/packages/devtools_app/lib/src/shared/analytics/analytics.dart +++ b/packages/devtools_app/lib/src/shared/analytics/analytics.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. export '_analytics_stub.dart' if (dart.library.js_interop) '_analytics_web.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart b/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart index af0569f..31c1828 100644 --- a/packages/devtools_app/lib/src/shared/analytics/analytics_common.dart +++ b/packages/devtools_app/lib/src/shared/analytics/analytics_common.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. // Code in this file should be able to be imported by both web and dart:io // dependent libraries.
diff --git a/packages/devtools_app/lib/src/shared/analytics/analytics_controller.dart b/packages/devtools_app/lib/src/shared/analytics/analytics_controller.dart index b8102cc..271101b 100644 --- a/packages/devtools_app/lib/src/shared/analytics/analytics_controller.dart +++ b/packages/devtools_app/lib/src/shared/analytics/analytics_controller.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';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants.dart index a3a714f..fe80f72 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants.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 'package:devtools_shared/devtools_extensions.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_cpu_profiler_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_cpu_profiler_constants.dart index 706d4c6..9920f33 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_cpu_profiler_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_cpu_profiler_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_debugger_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_debugger_constants.dart index eea3582..9b24635 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_debugger_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_debugger_constants.dart
@@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_deep_links_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_deep_links_constants.dart index c760280..d109046 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_deep_links_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_deep_links_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_editor_sidebar_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_editor_sidebar_constants.dart index bd0ba7c..a13bd98 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_editor_sidebar_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_editor_sidebar_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_extension_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_extension_constants.dart index a84aaed..23d5d65 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_extension_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_extension_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_inspector_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_inspector_constants.dart index 970d4b3..f32bfb8 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_inspector_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_inspector_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_logging_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_logging_constants.dart index a1560e8..046a9bc 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_logging_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_logging_constants.dart
@@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_memory_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_memory_constants.dart index aa288a7..6549ec6 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_memory_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_memory_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_network_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_network_constants.dart index ea6f0f6..e991e5b 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_network_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_network_constants.dart
@@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_performance_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_performance_constants.dart index 82fe897..1b548e8 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_performance_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_performance_constants.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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart b/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart index 0fc2ea4..8a6d018 100644 --- a/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart +++ b/packages/devtools_app/lib/src/shared/analytics/constants/_property_editor_sidebar_constants.dart
@@ -1,6 +1,6 @@ -// Copyright 2024 The Chromium Authors. All rights reserved. +// Copyright 2024 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. part of '../constants.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/gtags.dart b/packages/devtools_app/lib/src/shared/analytics/gtags.dart index 3183eda..87564dd 100644 --- a/packages/devtools_app/lib/src/shared/analytics/gtags.dart +++ b/packages/devtools_app/lib/src/shared/analytics/gtags.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: non_constant_identifier_names
diff --git a/packages/devtools_app/lib/src/shared/analytics/metrics.dart b/packages/devtools_app/lib/src/shared/analytics/metrics.dart index a3e1b9d..7a5acd0 100644 --- a/packages/devtools_app/lib/src/shared/analytics/metrics.dart +++ b/packages/devtools_app/lib/src/shared/analytics/metrics.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 'analytics_common.dart';
diff --git a/packages/devtools_app/lib/src/shared/analytics/prompt.dart b/packages/devtools_app/lib/src/shared/analytics/prompt.dart index 33aaf3f..82474f1 100644 --- a/packages/devtools_app/lib/src/shared/analytics/prompt.dart +++ b/packages/devtools_app/lib/src/shared/analytics/prompt.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/test/shared/analytics/analytics_prompt_test.dart b/packages/devtools_app/test/shared/analytics/analytics_prompt_test.dart index 9505d06..b73d7d5 100644 --- a/packages/devtools_app/test/shared/analytics/analytics_prompt_test.dart +++ b/packages/devtools_app/test/shared/analytics/analytics_prompt_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/analytics/prompt.dart';
diff --git a/packages/devtools_app/test/shared/analytics/analytics_test.dart b/packages/devtools_app/test/shared/analytics/analytics_test.dart index 85587db..186bf5b 100644 --- a/packages/devtools_app/test/shared/analytics/analytics_test.dart +++ b/packages/devtools_app/test/shared/analytics/analytics_test.dart
@@ -1,6 +1,6 @@ -// Copyright 2025 The Chromium Authors. All rights reserved. +// 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. +// found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. import 'package:devtools_app/src/shared/analytics/analytics_common.dart'; import 'package:stack_trace/stack_trace.dart' as stack_trace;