diff --git a/tools/engine_tool/lib/src/flutter_tool_interop/device.dart b/tools/engine_tool/lib/src/flutter_tool_interop/device.dart index 990f6bba82de0..9bb0ef7aa7ca7 100644 --- a/tools/engine_tool/lib/src/flutter_tool_interop/device.dart +++ b/tools/engine_tool/lib/src/flutter_tool_interop/device.dart @@ -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'; diff --git a/tools/engine_tool/lib/src/flutter_tool_interop/flutter_tool.dart b/tools/engine_tool/lib/src/flutter_tool_interop/flutter_tool.dart index 2c4084f3225b1..3698c9fdccf30 100644 --- a/tools/engine_tool/lib/src/flutter_tool_interop/flutter_tool.dart +++ b/tools/engine_tool/lib/src/flutter_tool_interop/flutter_tool.dart @@ -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'; diff --git a/tools/engine_tool/test/src/matchers.dart b/tools/engine_tool/test/src/matchers.dart index b27d5c722e51f..adee0f917bd22 100644 --- a/tools/engine_tool/test/src/matchers.dart +++ b/tools/engine_tool/test/src/matchers.dart @@ -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';