File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2022 The Chromium Authors. All rights reserved.
1+ // Copyright 2022 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55mixin CompareMixin <T > implements Comparable <T > {
66 bool operator < (T other) {
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'package:dtd/dtd.dart' ;
66import 'package:meta/meta.dart' ;
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'dart:async' ;
66
Original file line number Diff line number Diff line change 1- // Copyright 2022 The Chromium Authors. All rights reserved.
1+ // Copyright 2022 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'dart:math' as math;
66
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55typedef FromJson <T > = T Function (Map <String , dynamic > json);
66
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'dart:async' ;
66
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'dart:io' ;
66
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'package:devtools_shared/devtools_shared.dart' ;
66import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'package:devtools_shared/src/utils/serialization.dart' ;
66import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change 1- // Copyright 2024 The Chromium Authors. All rights reserved.
1+ // Copyright 2024 The Flutter Authors
22// Use of this source code is governed by a BSD-style license that can be
3- // found in the LICENSE file.
3+ // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd .
44
55import 'dart:async' ;
66
You can’t perform that action at this time.
0 commit comments