Skip to content

Commit

Permalink
license update - batch 61 (#8776)
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmana authored Jan 17, 2025
1 parent 819dbc0 commit fb501ba
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/devtools_shared/lib/src/memory/adb_memory_info.dart
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_shared/lib/src/memory/event_sample.dart
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_shared/lib/src/memory/heap_sample.dart
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_shared/lib/src/memory/heap_space.dart
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_shared/lib/src/memory/memory_json.dart
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_shared/test/memory/heap_sample_test.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit fb501ba

Please sign in to comment.