Index: pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart |
diff --git a/pkg/analysis_server/lib/completion/dart/completion_target.dart b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart |
similarity index 98% |
rename from pkg/analysis_server/lib/completion/dart/completion_target.dart |
rename to pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart |
index a1f315bbab97740897ac0b2176ad04ae8b499786..b24c6109c93bd237b383b1d972c4dd9abc991cf0 100644 |
--- a/pkg/analysis_server/lib/completion/dart/completion_target.dart |
+++ b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart |
@@ -1,3 +1,9 @@ |
+// Copyright (c) 2015, 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 analysis_server.src.provisional.completion.dart.completion_target; |
+ |
import 'package:analyzer/src/generated/ast.dart'; |
import 'package:analyzer/src/generated/element.dart'; |
import 'package:analyzer/src/generated/scanner.dart'; |