[dart2wasm] Add copyright header to generate_wasm.dart

Change-Id: I0344d990286b26434f4c6c6ca8b7f7e8e01b4ffe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/374041
Commit-Queue: Ömer Ağacan <omersa@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Ömer Sinan Ağacan 2024-07-02 13:59:45 +00:00 committed by Commit Queue
parent 6535a017ae
commit bffd31cdb7

View file

@ -1,3 +1,7 @@
// 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';
import 'package:front_end/src/api_unstable/vm.dart' show printDiagnosticMessage;