Skip to content

Commit

Permalink
manually replaced incorrect header
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmana committed Jan 17, 2025
1 parent 481adce commit 1a780a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions packages/devtools_shared/lib/src/extensions/constants.dart
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
Original file line number Diff line number Diff line change
@@ -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';

Expand Down
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
5 changes: 1 addition & 4 deletions packages/devtools_shared/lib/src/extensions/yaml_utils.dart
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 1a780a5

Please sign in to comment.