license update - batch 36 (#8737)
diff --git a/packages/devtools_app/lib/src/shared/memory/DEPENDENCIES.md b/packages/devtools_app/lib/src/shared/memory/DEPENDENCIES.md index 2f4d0be..9324482 100644 --- a/packages/devtools_app/lib/src/shared/memory/DEPENDENCIES.md +++ b/packages/devtools_app/lib/src/shared/memory/DEPENDENCIES.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. +--> <!--- Generated by https://github.com/polina-c/layerlens Dependencies that create loops (inversions) are marked with `!`.
diff --git a/packages/devtools_app/lib/src/shared/memory/class_name.dart b/packages/devtools_app/lib/src/shared/memory/class_name.dart index 5374334..f423303 100644 --- a/packages/devtools_app/lib/src/shared/memory/class_name.dart +++ b/packages/devtools_app/lib/src/shared/memory/class_name.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:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/shared/memory/classes.dart b/packages/devtools_app/lib/src/shared/memory/classes.dart index f7d4f15..a5b9778 100644 --- a/packages/devtools_app/lib/src/shared/memory/classes.dart +++ b/packages/devtools_app/lib/src/shared/memory/classes.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:collection/collection.dart'; import 'package:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/shared/memory/gc_stats.dart b/packages/devtools_app/lib/src/shared/memory/gc_stats.dart index 80a83a2..8b15471 100644 --- a/packages/devtools_app/lib/src/shared/memory/gc_stats.dart +++ b/packages/devtools_app/lib/src/shared/memory/gc_stats.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';
diff --git a/packages/devtools_app/lib/src/shared/memory/heap_data.dart b/packages/devtools_app/lib/src/shared/memory/heap_data.dart index 1f6fb63..54fc1fb 100644 --- a/packages/devtools_app/lib/src/shared/memory/heap_data.dart +++ b/packages/devtools_app/lib/src/shared/memory/heap_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 'dart:async';
diff --git a/packages/devtools_app/lib/src/shared/memory/heap_graph_loader.dart b/packages/devtools_app/lib/src/shared/memory/heap_graph_loader.dart index fea8f8a..7a9bedb 100644 --- a/packages/devtools_app/lib/src/shared/memory/heap_graph_loader.dart +++ b/packages/devtools_app/lib/src/shared/memory/heap_graph_loader.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:async';
diff --git a/packages/devtools_app/lib/src/shared/memory/heap_object.dart b/packages/devtools_app/lib/src/shared/memory/heap_object.dart index 49c768a..810878a 100644 --- a/packages/devtools_app/lib/src/shared/memory/heap_object.dart +++ b/packages/devtools_app/lib/src/shared/memory/heap_object.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:flutter/foundation.dart';
diff --git a/packages/devtools_app/lib/src/shared/memory/retainers.dart b/packages/devtools_app/lib/src/shared/memory/retainers.dart index 5b2b984..f9a9ba7 100644 --- a/packages/devtools_app/lib/src/shared/memory/retainers.dart +++ b/packages/devtools_app/lib/src/shared/memory/retainers.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:typed_data';
diff --git a/packages/devtools_app/lib/src/shared/memory/retaining_path.dart b/packages/devtools_app/lib/src/shared/memory/retaining_path.dart index 8949c0f..b9e7d40 100644 --- a/packages/devtools_app/lib/src/shared/memory/retaining_path.dart +++ b/packages/devtools_app/lib/src/shared/memory/retaining_path.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:collection/collection.dart'; import 'package:flutter/material.dart';
diff --git a/packages/devtools_app/lib/src/shared/memory/simple_items.dart b/packages/devtools_app/lib/src/shared/memory/simple_items.dart index 6ea861c..797d363 100644 --- a/packages/devtools_app/lib/src/shared/memory/simple_items.dart +++ b/packages/devtools_app/lib/src/shared/memory/simple_items.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:typed_data';
diff --git a/packages/devtools_app/test/shared/memory/retaining_path_test.dart b/packages/devtools_app/test/shared/memory/retaining_path_test.dart index ba4dd2e..8ccafbd 100644 --- a/packages/devtools_app/test/shared/memory/retaining_path_test.dart +++ b/packages/devtools_app/test/shared/memory/retaining_path_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/shared/memory/class_name.dart'; import 'package:devtools_app/src/shared/memory/retaining_path.dart';