commit | 3640b60c8c547017d5bf75f6bfffae6a8985f2eb | [log] [tgz] |
---|---|---|
author | Johnni Winther <johnniwinther@google.com> | Fri Sep 16 08:06:49 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 16 08:06:49 2022 +0000 |
tree | e217d8c80253ba5340851cf4fdda64548881fdb5 | |
parent | 433c9eb4eea9c56f75e2beed8d40587e6860ddda [diff] |
[frontend_server] Migrate frontend_server_starter Change-Id: Ic68ba05b920c18cc6d13c5141b71f6c4cb6eca84 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259580 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
diff --git a/pkg/frontend_server/bin/frontend_server_starter.dart b/pkg/frontend_server/bin/frontend_server_starter.dart index 487f980..95328ae 100644 --- a/pkg/frontend_server/bin/frontend_server_starter.dart +++ b/pkg/frontend_server/bin/frontend_server_starter.dart
@@ -1,4 +1,7 @@ -// @dart = 2.9 +// Copyright (c) 2018, 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. + library frontend_server; import 'dart:async';