Skip to content

Commit

Permalink
Add missing license headers to engine_tool. (flutter#55636)
Browse files Browse the repository at this point in the history
Address post-submit feedback on flutter#55537 (review).
  • Loading branch information
matanlurey authored Oct 4, 2024
1 parent 3388ef9 commit 66d397d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/engine_tool/lib/src/flutter_tool_interop/device.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. 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:convert';

import 'package:meta/meta.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. 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:convert';

import '../environment.dart';
Expand Down
4 changes: 4 additions & 0 deletions tools/engine_tool/test/src/matchers.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2013 The Flutter Authors. 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:engine_tool/src/logger.dart';
import 'package:logging/logging.dart';
import 'package:test/test.dart';
Expand Down

0 comments on commit 66d397d

Please sign in to comment.