From d23c304a5897d881a8454fff404f07d5b2687148 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Wed, 8 Feb 2023 17:45:40 +0000 Subject: [PATCH] Fix year and comma in header. Bug #51184 Change-Id: I0f93d6aefcf693fbddbefe4cf96bf275a6bf702b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280168 Commit-Queue: Samuel Rawlins Reviewed-by: Johnni Winther Reviewed-by: Samuel Rawlins --- .../lib/src/exhaustiveness/static_types.dart | 2 +- .../services/correction/fix/replace_colon_with_equals_test.dart | 2 +- pkg/analyzer/lib/src/generated/exhaustiveness.dart | 2 +- .../fasta/recovery/partial_code/method_declaration_test.dart | 2 +- pkg/front_end/lib/src/fasta/kernel/exhaustiveness.dart | 2 +- tests/corelib/double_parse_test.dart | 2 +- tests/corelib/double_try_parse_test.dart | 2 +- tests/corelib/num_parse_test.dart | 2 +- tests/corelib/num_try_parse_test.dart | 2 +- tests/corelib_2/double_parse_test.dart | 2 +- tests/corelib_2/double_try_parse_test.dart | 2 +- tests/corelib_2/num_parse_test.dart | 2 +- tests/corelib_2/num_try_parse_test.dart | 2 +- .../language/variable/initializer_super_last_runtime_test.dart | 2 +- tests/language/variable/initializer_super_last_test.dart | 2 +- .../variable/initializer_super_last_runtime_test.dart | 2 +- tests/language_2/variable/initializer_super_last_test.dart | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pkg/_fe_analyzer_shared/lib/src/exhaustiveness/static_types.dart b/pkg/_fe_analyzer_shared/lib/src/exhaustiveness/static_types.dart index bc8450840f21..04a9dd363b64 100644 --- a/pkg/_fe_analyzer_shared/lib/src/exhaustiveness/static_types.dart +++ b/pkg/_fe_analyzer_shared/lib/src/exhaustiveness/static_types.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2022 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2022, 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/analysis_server/test/src/services/correction/fix/replace_colon_with_equals_test.dart b/pkg/analysis_server/test/src/services/correction/fix/replace_colon_with_equals_test.dart index 3d5928e342ab..bfa6a505eaac 100644 --- a/pkg/analysis_server/test/src/services/correction/fix/replace_colon_with_equals_test.dart +++ b/pkg/analysis_server/test/src/services/correction/fix/replace_colon_with_equals_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2022 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2022, 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/lib/src/generated/exhaustiveness.dart b/pkg/analyzer/lib/src/generated/exhaustiveness.dart index 2c594513c916..b64f9568072b 100644 --- a/pkg/analyzer/lib/src/generated/exhaustiveness.dart +++ b/pkg/analyzer/lib/src/generated/exhaustiveness.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2022 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2022, 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/test/src/fasta/recovery/partial_code/method_declaration_test.dart b/pkg/analyzer/test/src/fasta/recovery/partial_code/method_declaration_test.dart index 5c44dbbd029d..56040bc5197b 100644 --- a/pkg/analyzer/test/src/fasta/recovery/partial_code/method_declaration_test.dart +++ b/pkg/analyzer/test/src/fasta/recovery/partial_code/method_declaration_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/front_end/lib/src/fasta/kernel/exhaustiveness.dart b/pkg/front_end/lib/src/fasta/kernel/exhaustiveness.dart index 7a9609067363..9abc9b4ac407 100644 --- a/pkg/front_end/lib/src/fasta/kernel/exhaustiveness.dart +++ b/pkg/front_end/lib/src/fasta/kernel/exhaustiveness.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2022 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2022, 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/tests/corelib/double_parse_test.dart b/tests/corelib/double_parse_test.dart index a4a639f3655f..d7b3694e280b 100644 --- a/tests/corelib/double_parse_test.dart +++ b/tests/corelib/double_parse_test.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. // VMOptions=--no-use-field-guards diff --git a/tests/corelib/double_try_parse_test.dart b/tests/corelib/double_try_parse_test.dart index ce8306ed29d0..000dcdcf3842 100644 --- a/tests/corelib/double_try_parse_test.dart +++ b/tests/corelib/double_try_parse_test.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. // VMOptions=--no-use-field-guards diff --git a/tests/corelib/num_parse_test.dart b/tests/corelib/num_parse_test.dart index b961c0826a33..c0cef2688fbd 100644 --- a/tests/corelib/num_parse_test.dart +++ b/tests/corelib/num_parse_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2013, 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/tests/corelib/num_try_parse_test.dart b/tests/corelib/num_try_parse_test.dart index ccf634eaafc4..71b3b4f8ee85 100644 --- a/tests/corelib/num_try_parse_test.dart +++ b/tests/corelib/num_try_parse_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2013, 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/tests/corelib_2/double_parse_test.dart b/tests/corelib_2/double_parse_test.dart index 7f5c305e9876..fcb54b50ec33 100644 --- a/tests/corelib_2/double_parse_test.dart +++ b/tests/corelib_2/double_parse_test.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. // VMOptions=--no-use-field-guards diff --git a/tests/corelib_2/double_try_parse_test.dart b/tests/corelib_2/double_try_parse_test.dart index c1f53d0aaafa..63b6048b2ae4 100644 --- a/tests/corelib_2/double_try_parse_test.dart +++ b/tests/corelib_2/double_try_parse_test.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. // VMOptions=--no-use-field-guards diff --git a/tests/corelib_2/num_parse_test.dart b/tests/corelib_2/num_parse_test.dart index 4e0370981e68..3b6450eeda42 100644 --- a/tests/corelib_2/num_parse_test.dart +++ b/tests/corelib_2/num_parse_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2013, 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/tests/corelib_2/num_try_parse_test.dart b/tests/corelib_2/num_try_parse_test.dart index 1abb7573f7c5..52ad035eb3bd 100644 --- a/tests/corelib_2/num_try_parse_test.dart +++ b/tests/corelib_2/num_try_parse_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2013 the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2013, 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/tests/language/variable/initializer_super_last_runtime_test.dart b/tests/language/variable/initializer_super_last_runtime_test.dart index dc2caeb6e12f..a23f5c284f1b 100644 --- a/tests/language/variable/initializer_super_last_runtime_test.dart +++ b/tests/language/variable/initializer_super_last_runtime_test.dart @@ -1,7 +1,7 @@ // TODO(multitest): This was automatically migrated from a multitest and may // contain strange or dead code. -// Copyright (c) 201, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2011, 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. // VMOptions=--enable-asserts diff --git a/tests/language/variable/initializer_super_last_test.dart b/tests/language/variable/initializer_super_last_test.dart index 6bb1022422bd..edcd6456324a 100644 --- a/tests/language/variable/initializer_super_last_test.dart +++ b/tests/language/variable/initializer_super_last_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 201, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2011, 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. // VMOptions=--enable-asserts diff --git a/tests/language_2/variable/initializer_super_last_runtime_test.dart b/tests/language_2/variable/initializer_super_last_runtime_test.dart index 616d1ee49716..2b8d84c896b2 100644 --- a/tests/language_2/variable/initializer_super_last_runtime_test.dart +++ b/tests/language_2/variable/initializer_super_last_runtime_test.dart @@ -3,7 +3,7 @@ // @dart = 2.9 -// Copyright (c) 201, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2011, 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. // VMOptions=--enable-asserts diff --git a/tests/language_2/variable/initializer_super_last_test.dart b/tests/language_2/variable/initializer_super_last_test.dart index bdc36e747f63..6f205950f08c 100644 --- a/tests/language_2/variable/initializer_super_last_test.dart +++ b/tests/language_2/variable/initializer_super_last_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 201, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2011, 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. // VMOptions=--enable-asserts