Index: pkg/analysis_server/lib/src/services/correction/levenshtein.dart |
diff --git a/pkg/analysis_server/lib/src/services/correction/levenshtein.dart b/pkg/analysis_server/lib/src/services/correction/levenshtein.dart |
index 31f17fd6f30a153b081cbf5a0f21d0967690b912..61cb493be7adae0ee00fc1918c96fe42a4baf9d2 100644 |
--- a/pkg/analysis_server/lib/src/services/correction/levenshtein.dart |
+++ b/pkg/analysis_server/lib/src/services/correction/levenshtein.dart |
@@ -1,4 +1,6 @@ |
-library levenshtein; |
+// Copyright (c) 2017, 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:math' as math; |