License update - Batch 20 (#8703)
* license update - batch 20
* removed unused generated files
diff --git a/packages/devtools_app/lib/src/screens/memory/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/DEPENDENCIES.md
deleted file mode 100644
index 6642a95..0000000
--- a/packages/devtools_app/lib/src/screens/memory/DEPENDENCIES.md
+++ /dev/null
@@ -1,17 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-framework-->panes;
-framework-->shared;
-panes-->shared;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/framework/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/framework/DEPENDENCIES.md
deleted file mode 100644
index 6029345..0000000
--- a/packages/devtools_app/lib/src/screens/memory/framework/DEPENDENCIES.md
+++ /dev/null
@@ -1,19 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-memory_controller.dart-->offline_data;
-memory_screen.dart-->screen_body.dart;
-memory_tabs.dart-->memory_controller.dart;
-screen_body.dart-->memory_controller.dart;
-screen_body.dart-->memory_tabs.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/framework/README.md b/packages/devtools_app/lib/src/screens/memory/framework/README.md
index 5b2bc3d..6611d9c 100644
--- a/packages/devtools_app/lib/src/screens/memory/framework/README.md
+++ b/packages/devtools_app/lib/src/screens/memory/framework/README.md
@@ -1 +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.
+-->
This folder contains code not used by memory panes.
diff --git a/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart b/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart
index fea2a1f..774c3b7 100644
--- a/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/framework/memory_controller.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_app/lib/src/screens/memory/framework/memory_screen.dart b/packages/devtools_app/lib/src/screens/memory/framework/memory_screen.dart
index ced6107..cd6dccf 100644
--- a/packages/devtools_app/lib/src/screens/memory/framework/memory_screen.dart
+++ b/packages/devtools_app/lib/src/screens/memory/framework/memory_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 'package:devtools_app_shared/shared.dart';
import 'package:devtools_app_shared/ui.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/framework/memory_tabs.dart b/packages/devtools_app/lib/src/screens/memory/framework/memory_tabs.dart
index f11fb78..ccce88c 100644
--- a/packages/devtools_app/lib/src/screens/memory/framework/memory_tabs.dart
+++ b/packages/devtools_app/lib/src/screens/memory/framework/memory_tabs.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';
diff --git a/packages/devtools_app/lib/src/screens/memory/framework/offline_data/offline_data.dart b/packages/devtools_app/lib/src/screens/memory/framework/offline_data/offline_data.dart
index 2fd997f..4c2e987 100644
--- a/packages/devtools_app/lib/src/screens/memory/framework/offline_data/offline_data.dart
+++ b/packages/devtools_app/lib/src/screens/memory/framework/offline_data/offline_data.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.
import 'package:devtools_shared/devtools_shared.dart';
import 'package:meta/meta.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/framework/screen_body.dart b/packages/devtools_app/lib/src/screens/memory/framework/screen_body.dart
index 7639bc5..74d7de6 100644
--- a/packages/devtools_app/lib/src/screens/memory/framework/screen_body.dart
+++ b/packages/devtools_app/lib/src/screens/memory/framework/screen_body.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';
import 'package:devtools_app_shared/utils.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/README.md b/packages/devtools_app/lib/src/screens/memory/panes/README.md
index fa2263c..346c13d 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/README.md
+++ b/packages/devtools_app/lib/src/screens/memory/panes/README.md
@@ -1,3 +1,8 @@
+<!--
+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.
+-->
Panes in this folder should not depend on each other.
If they need to share code, move the code to `memory/shared`.
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/chart/DEPENDENCIES.md
deleted file mode 100644
index 22ac03a..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/DEPENDENCIES.md
+++ /dev/null
@@ -1,17 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-controller-->data;
-widgets-->controller;
-widgets-->data;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/DEPENDENCIES.md
deleted file mode 100644
index 54e3fac..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/DEPENDENCIES.md
+++ /dev/null
@@ -1,20 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-chart_connection.dart-->memory_tracker.dart;
-chart_pane_controller.dart-->android_chart_controller.dart;
-chart_pane_controller.dart-->chart_connection.dart;
-chart_pane_controller.dart-->chart_data.dart;
-chart_pane_controller.dart-->event_chart_controller.dart;
-chart_pane_controller.dart-->vm_chart_controller.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_connection.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_connection.dart
index 3022daf..8bbb73b 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_connection.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_connection.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.
import 'package:devtools_app_shared/utils.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_data.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_data.dart
index a7bbe36..c13f28a 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_data.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_data.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.
import 'package:devtools_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart
index 4daab0b..fabf469 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/chart_pane_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 'package:devtools_app_shared/utils.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart
index c30ac02..12d1bfa 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/android_chart_controller.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.
import 'package:devtools_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/event_chart_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/event_chart_controller.dart
index 23e2922..29bbf2e 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/event_chart_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/event_chart_controller.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.
import 'package:devtools_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart
index c1ca585..a8c5df9 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/charts/vm_chart_controller.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.
import 'package:devtools_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart
index b7e3a07..8e9c14a 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/controller/memory_tracker.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:math' as math;
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart
index 0876bc2..e919981 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/data/charts.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_shared/service.dart' show FlutterEvent;
import 'package:devtools_app_shared/utils.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/data/primitives.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/data/primitives.dart
index c7b753c..08b1b52 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/data/primitives.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/data/primitives.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:collection/collection.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/DEPENDENCIES.md
deleted file mode 100644
index aa6063c..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/DEPENDENCIES.md
+++ /dev/null
@@ -1,21 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-chart_control_pane.dart-->interval_dropdown.dart;
-chart_pane.dart-->chart_control_pane.dart;
-chart_pane.dart-->legend.dart;
-chart_pane.dart-->memory_android_chart.dart;
-chart_pane.dart-->memory_events_pane.dart;
-chart_pane.dart-->memory_vm_chart.dart;
-legend.dart-->memory_events_pane.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart
index 35b1379..0314c46 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_control_pane.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_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart
index d5e24ca..dab5ec7 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/chart_pane.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_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart
index d6cbf21..3fba961 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/interval_dropdown.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_app_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart
index 738633d..6198259 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/legend.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_app_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/memory_chart.dart b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/memory_chart.dart
index bb8d286..ec4dc81 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/memory_chart.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/chart/widgets/memory_chart.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_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/control/DEPENDENCIES.md
deleted file mode 100644
index ad5c7f8..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/control/DEPENDENCIES.md
+++ /dev/null
@@ -1,15 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-widgets-->controller;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/DEPENDENCIES.md
deleted file mode 100644
index 3372873..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/DEPENDENCIES.md
+++ /dev/null
@@ -1,17 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-control_pane.dart-->primary_controls.dart;
-control_pane.dart-->secondary_controls.dart;
-secondary_controls.dart-->settings_dialog.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart
index d81d48d..3aee542 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/control_pane.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:flutter/foundation.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart
index be5261c..53e23c6 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/primary_controls.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:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart
index 745c133..2b66dbd 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/secondary_controls.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_app/lib/src/screens/memory/panes/control/widgets/settings_dialog.dart b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/settings_dialog.dart
index 6b2bf64..196fd1c 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/settings_dialog.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/control/widgets/settings_dialog.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_app_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/diff/DEPENDENCIES.md
deleted file mode 100644
index f0d0a01..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/DEPENDENCIES.md
+++ /dev/null
@@ -1,19 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-controller-->data;
-diff_pane.dart-->controller;
-diff_pane.dart-->widgets;
-widgets-->controller;
-widgets-->data;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/DEPENDENCIES.md
deleted file mode 100644
index a9ac8e4..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/DEPENDENCIES.md
+++ /dev/null
@@ -1,16 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-diff_pane_controller.dart-->class_data.dart;
-diff_pane_controller.dart-->item_controller.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/class_data.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/class_data.dart
index 26a56ee..bb96e56 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/class_data.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/class_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 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart
index 2f76ffe..0ad52bc 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/diff_pane_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';
import 'dart:math';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/snapshot_item.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/snapshot_item.dart
index bfefe23..07cde5f 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/snapshot_item.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/controller/snapshot_item.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_app/lib/src/screens/memory/panes/diff/data/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/DEPENDENCIES.md
deleted file mode 100644
index 50dcabf..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/DEPENDENCIES.md
+++ /dev/null
@@ -1,16 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-heap_diff_data.dart-->classes_diff.dart;
-heap_diff_store.dart-->heap_diff_data.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart
index 94a509f..c554744 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/classes_diff.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.
import '../../../../../shared/memory/class_name.dart';
import '../../../../../shared/memory/classes.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/csv.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/csv.dart
index 279f664..5169619 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/csv.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/csv.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 '../../../../../shared/memory/classes.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart
index 24ed9b1..b6b9c14 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_data.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.
import 'package:meta/meta.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart
index 5d0e9c1..067b703 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/data/heap_diff_store.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:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart
index c132def..38ec4a4 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/diff_pane.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_app/lib/src/screens/memory/panes/diff/widgets/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/DEPENDENCIES.md
deleted file mode 100644
index f3cf8e3..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/DEPENDENCIES.md
+++ /dev/null
@@ -1,19 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-classes_table_diff.dart-->instances.dart;
-classes_table_single.dart-->instances.dart;
-snapshot_view.dart-->class_details;
-snapshot_view.dart-->classes_table_diff.dart;
-snapshot_view.dart-->classes_table_single.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/DEPENDENCIES.md
deleted file mode 100644
index 431cec7..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/DEPENDENCIES.md
+++ /dev/null
@@ -1,16 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-class_details.dart-->path.dart;
-class_details.dart-->paths.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/class_details.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/class_details.dart
index 08dea9c..6c2c190 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/class_details.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/class_details.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_shared/ui.dart';
import 'package:flutter/widgets.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart
index 2319d43..1b1246d 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/path.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart
index b34a367..9cf7f98 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/class_details/paths.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_shared/ui.dart';
import 'package:flutter/widgets.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart
index cf52e10..7f9baed 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_diff.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart
index cbe13e4..3f51fa8 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/classes_table_single.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart
index 083cd1f..76fb8e3 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/instances.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:async';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart
index e21f7f5..d9a8263 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_control_pane.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart
index 6703691..2f576ef 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_list.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_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart
index e9e277d..217a19c 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/diff/widgets/snapshot_view.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/ALLOCATION_PROFILE.md b/packages/devtools_app/lib/src/screens/memory/panes/profile/ALLOCATION_PROFILE.md
index 681bc94..c3f0e8b 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/profile/ALLOCATION_PROFILE.md
+++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/ALLOCATION_PROFILE.md
@@ -1 +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.
+-->
Documentation: https://docs.flutter.dev/tools/devtools/memory#profile-memory-tab
\ No newline at end of file
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/profile/DEPENDENCIES.md
deleted file mode 100644
index dee7d12..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/profile/DEPENDENCIES.md
+++ /dev/null
@@ -1,18 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-profile_pane_controller.dart-->model.dart;
-profile_view.dart-->instances.dart;
-profile_view.dart-->model.dart;
-profile_view.dart-->profile_pane_controller.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart
index 11418ab..077737e 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/instances.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:async';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart
index 681ec6a..8ad3e9b 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/profile/model.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/model.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_shared/devtools_shared.dart';
import 'package:vm_service/vm_service.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart
index d5775e5..2b4003e 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_pane_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_app/lib/src/screens/memory/panes/profile/profile_view.dart b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.dart
index 9e4a1e2..7afbe79 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/profile/profile_view.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/ALLOCATION_TRACING.md b/packages/devtools_app/lib/src/screens/memory/panes/tracing/ALLOCATION_TRACING.md
index ee77773..c4e2741 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/ALLOCATION_TRACING.md
+++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/ALLOCATION_TRACING.md
@@ -1 +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.
+-->
Documentation: https://docs.flutter.dev/tools/devtools/memory#trace-instances-tab
\ No newline at end of file
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/panes/tracing/DEPENDENCIES.md
deleted file mode 100644
index 3a00719..0000000
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/DEPENDENCIES.md
+++ /dev/null
@@ -1,22 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-class_table.dart-->tracing_data.dart;
-class_table.dart-->tracing_pane_controller.dart;
-tracing_pane_controller.dart-->tracing_data.dart;
-tracing_tree.dart-->tracing_data.dart;
-tracing_tree.dart-->tracing_pane_controller.dart;
-tracing_view.dart-->class_table.dart;
-tracing_view.dart-->tracing_pane_controller.dart;
-tracing_view.dart-->tracing_tree.dart;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart
index 3586fc3..1bf9401 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/class_table.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart
index 31495ba..9a06ca8 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_data.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.
import 'package:devtools_app_shared/utils.dart';
import 'package:devtools_shared/devtools_shared.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_pane_controller.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_pane_controller.dart
index 8ab2162..d8f8664 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_pane_controller.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_pane_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_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart
index 7a1e037..d9ffc4e 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_tree.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_shared/ui.dart';
import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_view.dart b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_view.dart
index 1887649..e923d9c 100644
--- a/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_view.dart
+++ b/packages/devtools_app/lib/src/screens/memory/panes/tracing/tracing_view.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_app/lib/src/screens/memory/shared/DEPENDENCIES.md b/packages/devtools_app/lib/src/screens/memory/shared/DEPENDENCIES.md
deleted file mode 100644
index e569541..0000000
--- a/packages/devtools_app/lib/src/screens/memory/shared/DEPENDENCIES.md
+++ /dev/null
@@ -1,15 +0,0 @@
-<!---
-Generated by https://github.com/polina-c/layerlens
-Dependencies that create loops (inversions) are marked with `!`.
--->
-
-```mermaid
-flowchart TD;
-widgets-->heap;
-```
-
-### Inversions
-In this folder: 0
-
-Including sub-folders: 0
-
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/README.md b/packages/devtools_app/lib/src/screens/memory/shared/README.md
index 85bda3b..19ac74e 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/README.md
+++ b/packages/devtools_app/lib/src/screens/memory/shared/README.md
@@ -1,3 +1,8 @@
+<!--
+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.
+-->
This folder contains code shared between memory screen panes.
For clarity of contracts, it is preferred that code in this folder
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart b/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart
index fb67ae1..f559068 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/heap/class_filter.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:collection/collection.dart';
import 'package:devtools_shared/devtools_shared.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart b/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart
index 7f9b42b..9fe6ff3 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/heap/sampler.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:collection/collection.dart';
import 'package:vm_service/vm_service.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/README.md b/packages/devtools_app/lib/src/screens/memory/shared/primitives/README.md
index 0bbfa77..9faf29d 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/README.md
+++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/README.md
@@ -1,2 +1,7 @@
+<!--
+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.
+-->
This folder contains independent libraries, i.e. libraries that do not depend
on other libraries in the folder `memory`.
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/instance_context_menu.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/instance_context_menu.dart
index fa37269..5c3fa7d 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/instance_context_menu.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/instance_context_menu.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:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart
index 0831100..29bd0db 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_timeline.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_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_utils.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_utils.dart
index caf4398..f1033a9 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_utils.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/memory_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 'package:vm_service/vm_service.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart
index 842f1e4..17fa295 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/painting.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:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/primitives/simple_elements.dart b/packages/devtools_app/lib/src/screens/memory/shared/primitives/simple_elements.dart
index a91e701..401aa68 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/primitives/simple_elements.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/primitives/simple_elements.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.
const nonGcableInstancesColumnTooltip =
'Number of instances of the class,\n'
diff --git a/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart b/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart
index b6f487a..300372b 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/widgets/class_filter.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_app/lib/src/screens/memory/shared/widgets/shared_memory_widgets.dart b/packages/devtools_app/lib/src/screens/memory/shared/widgets/shared_memory_widgets.dart
index 199af62..b98274e 100644
--- a/packages/devtools_app/lib/src/screens/memory/shared/widgets/shared_memory_widgets.dart
+++ b/packages/devtools_app/lib/src/screens/memory/shared/widgets/shared_memory_widgets.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_shared/ui.dart';
import 'package:flutter/widgets.dart';
diff --git a/packages/devtools_app/test/screens/memory/chart/chart_test.dart b/packages/devtools_app/test/screens/memory/chart/chart_test.dart
index 06f24ad..620180e 100644
--- a/packages/devtools_app/test/screens/memory/chart/chart_test.dart
+++ b/packages/devtools_app/test/screens/memory/chart/chart_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/src/screens/memory/panes/chart/data/charts.dart';
import 'package:devtools_app/src/service/service_manager.dart';
diff --git a/packages/devtools_app/test/screens/memory/chart/controller/chart_data_test.dart b/packages/devtools_app/test/screens/memory/chart/controller/chart_data_test.dart
index 6700a1f..495f51f 100644
--- a/packages/devtools_app/test/screens/memory/chart/controller/chart_data_test.dart
+++ b/packages/devtools_app/test/screens/memory/chart/controller/chart_data_test.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.
import 'package:devtools_app/src/screens/memory/panes/chart/controller/chart_data.dart';
import 'package:devtools_app/src/screens/memory/shared/primitives/memory_timeline.dart';
diff --git a/packages/devtools_app/test/screens/memory/control/settings_dialog_test.dart b/packages/devtools_app/test/screens/memory/control/settings_dialog_test.dart
index 66eeb79..c287d9f 100644
--- a/packages/devtools_app/test/screens/memory/control/settings_dialog_test.dart
+++ b/packages/devtools_app/test/screens/memory/control/settings_dialog_test.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_app/src/screens/memory/panes/control/widgets/settings_dialog.dart';
import 'package:devtools_app/src/shared/globals.dart';
diff --git a/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart
index 8391ffd..c571a4d 100644
--- a/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/controller/diff_pane_controller_test.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.
import 'package:devtools_app/src/screens/memory/framework/memory_tabs.dart';
import 'package:devtools_app/src/screens/memory/panes/diff/controller/diff_pane_controller.dart';
diff --git a/packages/devtools_app/test/screens/memory/diff/controller/filter_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/filter_test.dart
index 1c52262..e19612e 100644
--- a/packages/devtools_app/test/screens/memory/diff/controller/filter_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/controller/filter_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 'package:devtools_app/src/screens/memory/shared/heap/class_filter.dart';
import 'package:flutter_test/flutter_test.dart';
diff --git a/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart
index a7de109..1ee2cbd 100644
--- a/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/controller/heap_diff_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 'package:devtools_app/src/screens/memory/panes/diff/data/classes_diff.dart';
import 'package:devtools_app/src/screens/memory/panes/diff/data/heap_diff_data.dart';
diff --git a/packages/devtools_app/test/screens/memory/diff/controller/memory_footprint_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/memory_footprint_test.dart
index f65e7ee..f2d8c62 100644
--- a/packages/devtools_app/test/screens/memory/diff/controller/memory_footprint_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/controller/memory_footprint_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.
@TestOn('vm')
library;
diff --git a/packages/devtools_app/test/screens/memory/diff/controller/snapshot_item_test.dart b/packages/devtools_app/test/screens/memory/diff/controller/snapshot_item_test.dart
index 93e87b4..8e67b4c 100644
--- a/packages/devtools_app/test/screens/memory/diff/controller/snapshot_item_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/controller/snapshot_item_test.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.
import 'dart:convert';
diff --git a/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart b/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart
index d36095d..2cd4542 100644
--- a/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/widgets/class_filter_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 'package:devtools_app/src/screens/memory/panes/diff/controller/snapshot_item.dart';
import 'package:devtools_app/src/screens/memory/panes/diff/diff_pane.dart';
diff --git a/packages/devtools_app/test/screens/memory/diff/widgets/diff_pane_test.dart b/packages/devtools_app/test/screens/memory/diff/widgets/diff_pane_test.dart
index 971c04b..ce11537 100644
--- a/packages/devtools_app/test/screens/memory/diff/widgets/diff_pane_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/widgets/diff_pane_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 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/memory/framework/memory_tabs.dart';
diff --git a/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart b/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart
index 0f589ce..5b77088 100644
--- a/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.dart
+++ b/packages/devtools_app/test/screens/memory/diff/widgets/paths_test.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.
import 'package:devtools_app/src/screens/memory/panes/diff/widgets/class_details/paths.dart';
import 'package:devtools_app/src/shared/memory/heap_data.dart';
diff --git a/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart b/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart
index 469c78a..0b2dd00 100644
--- a/packages/devtools_app/test/screens/memory/framework/memory_controller_test.dart
+++ b/packages/devtools_app/test/screens/memory/framework/memory_controller_test.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.
import 'package:devtools_app/src/screens/memory/shared/heap/class_filter.dart';
import 'package:devtools_test/helpers.dart';
diff --git a/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart b/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart
index 35f40ae..80e2995 100644
--- a/packages/devtools_app/test/screens/memory/framework/memory_screen_test.dart
+++ b/packages/devtools_app/test/screens/memory/framework/memory_screen_test.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_app/devtools_app.dart';
import 'package:devtools_app/src/screens/memory/framework/memory_tabs.dart';
diff --git a/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart b/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart
index ddb274d..0626c5d 100644
--- a/packages/devtools_app/test/screens/memory/framework/memory_service_test.dart
+++ b/packages/devtools_app/test/screens/memory/framework/memory_service_test.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_app/src/screens/memory/framework/memory_controller.dart';
import 'package:devtools_app/src/screens/memory/shared/primitives/memory_timeline.dart';
diff --git a/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart b/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart
index ff0cfb7..b2f8d13 100644
--- a/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_test.dart
+++ b/packages/devtools_app/test/screens/memory/profile/allocation_profile_table_view_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 'package:devtools_app/src/screens/memory/framework/memory_tabs.dart';
import 'package:devtools_app/src/screens/memory/panes/profile/model.dart';
diff --git a/packages/devtools_app/test/screens/memory/shared/heap/class_filter_test.dart b/packages/devtools_app/test/screens/memory/shared/heap/class_filter_test.dart
index c17b99e..48ce79c 100644
--- a/packages/devtools_app/test/screens/memory/shared/heap/class_filter_test.dart
+++ b/packages/devtools_app/test/screens/memory/shared/heap/class_filter_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 'package:devtools_app/src/screens/memory/shared/heap/class_filter.dart';
import 'package:devtools_app/src/shared/memory/class_name.dart';
diff --git a/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_golden_test.dart b/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_golden_test.dart
index 4dc0bf2..1fdb243 100644
--- a/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_golden_test.dart
+++ b/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_golden_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 'package:devtools_app/src/shared/memory/class_name.dart';
import 'package:devtools_app/src/shared/memory/heap_data.dart';
diff --git a/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart b/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart
index 74fd06b..d37cefb 100644
--- a/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_test.dart
+++ b/packages/devtools_app/test/screens/memory/shared/heap/heap_analyzer_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 'package:devtools_app/src/shared/memory/heap_data.dart';
import 'package:devtools_app/src/shared/memory/simple_items.dart';
diff --git a/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart b/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart
index 679f3ac..7bc221c 100644
--- a/packages/devtools_app/test/screens/memory/shared/heap/heap_test.dart
+++ b/packages/devtools_app/test/screens/memory/shared/heap/heap_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 'package:devtools_app/src/shared/memory/class_name.dart';
import 'package:devtools_app/src/shared/memory/classes.dart';
diff --git a/packages/devtools_app/test/screens/memory/shared/primitives/class_name_test.dart b/packages/devtools_app/test/screens/memory/shared/primitives/class_name_test.dart
index b967ea6..30d86de 100644
--- a/packages/devtools_app/test/screens/memory/shared/primitives/class_name_test.dart
+++ b/packages/devtools_app/test/screens/memory/shared/primitives/class_name_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 'package:devtools_app/src/shared/memory/class_name.dart';
import 'package:flutter_test/flutter_test.dart';
diff --git a/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart b/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart
index 0547540..1d9849e 100644
--- a/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.dart
+++ b/packages/devtools_app/test/screens/memory/tracing/tracing_pane_controller_test.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.
import 'package:devtools_app/src/screens/memory/panes/tracing/tracing_data.dart';
import 'package:devtools_app/src/screens/memory/panes/tracing/tracing_pane_controller.dart';
diff --git a/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart b/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart
index 20b748c..0c8ddf9 100644
--- a/packages/devtools_app/test/screens/memory/tracing/tracing_view_test.dart
+++ b/packages/devtools_app/test/screens/memory/tracing/tracing_view_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:convert';
import 'dart:io';