From 3640b60c8c547017d5bf75f6bfffae6a8985f2eb Mon Sep 17 00:00:00 2001 From: Johnni Winther Date: Fri, 16 Sep 2022 08:06:49 +0000 Subject: [PATCH] [frontend_server] Migrate frontend_server_starter Change-Id: Ic68ba05b920c18cc6d13c5141b71f6c4cb6eca84 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259580 Reviewed-by: Jens Johansen Commit-Queue: Johnni Winther --- pkg/frontend_server/bin/frontend_server_starter.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/frontend_server/bin/frontend_server_starter.dart b/pkg/frontend_server/bin/frontend_server_starter.dart index 487f980a01e..95328aeade1 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';