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';