From 1a780a581142a3336f6a5fbc2eb37ea7b3192fff Mon Sep 17 00:00:00 2001 From: Ann Marie Mossman <233583+mossmana@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:22:03 -0800 Subject: [PATCH] manually replaced incorrect header --- packages/devtools_shared/lib/src/extensions/constants.dart | 5 +---- .../lib/src/extensions/extension_enablement.dart | 5 +---- .../lib/src/extensions/extension_manager.dart | 5 +---- packages/devtools_shared/lib/src/extensions/yaml_utils.dart | 5 +---- 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/packages/devtools_shared/lib/src/extensions/constants.dart b/packages/devtools_shared/lib/src/extensions/constants.dart index c221ef591fa..5b9c9cf8609 100644 --- a/packages/devtools_shared/lib/src/extensions/constants.dart +++ b/packages/devtools_shared/lib/src/extensions/constants.dart @@ -1,9 +1,6 @@ -// Copyright 2025 The Flutter Authors +// 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 or at https://developers.google.com/open-source/licenses/bsd. -// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file -// for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE file. /// Location where DevTools extension assets will be served, relative to where /// DevTools assets are served (build/). diff --git a/packages/devtools_shared/lib/src/extensions/extension_enablement.dart b/packages/devtools_shared/lib/src/extensions/extension_enablement.dart index 1d5e32280ba..4d0abaa747e 100644 --- a/packages/devtools_shared/lib/src/extensions/extension_enablement.dart +++ b/packages/devtools_shared/lib/src/extensions/extension_enablement.dart @@ -1,9 +1,6 @@ -// Copyright 2025 The Flutter Authors +// Copyright 2023 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file -// for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE file. import 'dart:io'; diff --git a/packages/devtools_shared/lib/src/extensions/extension_manager.dart b/packages/devtools_shared/lib/src/extensions/extension_manager.dart index 8bfc8b90a79..7df4cee7790 100644 --- a/packages/devtools_shared/lib/src/extensions/extension_manager.dart +++ b/packages/devtools_shared/lib/src/extensions/extension_manager.dart @@ -1,9 +1,6 @@ -// Copyright 2025 The Flutter Authors +// Copyright 2023 The Flutter Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. -// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file -// for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE file. import 'package:collection/collection.dart'; import 'package:dtd/dtd.dart'; diff --git a/packages/devtools_shared/lib/src/extensions/yaml_utils.dart b/packages/devtools_shared/lib/src/extensions/yaml_utils.dart index d21942675fa..fe5d52ca5b6 100644 --- a/packages/devtools_shared/lib/src/extensions/yaml_utils.dart +++ b/packages/devtools_shared/lib/src/extensions/yaml_utils.dart @@ -1,9 +1,6 @@ -// Copyright 2025 The Flutter Authors +// 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 or at https://developers.google.com/open-source/licenses/bsd. -// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file -// for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE file. import 'package:yaml/yaml.dart';