From 180b3dd30170e035a519fcd02439cbfc03090bfc Mon Sep 17 00:00:00 2001 From: Brian Wilkerson Date: Sat, 13 Oct 2018 18:05:23 +0000 Subject: [PATCH] Remove extra spaces in copyright notices in analyzer_plugin Change-Id: Icf01fbdd84747fc92908fe5ca818124c5df992af Reviewed-on: https://dart-review.googlesource.com/c/79640 Reviewed-by: Konstantin Shcheglov Commit-Queue: Brian Wilkerson --- pkg/analyzer/lib/src/codegen/tools.dart | 12 ++++++------ pkg/analyzer_plugin/lib/channel/channel.dart | 2 +- pkg/analyzer_plugin/lib/plugin/assist_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/completion_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/fix_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/folding_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/highlights_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/kythe_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/navigation_mixin.dart | 2 +- .../lib/plugin/occurrences_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/outline_mixin.dart | 2 +- pkg/analyzer_plugin/lib/plugin/plugin.dart | 2 +- pkg/analyzer_plugin/lib/protocol/protocol.dart | 2 +- .../lib/protocol/protocol_common.dart | 4 ++-- .../lib/protocol/protocol_constants.dart | 4 ++-- .../lib/protocol/protocol_generated.dart | 4 ++-- .../lib/src/channel/isolate_channel.dart | 2 +- pkg/analyzer_plugin/lib/src/driver.dart | 2 +- .../lib/src/protocol/protocol_internal.dart | 2 +- .../lib/src/utilities/assist/assist.dart | 2 +- .../change_builder/change_builder_core.dart | 2 +- .../change_builder/change_builder_dart.dart | 2 +- .../src/utilities/completion/completion_core.dart | 2 +- .../src/utilities/completion/completion_target.dart | 2 +- .../completion/element_suggestion_builder.dart | 2 +- .../lib/src/utilities/completion/optype.dart | 2 +- .../src/utilities/completion/suggestion_builder.dart | 2 +- .../lib/src/utilities/documentation.dart | 2 +- .../lib/src/utilities/fixes/fixes.dart | 2 +- .../lib/src/utilities/folding/folding.dart | 2 +- .../lib/src/utilities/highlights/highlights.dart | 2 +- .../lib/src/utilities/kythe/entries.dart | 2 +- .../lib/src/utilities/navigation/navigation.dart | 2 +- .../lib/src/utilities/null_string_sink.dart | 2 +- .../lib/src/utilities/occurrences/occurrences.dart | 2 +- .../lib/src/utilities/outline/outline.dart | 2 +- .../lib/src/utilities/string_utilities.dart | 2 +- .../visitors/local_declaration_visitor.dart | 2 +- pkg/analyzer_plugin/lib/starter.dart | 2 +- .../lib/utilities/analyzer_converter.dart | 2 +- pkg/analyzer_plugin/lib/utilities/assist/assist.dart | 2 +- .../utilities/assist/assist_contributor_mixin.dart | 2 +- .../change_builder/change_builder_core.dart | 2 +- .../change_builder/change_builder_dart.dart | 2 +- .../lib/utilities/completion/completion_core.dart | 2 +- .../completion/inherited_reference_contributor.dart | 2 +- .../lib/utilities/completion/relevance.dart | 2 +- .../lib/utilities/completion/suggestion_builder.dart | 2 +- .../completion/type_member_contributor.dart | 2 +- .../lib/utilities/fixes/fix_contributor_mixin.dart | 2 +- pkg/analyzer_plugin/lib/utilities/fixes/fixes.dart | 2 +- .../lib/utilities/folding/folding.dart | 2 +- pkg/analyzer_plugin/lib/utilities/generator.dart | 2 +- .../lib/utilities/highlights/highlights.dart | 2 +- pkg/analyzer_plugin/lib/utilities/kythe/entries.dart | 2 +- .../lib/utilities/navigation/navigation.dart | 2 +- .../lib/utilities/occurrences/occurrences.dart | 2 +- .../lib/utilities/outline/outline.dart | 2 +- pkg/analyzer_plugin/lib/utilities/pair.dart | 2 +- pkg/analyzer_plugin/lib/utilities/range_factory.dart | 2 +- .../subscriptions/subscription_manager.dart | 2 +- .../support/integration_test_methods.dart | 4 ++-- .../test/integration/support/integration_tests.dart | 2 +- .../test/integration/support/protocol_matchers.dart | 4 ++-- .../test/plugin/assist_mixin_test.dart | 2 +- .../test/plugin/completion_mixin_test.dart | 2 +- pkg/analyzer_plugin/test/plugin/fix_mixin_test.dart | 2 +- .../test/plugin/folding_mixin_test.dart | 2 +- .../test/plugin/highlights_mixin_test.dart | 2 +- .../test/plugin/kythe_mixin_test.dart | 2 +- pkg/analyzer_plugin/test/plugin/mocks.dart | 2 +- .../test/plugin/navigation_mixin_test.dart | 2 +- .../test/plugin/occurrences_mixin_test.dart | 2 +- .../test/plugin/outline_mixin_test.dart | 2 +- pkg/analyzer_plugin/test/plugin/plugin_test.dart | 2 +- pkg/analyzer_plugin/test/plugin/test_all.dart | 2 +- .../test/src/channel/isolate_channel_test.dart | 2 +- pkg/analyzer_plugin/test/src/channel/test_all.dart | 2 +- pkg/analyzer_plugin/test/src/test_all.dart | 2 +- .../change_builder/change_builder_core_test.dart | 2 +- .../change_builder/change_builder_dart_test.dart | 2 +- .../test/src/utilities/change_builder/test_all.dart | 2 +- .../utilities/completion/completion_target_test.dart | 2 +- .../test/src/utilities/completion/optype_test.dart | 2 +- .../test/src/utilities/completion/test_all.dart | 2 +- .../src/utilities/navigation/navigation_test.dart | 2 +- .../test/src/utilities/navigation/test_all.dart | 2 +- .../test/src/utilities/string_utilities_test.dart | 2 +- pkg/analyzer_plugin/test/src/utilities/test_all.dart | 2 +- .../visitors/local_declaration_visitor_test.dart | 2 +- .../test/src/utilities/visitors/test_all.dart | 2 +- .../test/support/abstract_context.dart | 2 +- .../test/support/abstract_single_unit.dart | 2 +- pkg/analyzer_plugin/test/support/mock_sdk.dart | 2 +- pkg/analyzer_plugin/test/test_all.dart | 2 +- .../test/utilities/analyzer_converter_test.dart | 2 +- .../completion/completion_contributor_util.dart | 2 +- .../utilities/completion/completion_target_test.dart | 2 +- .../test/utilities/completion/flutter_util.dart | 2 +- .../inherited_reference_contributor_test.dart | 2 +- .../test/utilities/completion/test_all.dart | 2 +- .../completion/type_member_contributor_test.dart | 2 +- .../test/utilities/navigation_test.dart | 2 +- .../test/utilities/range_factory_test.dart | 2 +- .../subscriptions/subscription_manager_test.dart | 2 +- .../test/utilities/subscriptions/test_all.dart | 2 +- pkg/analyzer_plugin/test/utilities/test_all.dart | 2 +- pkg/analyzer_plugin/tool/spec/api.dart | 2 +- pkg/analyzer_plugin/tool/spec/check_all_test.dart | 2 +- pkg/analyzer_plugin/tool/spec/codegen_dart.dart | 2 +- .../tool/spec/codegen_dart_protocol.dart | 2 +- .../tool/spec/codegen_inttest_methods.dart | 2 +- pkg/analyzer_plugin/tool/spec/codegen_matchers.dart | 2 +- .../tool/spec/codegen_protocol_common.dart | 2 +- .../tool/spec/codegen_protocol_constants.dart | 2 +- pkg/analyzer_plugin/tool/spec/from_html.dart | 2 +- pkg/analyzer_plugin/tool/spec/generate_all.dart | 2 +- pkg/analyzer_plugin/tool/spec/generate_files | 2 +- pkg/analyzer_plugin/tool/spec/implied_types.dart | 2 +- pkg/analyzer_plugin/tool/spec/to_html.dart | 2 +- 120 files changed, 130 insertions(+), 130 deletions(-) diff --git a/pkg/analyzer/lib/src/codegen/tools.dart b/pkg/analyzer/lib/src/codegen/tools.dart index a62e126c672..8cd929367ec 100644 --- a/pkg/analyzer/lib/src/codegen/tools.dart +++ b/pkg/analyzer/lib/src/codegen/tools.dart @@ -146,30 +146,30 @@ class CodeGenerator { if (codeGeneratorSettings.languageName == 'java') { header = ''' /* - * Copyright (c) ${year ?? '2018'}, the Dart project authors. Please see the AUTHORS file + * Copyright (c) ${year ?? '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. * - * This file has been automatically generated. Please do not edit it manually. + * This file has been automatically generated. Please do not edit it manually. * To regenerate the file, use the script "pkg/analysis_server/tool/spec/generate_files". */'''; } else if (codeGeneratorSettings.languageName == 'python') { header = ''' -# Copyright (c) ${year ?? '2014'}, the Dart project authors. Please see the AUTHORS file +# Copyright (c) ${year ?? '2014'}, 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. # -# This file has been automatically generated. Please do not edit it manually. +# This file has been automatically generated. Please do not edit it manually. # To regenerate the file, use the script # "pkg/analysis_server/tool/spec/generate_files". '''; } else { header = ''' -// Copyright (c) ${year ?? '2014'}, the Dart project authors. Please see the AUTHORS file +// Copyright (c) ${year ?? '2014'}, 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. // -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/spec/generate_files". '''; diff --git a/pkg/analyzer_plugin/lib/channel/channel.dart b/pkg/analyzer_plugin/lib/channel/channel.dart index 92283b6bfdf..9126c943d65 100644 --- a/pkg/analyzer_plugin/lib/channel/channel.dart +++ b/pkg/analyzer_plugin/lib/channel/channel.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/assist_mixin.dart b/pkg/analyzer_plugin/lib/plugin/assist_mixin.dart index 20eea1d8ae1..9ad83074e5e 100644 --- a/pkg/analyzer_plugin/lib/plugin/assist_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/assist_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/completion_mixin.dart b/pkg/analyzer_plugin/lib/plugin/completion_mixin.dart index 21bfe522aba..72de7ce2fa5 100644 --- a/pkg/analyzer_plugin/lib/plugin/completion_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/completion_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/fix_mixin.dart b/pkg/analyzer_plugin/lib/plugin/fix_mixin.dart index 11731c129ec..a3c2b1b728b 100644 --- a/pkg/analyzer_plugin/lib/plugin/fix_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/fix_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/folding_mixin.dart b/pkg/analyzer_plugin/lib/plugin/folding_mixin.dart index 02d96d73771..250aa599b4e 100644 --- a/pkg/analyzer_plugin/lib/plugin/folding_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/folding_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/highlights_mixin.dart b/pkg/analyzer_plugin/lib/plugin/highlights_mixin.dart index 49a1e582824..c50f2d16e77 100644 --- a/pkg/analyzer_plugin/lib/plugin/highlights_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/highlights_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/kythe_mixin.dart b/pkg/analyzer_plugin/lib/plugin/kythe_mixin.dart index 1e59cb7fe44..3e252d633c7 100644 --- a/pkg/analyzer_plugin/lib/plugin/kythe_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/kythe_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/navigation_mixin.dart b/pkg/analyzer_plugin/lib/plugin/navigation_mixin.dart index b81b3b6380b..0cc331e89f4 100644 --- a/pkg/analyzer_plugin/lib/plugin/navigation_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/navigation_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/occurrences_mixin.dart b/pkg/analyzer_plugin/lib/plugin/occurrences_mixin.dart index fb4eda6916c..431e0824a1b 100644 --- a/pkg/analyzer_plugin/lib/plugin/occurrences_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/occurrences_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/outline_mixin.dart b/pkg/analyzer_plugin/lib/plugin/outline_mixin.dart index e9e7c16e33a..873c47ac53e 100644 --- a/pkg/analyzer_plugin/lib/plugin/outline_mixin.dart +++ b/pkg/analyzer_plugin/lib/plugin/outline_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/plugin/plugin.dart b/pkg/analyzer_plugin/lib/plugin/plugin.dart index 5773045e718..5fb6296d471 100644 --- a/pkg/analyzer_plugin/lib/plugin/plugin.dart +++ b/pkg/analyzer_plugin/lib/plugin/plugin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/protocol/protocol.dart b/pkg/analyzer_plugin/lib/protocol/protocol.dart index ffb622b7216..98c667ae34a 100644 --- a/pkg/analyzer_plugin/lib/protocol/protocol.dart +++ b/pkg/analyzer_plugin/lib/protocol/protocol.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/protocol/protocol_common.dart b/pkg/analyzer_plugin/lib/protocol/protocol_common.dart index 6d8ea9ce04b..596aa9e9cdd 100644 --- a/pkg/analyzer_plugin/lib/protocol/protocol_common.dart +++ b/pkg/analyzer_plugin/lib/protocol/protocol_common.dart @@ -1,8 +1,8 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. // -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/spec/generate_files". diff --git a/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart b/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart index cb38cbfd628..fe304d56b83 100644 --- a/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart +++ b/pkg/analyzer_plugin/lib/protocol/protocol_constants.dart @@ -1,8 +1,8 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. // -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/spec/generate_files". diff --git a/pkg/analyzer_plugin/lib/protocol/protocol_generated.dart b/pkg/analyzer_plugin/lib/protocol/protocol_generated.dart index d0c1816032c..eee9d22e7c1 100644 --- a/pkg/analyzer_plugin/lib/protocol/protocol_generated.dart +++ b/pkg/analyzer_plugin/lib/protocol/protocol_generated.dart @@ -1,8 +1,8 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. // -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/spec/generate_files". diff --git a/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart b/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart index bcbc4d35ecb..8d7b094cb90 100644 --- a/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart +++ b/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/driver.dart b/pkg/analyzer_plugin/lib/src/driver.dart index 3005d0f5bc1..a4415d87924 100644 --- a/pkg/analyzer_plugin/lib/src/driver.dart +++ b/pkg/analyzer_plugin/lib/src/driver.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/protocol/protocol_internal.dart b/pkg/analyzer_plugin/lib/src/protocol/protocol_internal.dart index 993b86ffa65..f1f2afbaee2 100644 --- a/pkg/analyzer_plugin/lib/src/protocol/protocol_internal.dart +++ b/pkg/analyzer_plugin/lib/src/protocol/protocol_internal.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/assist/assist.dart b/pkg/analyzer_plugin/lib/src/utilities/assist/assist.dart index ab4578046d3..dcbe5ebd1a7 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/assist/assist.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/assist/assist.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_core.dart b/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_core.dart index fc2cc882dd0..2b61d17b423 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_core.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_core.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_dart.dart b/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_dart.dart index 136b0b0c17d..761856811fb 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_dart.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_dart.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart b/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart index b8019c1dfe1..209e45112d6 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/completion/completion_target.dart b/pkg/analyzer_plugin/lib/src/utilities/completion/completion_target.dart index 6c41a97bb8e..03fcb97f278 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/completion/completion_target.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/completion/completion_target.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/completion/element_suggestion_builder.dart b/pkg/analyzer_plugin/lib/src/utilities/completion/element_suggestion_builder.dart index b5206c33dfd..546f664f378 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/completion/element_suggestion_builder.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/completion/element_suggestion_builder.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/completion/optype.dart b/pkg/analyzer_plugin/lib/src/utilities/completion/optype.dart index 56e4ac71242..671f6198dc7 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/completion/optype.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/completion/optype.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/completion/suggestion_builder.dart b/pkg/analyzer_plugin/lib/src/utilities/completion/suggestion_builder.dart index f0fe61c818a..d0fbadce965 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/completion/suggestion_builder.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/completion/suggestion_builder.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/documentation.dart b/pkg/analyzer_plugin/lib/src/utilities/documentation.dart index 55e67f17e22..3373832c6e3 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/documentation.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/documentation.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/fixes/fixes.dart b/pkg/analyzer_plugin/lib/src/utilities/fixes/fixes.dart index 9fe9db411cb..54d9b45fe42 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/fixes/fixes.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/fixes/fixes.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/folding/folding.dart b/pkg/analyzer_plugin/lib/src/utilities/folding/folding.dart index 22e8b33b8d0..1e7eb67f098 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/folding/folding.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/folding/folding.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/highlights/highlights.dart b/pkg/analyzer_plugin/lib/src/utilities/highlights/highlights.dart index 9935e959a3e..bb24bcb48ce 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/highlights/highlights.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/highlights/highlights.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/kythe/entries.dart b/pkg/analyzer_plugin/lib/src/utilities/kythe/entries.dart index 66dfed7b5ef..72256dfe645 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/kythe/entries.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/kythe/entries.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/navigation/navigation.dart b/pkg/analyzer_plugin/lib/src/utilities/navigation/navigation.dart index 10629706587..f8b4b11d798 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/navigation/navigation.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/navigation/navigation.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/null_string_sink.dart b/pkg/analyzer_plugin/lib/src/utilities/null_string_sink.dart index 7a3c940b3fc..28d910a23b8 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/null_string_sink.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/null_string_sink.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/occurrences/occurrences.dart b/pkg/analyzer_plugin/lib/src/utilities/occurrences/occurrences.dart index b88aa78955e..42b95c2878e 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/occurrences/occurrences.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/occurrences/occurrences.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/outline/outline.dart b/pkg/analyzer_plugin/lib/src/utilities/outline/outline.dart index fd0a457892b..f87c5fc93c6 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/outline/outline.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/outline/outline.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/string_utilities.dart b/pkg/analyzer_plugin/lib/src/utilities/string_utilities.dart index 5c92f43e6e6..c74fd8a3899 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/string_utilities.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/string_utilities.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/src/utilities/visitors/local_declaration_visitor.dart b/pkg/analyzer_plugin/lib/src/utilities/visitors/local_declaration_visitor.dart index c3ee9cd313b..ec525ca94c0 100644 --- a/pkg/analyzer_plugin/lib/src/utilities/visitors/local_declaration_visitor.dart +++ b/pkg/analyzer_plugin/lib/src/utilities/visitors/local_declaration_visitor.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/starter.dart b/pkg/analyzer_plugin/lib/starter.dart index fbd2bcac46e..a72926c316e 100644 --- a/pkg/analyzer_plugin/lib/starter.dart +++ b/pkg/analyzer_plugin/lib/starter.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/analyzer_converter.dart b/pkg/analyzer_plugin/lib/utilities/analyzer_converter.dart index 66b0ed6ee49..5fd4f254ca9 100644 --- a/pkg/analyzer_plugin/lib/utilities/analyzer_converter.dart +++ b/pkg/analyzer_plugin/lib/utilities/analyzer_converter.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/assist/assist.dart b/pkg/analyzer_plugin/lib/utilities/assist/assist.dart index 7f4a8c49465..72c3e0dd1a6 100644 --- a/pkg/analyzer_plugin/lib/utilities/assist/assist.dart +++ b/pkg/analyzer_plugin/lib/utilities/assist/assist.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart b/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart index 7f91a4cb500..e6c1b3f7e97 100644 --- a/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart +++ b/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart index 1cf0a40fe3c..df5b2786b31 100644 --- a/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart +++ b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart index f6fd251003e..90b4794d688 100644 --- a/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart +++ b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart b/pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart index 0d3b55ddc3a..c037112dd8c 100644 --- a/pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart +++ b/pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/completion/inherited_reference_contributor.dart b/pkg/analyzer_plugin/lib/utilities/completion/inherited_reference_contributor.dart index 46da042af25..c3af0dbc52c 100644 --- a/pkg/analyzer_plugin/lib/utilities/completion/inherited_reference_contributor.dart +++ b/pkg/analyzer_plugin/lib/utilities/completion/inherited_reference_contributor.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/completion/relevance.dart b/pkg/analyzer_plugin/lib/utilities/completion/relevance.dart index d2d37f06756..e3062860b60 100644 --- a/pkg/analyzer_plugin/lib/utilities/completion/relevance.dart +++ b/pkg/analyzer_plugin/lib/utilities/completion/relevance.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/completion/suggestion_builder.dart b/pkg/analyzer_plugin/lib/utilities/completion/suggestion_builder.dart index f5c7f561039..8ce11fad689 100644 --- a/pkg/analyzer_plugin/lib/utilities/completion/suggestion_builder.dart +++ b/pkg/analyzer_plugin/lib/utilities/completion/suggestion_builder.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/completion/type_member_contributor.dart b/pkg/analyzer_plugin/lib/utilities/completion/type_member_contributor.dart index 7abeec96f28..28ab1f96df9 100644 --- a/pkg/analyzer_plugin/lib/utilities/completion/type_member_contributor.dart +++ b/pkg/analyzer_plugin/lib/utilities/completion/type_member_contributor.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/fixes/fix_contributor_mixin.dart b/pkg/analyzer_plugin/lib/utilities/fixes/fix_contributor_mixin.dart index 4357c389c23..add68dfd0a5 100644 --- a/pkg/analyzer_plugin/lib/utilities/fixes/fix_contributor_mixin.dart +++ b/pkg/analyzer_plugin/lib/utilities/fixes/fix_contributor_mixin.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/fixes/fixes.dart b/pkg/analyzer_plugin/lib/utilities/fixes/fixes.dart index a25963c8881..25c894db04f 100644 --- a/pkg/analyzer_plugin/lib/utilities/fixes/fixes.dart +++ b/pkg/analyzer_plugin/lib/utilities/fixes/fixes.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/folding/folding.dart b/pkg/analyzer_plugin/lib/utilities/folding/folding.dart index cc82396df76..7eab6ad37f5 100644 --- a/pkg/analyzer_plugin/lib/utilities/folding/folding.dart +++ b/pkg/analyzer_plugin/lib/utilities/folding/folding.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/generator.dart b/pkg/analyzer_plugin/lib/utilities/generator.dart index 7b7989ab8cd..aa618355558 100644 --- a/pkg/analyzer_plugin/lib/utilities/generator.dart +++ b/pkg/analyzer_plugin/lib/utilities/generator.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/highlights/highlights.dart b/pkg/analyzer_plugin/lib/utilities/highlights/highlights.dart index 0940faeb31c..59acbe477d6 100644 --- a/pkg/analyzer_plugin/lib/utilities/highlights/highlights.dart +++ b/pkg/analyzer_plugin/lib/utilities/highlights/highlights.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/kythe/entries.dart b/pkg/analyzer_plugin/lib/utilities/kythe/entries.dart index f4eddab1640..b89cab9e224 100644 --- a/pkg/analyzer_plugin/lib/utilities/kythe/entries.dart +++ b/pkg/analyzer_plugin/lib/utilities/kythe/entries.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/navigation/navigation.dart b/pkg/analyzer_plugin/lib/utilities/navigation/navigation.dart index 6662adef6fc..d3233bc0b7b 100644 --- a/pkg/analyzer_plugin/lib/utilities/navigation/navigation.dart +++ b/pkg/analyzer_plugin/lib/utilities/navigation/navigation.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/occurrences/occurrences.dart b/pkg/analyzer_plugin/lib/utilities/occurrences/occurrences.dart index ca335d7bcb4..820f38e6ad7 100644 --- a/pkg/analyzer_plugin/lib/utilities/occurrences/occurrences.dart +++ b/pkg/analyzer_plugin/lib/utilities/occurrences/occurrences.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/outline/outline.dart b/pkg/analyzer_plugin/lib/utilities/outline/outline.dart index 8d2cddc0a92..f675976ca78 100644 --- a/pkg/analyzer_plugin/lib/utilities/outline/outline.dart +++ b/pkg/analyzer_plugin/lib/utilities/outline/outline.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/pair.dart b/pkg/analyzer_plugin/lib/utilities/pair.dart index 4886db77674..6461906bb7f 100644 --- a/pkg/analyzer_plugin/lib/utilities/pair.dart +++ b/pkg/analyzer_plugin/lib/utilities/pair.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/range_factory.dart b/pkg/analyzer_plugin/lib/utilities/range_factory.dart index 22c9e39ebb6..f41003d6204 100644 --- a/pkg/analyzer_plugin/lib/utilities/range_factory.dart +++ b/pkg/analyzer_plugin/lib/utilities/range_factory.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/lib/utilities/subscriptions/subscription_manager.dart b/pkg/analyzer_plugin/lib/utilities/subscriptions/subscription_manager.dart index f2006810416..e8a5dde13a0 100644 --- a/pkg/analyzer_plugin/lib/utilities/subscriptions/subscription_manager.dart +++ b/pkg/analyzer_plugin/lib/utilities/subscriptions/subscription_manager.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart index 58bf8dd8cba..3c40ad4cea6 100644 --- a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart +++ b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart @@ -1,8 +1,8 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. // -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/spec/generate_files". diff --git a/pkg/analyzer_plugin/test/integration/support/integration_tests.dart b/pkg/analyzer_plugin/test/integration/support/integration_tests.dart index d672f7b0119..4a584012abd 100644 --- a/pkg/analyzer_plugin/test/integration/support/integration_tests.dart +++ b/pkg/analyzer_plugin/test/integration/support/integration_tests.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart b/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart index e28e4085895..820f31e0377 100644 --- a/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart +++ b/pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart @@ -1,8 +1,8 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. // -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/spec/generate_files". diff --git a/pkg/analyzer_plugin/test/plugin/assist_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/assist_mixin_test.dart index 41d20c1ffca..51e98023b22 100644 --- a/pkg/analyzer_plugin/test/plugin/assist_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/assist_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/completion_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/completion_mixin_test.dart index 99641a72ee9..0dcc99e501b 100644 --- a/pkg/analyzer_plugin/test/plugin/completion_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/completion_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/fix_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/fix_mixin_test.dart index a30418eb588..1d785dd9512 100644 --- a/pkg/analyzer_plugin/test/plugin/fix_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/fix_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/folding_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/folding_mixin_test.dart index 862eccbbc84..5123b40aa84 100644 --- a/pkg/analyzer_plugin/test/plugin/folding_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/folding_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/highlights_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/highlights_mixin_test.dart index 30afb9ee79d..c0b454383f1 100644 --- a/pkg/analyzer_plugin/test/plugin/highlights_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/highlights_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/kythe_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/kythe_mixin_test.dart index 94f8b4ccdda..0ce5e0afca9 100644 --- a/pkg/analyzer_plugin/test/plugin/kythe_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/kythe_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/mocks.dart b/pkg/analyzer_plugin/test/plugin/mocks.dart index a8478b717cc..3e7d6513896 100644 --- a/pkg/analyzer_plugin/test/plugin/mocks.dart +++ b/pkg/analyzer_plugin/test/plugin/mocks.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/navigation_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/navigation_mixin_test.dart index 4443939df50..79968884015 100644 --- a/pkg/analyzer_plugin/test/plugin/navigation_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/navigation_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/occurrences_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/occurrences_mixin_test.dart index 14b16636426..65554279d97 100644 --- a/pkg/analyzer_plugin/test/plugin/occurrences_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/occurrences_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/outline_mixin_test.dart b/pkg/analyzer_plugin/test/plugin/outline_mixin_test.dart index d9eaba3a540..2ac58ad12a6 100644 --- a/pkg/analyzer_plugin/test/plugin/outline_mixin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/outline_mixin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/plugin_test.dart b/pkg/analyzer_plugin/test/plugin/plugin_test.dart index 16cf21e0107..0356e773460 100644 --- a/pkg/analyzer_plugin/test/plugin/plugin_test.dart +++ b/pkg/analyzer_plugin/test/plugin/plugin_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/plugin/test_all.dart b/pkg/analyzer_plugin/test/plugin/test_all.dart index f1852d5a113..80af37d499a 100644 --- a/pkg/analyzer_plugin/test/plugin/test_all.dart +++ b/pkg/analyzer_plugin/test/plugin/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart b/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart index d4623042d11..da7b2de3612 100644 --- a/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart +++ b/pkg/analyzer_plugin/test/src/channel/isolate_channel_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/channel/test_all.dart b/pkg/analyzer_plugin/test/src/channel/test_all.dart index 45836dfcd0f..cfeb5861a2a 100644 --- a/pkg/analyzer_plugin/test/src/channel/test_all.dart +++ b/pkg/analyzer_plugin/test/src/channel/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/test_all.dart b/pkg/analyzer_plugin/test/src/test_all.dart index 1c8868d9c26..a0f35df3a6f 100644 --- a/pkg/analyzer_plugin/test/src/test_all.dart +++ b/pkg/analyzer_plugin/test/src/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_core_test.dart b/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_core_test.dart index 50df19d4187..5665f8d5bcb 100644 --- a/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_core_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_core_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test.dart b/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test.dart index 7898fb09273..0f8e5057266 100644 --- a/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/change_builder/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/change_builder/test_all.dart index 113f84b3137..2c50f7e6377 100644 --- a/pkg/analyzer_plugin/test/src/utilities/change_builder/test_all.dart +++ b/pkg/analyzer_plugin/test/src/utilities/change_builder/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/completion/completion_target_test.dart b/pkg/analyzer_plugin/test/src/utilities/completion/completion_target_test.dart index d50c9f38f7f..45c0388c25f 100644 --- a/pkg/analyzer_plugin/test/src/utilities/completion/completion_target_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/completion/completion_target_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/completion/optype_test.dart b/pkg/analyzer_plugin/test/src/utilities/completion/optype_test.dart index bf2f260af93..b9c030c8492 100644 --- a/pkg/analyzer_plugin/test/src/utilities/completion/optype_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/completion/optype_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/completion/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/completion/test_all.dart index 3ec7ec6ddb1..6935d56bef7 100644 --- a/pkg/analyzer_plugin/test/src/utilities/completion/test_all.dart +++ b/pkg/analyzer_plugin/test/src/utilities/completion/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/navigation/navigation_test.dart b/pkg/analyzer_plugin/test/src/utilities/navigation/navigation_test.dart index 203f31f81c1..8ec645bbe69 100644 --- a/pkg/analyzer_plugin/test/src/utilities/navigation/navigation_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/navigation/navigation_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart index 0cb6e323bf3..c48c1b649ca 100644 --- a/pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart +++ b/pkg/analyzer_plugin/test/src/utilities/navigation/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/string_utilities_test.dart b/pkg/analyzer_plugin/test/src/utilities/string_utilities_test.dart index 6bc535055cb..456906e7d64 100644 --- a/pkg/analyzer_plugin/test/src/utilities/string_utilities_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/string_utilities_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/test_all.dart index 01e8aa7edb7..f7a8e3c0c6d 100644 --- a/pkg/analyzer_plugin/test/src/utilities/test_all.dart +++ b/pkg/analyzer_plugin/test/src/utilities/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/visitors/local_declaration_visitor_test.dart b/pkg/analyzer_plugin/test/src/utilities/visitors/local_declaration_visitor_test.dart index 8307500f596..3811ea4b563 100644 --- a/pkg/analyzer_plugin/test/src/utilities/visitors/local_declaration_visitor_test.dart +++ b/pkg/analyzer_plugin/test/src/utilities/visitors/local_declaration_visitor_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/src/utilities/visitors/test_all.dart b/pkg/analyzer_plugin/test/src/utilities/visitors/test_all.dart index e0b36d372ce..4dad061d029 100644 --- a/pkg/analyzer_plugin/test/src/utilities/visitors/test_all.dart +++ b/pkg/analyzer_plugin/test/src/utilities/visitors/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/support/abstract_context.dart b/pkg/analyzer_plugin/test/support/abstract_context.dart index 0af1e8d7933..8c7cdafa4de 100644 --- a/pkg/analyzer_plugin/test/support/abstract_context.dart +++ b/pkg/analyzer_plugin/test/support/abstract_context.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/support/abstract_single_unit.dart b/pkg/analyzer_plugin/test/support/abstract_single_unit.dart index 30ebe72d322..7a3b6bc86d2 100644 --- a/pkg/analyzer_plugin/test/support/abstract_single_unit.dart +++ b/pkg/analyzer_plugin/test/support/abstract_single_unit.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/support/mock_sdk.dart b/pkg/analyzer_plugin/test/support/mock_sdk.dart index 0a4c58a5bf9..f76516c4340 100644 --- a/pkg/analyzer_plugin/test/support/mock_sdk.dart +++ b/pkg/analyzer_plugin/test/support/mock_sdk.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/test_all.dart b/pkg/analyzer_plugin/test/test_all.dart index cea38501a53..155cc476d24 100644 --- a/pkg/analyzer_plugin/test/test_all.dart +++ b/pkg/analyzer_plugin/test/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/analyzer_converter_test.dart b/pkg/analyzer_plugin/test/utilities/analyzer_converter_test.dart index a755f2b0608..3d17d82bac8 100644 --- a/pkg/analyzer_plugin/test/utilities/analyzer_converter_test.dart +++ b/pkg/analyzer_plugin/test/utilities/analyzer_converter_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart b/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart index ec85ce66536..b8a4aef1811 100644 --- a/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart +++ b/pkg/analyzer_plugin/test/utilities/completion/completion_contributor_util.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/completion/completion_target_test.dart b/pkg/analyzer_plugin/test/utilities/completion/completion_target_test.dart index f35574a8bb6..8e1674ee138 100644 --- a/pkg/analyzer_plugin/test/utilities/completion/completion_target_test.dart +++ b/pkg/analyzer_plugin/test/utilities/completion/completion_target_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/completion/flutter_util.dart b/pkg/analyzer_plugin/test/utilities/completion/flutter_util.dart index 98880068421..1f8b7aa50da 100644 --- a/pkg/analyzer_plugin/test/utilities/completion/flutter_util.dart +++ b/pkg/analyzer_plugin/test/utilities/completion/flutter_util.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart b/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart index 5143341ac71..9ac962de8c8 100644 --- a/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart +++ b/pkg/analyzer_plugin/test/utilities/completion/inherited_reference_contributor_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/completion/test_all.dart b/pkg/analyzer_plugin/test/utilities/completion/test_all.dart index cdc642dde81..ebca1997c2d 100644 --- a/pkg/analyzer_plugin/test/utilities/completion/test_all.dart +++ b/pkg/analyzer_plugin/test/utilities/completion/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/completion/type_member_contributor_test.dart b/pkg/analyzer_plugin/test/utilities/completion/type_member_contributor_test.dart index 5fb3de5e7b3..8b3178ca8dc 100644 --- a/pkg/analyzer_plugin/test/utilities/completion/type_member_contributor_test.dart +++ b/pkg/analyzer_plugin/test/utilities/completion/type_member_contributor_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/navigation_test.dart b/pkg/analyzer_plugin/test/utilities/navigation_test.dart index e97fcfdb0ac..fdafcd3940e 100644 --- a/pkg/analyzer_plugin/test/utilities/navigation_test.dart +++ b/pkg/analyzer_plugin/test/utilities/navigation_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/range_factory_test.dart b/pkg/analyzer_plugin/test/utilities/range_factory_test.dart index e2e91318ba5..af79bc1b247 100644 --- a/pkg/analyzer_plugin/test/utilities/range_factory_test.dart +++ b/pkg/analyzer_plugin/test/utilities/range_factory_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/subscriptions/subscription_manager_test.dart b/pkg/analyzer_plugin/test/utilities/subscriptions/subscription_manager_test.dart index 49cdae338d9..d1f1130b752 100644 --- a/pkg/analyzer_plugin/test/utilities/subscriptions/subscription_manager_test.dart +++ b/pkg/analyzer_plugin/test/utilities/subscriptions/subscription_manager_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/subscriptions/test_all.dart b/pkg/analyzer_plugin/test/utilities/subscriptions/test_all.dart index a72d98e798d..dd3a398841f 100644 --- a/pkg/analyzer_plugin/test/utilities/subscriptions/test_all.dart +++ b/pkg/analyzer_plugin/test/utilities/subscriptions/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/test/utilities/test_all.dart b/pkg/analyzer_plugin/test/utilities/test_all.dart index 7cc0dd2b260..398c9db7325 100644 --- a/pkg/analyzer_plugin/test/utilities/test_all.dart +++ b/pkg/analyzer_plugin/test/utilities/test_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/tool/spec/api.dart b/pkg/analyzer_plugin/tool/spec/api.dart index 1fd0c67e649..6e98267db8e 100644 --- a/pkg/analyzer_plugin/tool/spec/api.dart +++ b/pkg/analyzer_plugin/tool/spec/api.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/check_all_test.dart b/pkg/analyzer_plugin/tool/spec/check_all_test.dart index b553b31fa87..33f1cca25ab 100644 --- a/pkg/analyzer_plugin/tool/spec/check_all_test.dart +++ b/pkg/analyzer_plugin/tool/spec/check_all_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/tool/spec/codegen_dart.dart b/pkg/analyzer_plugin/tool/spec/codegen_dart.dart index 8b736bbd257..f6d15337786 100644 --- a/pkg/analyzer_plugin/tool/spec/codegen_dart.dart +++ b/pkg/analyzer_plugin/tool/spec/codegen_dart.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart b/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart index ade4b69d316..0669bef2cef 100644 --- a/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart +++ b/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart index 88870a7a2f1..8fec4fad034 100644 --- a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart +++ b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart b/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart index 480e46fc284..226c7079cfe 100644 --- a/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart +++ b/pkg/analyzer_plugin/tool/spec/codegen_matchers.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart b/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart index a636b5bc053..4f81c837307 100644 --- a/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart +++ b/pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/tool/spec/codegen_protocol_constants.dart b/pkg/analyzer_plugin/tool/spec/codegen_protocol_constants.dart index d224c46512b..755f586aa9d 100644 --- a/pkg/analyzer_plugin/tool/spec/codegen_protocol_constants.dart +++ b/pkg/analyzer_plugin/tool/spec/codegen_protocol_constants.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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. diff --git a/pkg/analyzer_plugin/tool/spec/from_html.dart b/pkg/analyzer_plugin/tool/spec/from_html.dart index 87b41c2c85e..34f8a6297a9 100644 --- a/pkg/analyzer_plugin/tool/spec/from_html.dart +++ b/pkg/analyzer_plugin/tool/spec/from_html.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/generate_all.dart b/pkg/analyzer_plugin/tool/spec/generate_all.dart index 7014e3f9366..f60d83a7d55 100644 --- a/pkg/analyzer_plugin/tool/spec/generate_all.dart +++ b/pkg/analyzer_plugin/tool/spec/generate_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/generate_files b/pkg/analyzer_plugin/tool/spec/generate_files index 0651cb28312..da36490b970 100755 --- a/pkg/analyzer_plugin/tool/spec/generate_files +++ b/pkg/analyzer_plugin/tool/spec/generate_files @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +# Copyright (c) 2014, 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. # diff --git a/pkg/analyzer_plugin/tool/spec/implied_types.dart b/pkg/analyzer_plugin/tool/spec/implied_types.dart index 49531b7fb01..856b2a417b3 100644 --- a/pkg/analyzer_plugin/tool/spec/implied_types.dart +++ b/pkg/analyzer_plugin/tool/spec/implied_types.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2014, 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. diff --git a/pkg/analyzer_plugin/tool/spec/to_html.dart b/pkg/analyzer_plugin/tool/spec/to_html.dart index 64c81356bc1..0956e6ff6fb 100644 --- a/pkg/analyzer_plugin/tool/spec/to_html.dart +++ b/pkg/analyzer_plugin/tool/spec/to_html.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +// 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.