From fb501baa86d689e2a7f6e8727717b566c81a15c6 Mon Sep 17 00:00:00 2001 From: Ann Marie Mossman <233583+mossmana@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:09:08 -0800 Subject: [PATCH] license update - batch 61 (#8776) --- packages/devtools_shared/lib/src/memory/adb_memory_info.dart | 4 ++-- .../lib/src/memory/class_heap_detail_stats.dart | 4 ++-- packages/devtools_shared/lib/src/memory/event_sample.dart | 4 ++-- packages/devtools_shared/lib/src/memory/heap_sample.dart | 4 ++-- packages/devtools_shared/lib/src/memory/heap_space.dart | 4 ++-- packages/devtools_shared/lib/src/memory/memory_json.dart | 4 ++-- packages/devtools_shared/test/memory/heap_sample_test.dart | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/devtools_shared/lib/src/memory/adb_memory_info.dart b/packages/devtools_shared/lib/src/memory/adb_memory_info.dart index f54cc7ad066..daffcc47d86 100644 --- a/packages/devtools_shared/lib/src/memory/adb_memory_info.dart +++ b/packages/devtools_shared/lib/src/memory/adb_memory_info.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 '../utils/serialization.dart'; diff --git a/packages/devtools_shared/lib/src/memory/class_heap_detail_stats.dart b/packages/devtools_shared/lib/src/memory/class_heap_detail_stats.dart index 4b2ef12099c..7e15120bef7 100644 --- a/packages/devtools_shared/lib/src/memory/class_heap_detail_stats.dart +++ b/packages/devtools_shared/lib/src/memory/class_heap_detail_stats.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:vm_service/vm_service.dart'; diff --git a/packages/devtools_shared/lib/src/memory/event_sample.dart b/packages/devtools_shared/lib/src/memory/event_sample.dart index 7dfde0d627b..1234452b52e 100644 --- a/packages/devtools_shared/lib/src/memory/event_sample.dart +++ b/packages/devtools_shared/lib/src/memory/event_sample.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:convert'; diff --git a/packages/devtools_shared/lib/src/memory/heap_sample.dart b/packages/devtools_shared/lib/src/memory/heap_sample.dart index 596fb4a1874..5248072fc24 100644 --- a/packages/devtools_shared/lib/src/memory/heap_sample.dart +++ b/packages/devtools_shared/lib/src/memory/heap_sample.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:convert'; diff --git a/packages/devtools_shared/lib/src/memory/heap_space.dart b/packages/devtools_shared/lib/src/memory/heap_space.dart index 6b55331ecc5..9c455865d40 100644 --- a/packages/devtools_shared/lib/src/memory/heap_space.dart +++ b/packages/devtools_shared/lib/src/memory/heap_space.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. /// HeapSpace of Dart VM collected heap data. class HeapSpace { diff --git a/packages/devtools_shared/lib/src/memory/memory_json.dart b/packages/devtools_shared/lib/src/memory/memory_json.dart index 88caee6addd..9607c658069 100644 --- a/packages/devtools_shared/lib/src/memory/memory_json.dart +++ b/packages/devtools_shared/lib/src/memory/memory_json.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:convert'; diff --git a/packages/devtools_shared/test/memory/heap_sample_test.dart b/packages/devtools_shared/test/memory/heap_sample_test.dart index cc07c942999..2c17297cd4e 100644 --- a/packages/devtools_shared/test/memory/heap_sample_test.dart +++ b/packages/devtools_shared/test/memory/heap_sample_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_shared/devtools_shared.dart'; import 'package:test/test.dart';