Skip to content

Commit 81e9e8d

Browse files
committed
license update - batch 13
1 parent 8762b31 commit 81e9e8d

25 files changed

+53
-48
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
<!--
2+
Copyright 2025 The Flutter Authors
3+
Use of this source code is governed by a BSD-style license that can be
4+
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
5+
-->
16
This folder contains the code not used by screens.

packages/devtools_app/lib/src/framework/disconnect_observer.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
import 'dart:async';
66

packages/devtools_app/lib/src/framework/framework_core.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2018 The Chromium Authors. All rights reserved.
1+
// Copyright 2018 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

55
import 'dart:async';
66

packages/devtools_app/lib/src/framework/home_screen.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 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

55
import 'dart:async';
66

packages/devtools_app/lib/src/framework/initializer.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 The Chromium Authors. All rights reserved.
1+
// Copyright 2019 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

55
import 'dart:async';
66

packages/devtools_app/lib/src/framework/notifications_view.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2020 The Chromium Authors. All rights reserved.
1+
// Copyright 2020 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

55
import 'dart:async';
66

packages/devtools_app/lib/src/framework/release_notes.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2021 The Chromium Authors. All rights reserved.
1+
// Copyright 2021 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

55
import 'dart:async';
66
import 'dart:convert';

packages/devtools_app/lib/src/framework/scaffold/about_dialog.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
import 'dart:async';
66

packages/devtools_app/lib/src/framework/scaffold/app_bar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2023 The Chromium Authors. All rights reserved.
1+
// Copyright 2023 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

55
import 'dart:math' as math;
66

packages/devtools_app/lib/src/framework/scaffold/report_feedback_button.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
import 'dart:async';
66

0 commit comments

Comments
 (0)